Chris Johns
07f151f457
waf: Backport from main build fixes
...
Closes #4752
2022-11-10 15:32:44 +11:00
Joel Sherrill
603731cda8
common/latex.py: Remove hack for CentOS. Use Texlive per instructions.
2019-02-13 16:16:38 -06:00
Sebastian Huber
a17535d222
c-user: Add timer and timeouts key concept
...
Update #2554 .
2017-01-30 13:52:23 +01:00
Chris Johns
9330bfbaa7
waf: Users without the extra fonts need to use '--disable-extra-fonts' to build PDF.
2016-11-09 17:08:05 +11:00
Chris Johns
227aaea494
waf: Get a copy of the optional packages.
2016-11-08 16:08:54 +11:00
Chris Johns
2fdbc9826f
waf: Use the good fonts if installed.
2016-11-08 15:58:58 +11:00
Chris Johns
daea85e3b2
pdf: Format lists for directives to sit on the next line.
2016-11-08 15:28:32 +11:00
Chris Johns
5a7280afd7
PDF: Do not use lato and inconsolata fonts. Not widely supported.
2016-11-07 11:18:04 +11:00
Chris Johns
ea91103855
waf: Add a program test for pygmentize.
2016-11-07 10:33:17 +11:00
Christian Mauderer
b6272bbd56
waf: Fix ''NoneType' object is not iterable'
2016-11-07 10:05:13 +11:00
Chris Johns
25c0a23445
waf: Fix the host version check.
2016-11-06 12:40:41 +11:00
Chris Johns
8330198edc
waf: Add support to handle missing Latex packages on hosts they are not 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.
2016-11-06 12:02:47 +11:00