summaryrefslogtreecommitdiffstats
path: root/common/latex.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-09waf: Users without the extra fonts need to use '--disable-extra-fonts' to ↵Chris Johns1-1/+2
build PDF.
2016-11-08waf: Get a copy of the optional packages.Chris Johns1-2/+2
2016-11-08waf: Use the good fonts if installed.Chris Johns1-4/+24
2016-11-08pdf: Format lists for directives to sit on the next line.Chris Johns1-0/+1
2016-11-07PDF: Do not use lato and inconsolata fonts. Not widely supported.Chris Johns1-4/+0
2016-11-07waf: Add a program test for pygmentize.Chris Johns1-0/+3
2016-11-07waf: Fix ''NoneType' object is not iterable'Christian Mauderer1-4/+6
2016-11-06waf: Fix the host version check.Chris Johns1-3/+3
2016-11-06waf: Add support to handle missing Latex packages on hosts they are not ↵Chris Johns1-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.