Fix #3746: PDF builds fail with latexmk version 4.48 or earlier

This is tested to work with latexmk version: 4.39 (10 Nov 2013).

For xelatex engine and with latexmk 4.52b or later (Jan 2017), setting
LATEXMKOPTS Makefile variable on command line to "-xelatex" results in
faster builds, because PDF is produced only on last run.
This commit is contained in:
jfbu
2017-05-13 12:24:01 +02:00
parent c07ed92a20
commit ae1455077b
4 changed files with 22 additions and 10 deletions

View File

@@ -28,6 +28,8 @@ Bugs fixed
* #3725: Todo looks different from note in LaTeX output
* #3479: stub-columns have no effect in LaTeX output
* #3738: Nonsensical code in theming.py
* #3746: PDF builds fail with latexmk 4.48 or earlier due to undefined
options ``-pdfxe`` and ``-pdflua``
Testing
--------