summaryrefslogtreecommitdiffstats
path: root/common/latex.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* waf: Users without the extra fonts need to use '--disable-extra-fonts' to ↵Chris Johns2016-11-091-1/+2
| | | | build PDF.
* waf: Get a copy of the optional packages.Chris Johns2016-11-081-2/+2
|
* waf: Use the good fonts if installed.Chris Johns2016-11-081-4/+24
|
* pdf: Format lists for directives to sit on the next line.Chris Johns2016-11-081-0/+1
|
* PDF: Do not use lato and inconsolata fonts. Not widely supported.Chris Johns2016-11-071-4/+0
|
* waf: Add a program test for pygmentize.Chris Johns2016-11-071-0/+3
|
* waf: Fix ''NoneType' object is not iterable'Christian Mauderer2016-11-071-4/+6
|
* waf: Fix the host version check.Chris Johns2016-11-061-3/+3
|
* waf: Add support to handle missing Latex packages on hosts they are not ↵Chris Johns2016-11-061-0/+145
available on. It appears the support for texlive packages on some hosts is variable. This patch lets us add missing packages to our source tree so a PDF can be built on those hosts. The quality of the PDFs created may vary as some short cuts may have been take. For example lato is a font and only the sty file as been added and not the actual font which means it's use will default to another font.