-
Notifications
You must be signed in to change notification settings - Fork 8
/
README
25 lines (18 loc) · 964 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
To compile this project download the entire source tree and run
$make
You will need to have the following installed for the system to generate the document correctly.
* XeteX
* Pygments
* The following Tex packages
* Minted
* ifplatform
* The fancyvrb
* color
* The fonts Adobe Garamond Pro and Optima LT STD
On Ubuntu the necessary Latex packages can be installed with the command
sudo apt-get install texlive-xetex texlive-latex-recommended texlive-latex-extra
You can installed the pygments source code highlighter with the following command.
sudo apt-get install python-pygments
Be warned however as this downloads nearly 400 MB of packages.
TODO: Instructions for how to installed the minted package.
TODO: Create a bash script that only downloads the xetex base, and then installs necessary scripts from CTAN. Alternatively figure out how to get this working with MikTeX so people don't have to download so many packages to work with this.