Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build on Linux Mint 17.2 #6

Open
olafurgreen opened this issue Jan 4, 2016 · 1 comment
Open

How to build on Linux Mint 17.2 #6

olafurgreen opened this issue Jan 4, 2016 · 1 comment

Comments

@olafurgreen
Copy link

In order to build this book on Linux Mint 17.2 I had to install using apt-get the following packages

pandoc
texlive-xetex
texlive-latex-recommended
texlive-fonts-recommended
lmodern
ttf-mscorefonts-installer
texlive-latex-extra
latex-xcolor

In addition the Consolas TrueType font is also needed.
To install it I followed

http://geek.co.il/2011/10/22/installing-consolas-truetype-font-for-linux

and created a folder

/usr/share/fonts/truetype/msnocore

and copied the Consolas TrueType font files

Consolas Bold Italic.ttf
Consolas Bold.ttf
Consolas Italic.ttf
Consolas Regular.ttf

into it.

@sebgoa
Copy link
Owner

sebgoa commented Jan 5, 2016

thanks for this. feel free to send me a PR.
this open source book became http://shop.oreilly.com/product/0636920034377.do
so it has not been updated lately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants