mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
2
CHANGES
2
CHANGES
@@ -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
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user