summaryrefslogtreecommitdiff
path: root/common/latex.py (follow)
AgeCommit message (Collapse)Author
2021-03-30common/latex.py: use distro module for python3.5 and upVijay Kumar Banerjee
2019-02-13common/latex.py: Remove hack for CentOS. Use Texlive per instructions.Joel Sherrill
2017-01-30c-user: Add timer and timeouts key conceptSebastian Huber
Update #2554.
2016-11-09waf: Users without the extra fonts need to use '--disable-extra-fonts' to ↵Chris Johns
build PDF.
2016-11-08waf: Get a copy of the optional packages.Chris Johns
2016-11-08waf: Use the good fonts if installed.Chris Johns
2016-11-08pdf: Format lists for directives to sit on the next line.Chris Johns
2016-11-07PDF: Do not use lato and inconsolata fonts. Not widely supported.Chris Johns
2016-11-07waf: Add a program test for pygmentize.Chris Johns
2016-11-07waf: Fix ''NoneType' object is not iterable'Christian Mauderer
2016-11-06waf: Fix the host version check.Chris Johns
2016-11-06waf: Add support to handle missing Latex packages on hosts they are not ↵Chris Johns
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.