mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5451 from tk0miya/4911_help_for_nonmakemode
Fix #4911: add latexpdf to make.bat for non make-mode
This commit is contained in:
commit
4550761d2e
2
CHANGES
2
CHANGES
@ -20,6 +20,7 @@ Bugs fixed
|
|||||||
* #5421: autodoc emits deprecation warning for :confval:`autodoc_default_flags`
|
* #5421: autodoc emits deprecation warning for :confval:`autodoc_default_flags`
|
||||||
* #5422: lambda object causes PicklingError on storing environment
|
* #5422: lambda object causes PicklingError on storing environment
|
||||||
* #5417: Sphinx fails to build with syntax error in Python 2.7.5
|
* #5417: Sphinx fails to build with syntax error in Python 2.7.5
|
||||||
|
* #4911: add latexpdf to make.bat for non make-mode
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
@ -36,6 +37,7 @@ Dependencies
|
|||||||
``xelatex/lualatex``), instructs ``make latexpdf`` to use :program:`xindy`
|
``xelatex/lualatex``), instructs ``make latexpdf`` to use :program:`xindy`
|
||||||
for general index. Make sure your LaTeX distribution includes it.
|
for general index. Make sure your LaTeX distribution includes it.
|
||||||
(refs: #5134)
|
(refs: #5134)
|
||||||
|
* LaTeX: ``latexmk`` is required for ``make latexpdf`` on Windows
|
||||||
|
|
||||||
Incompatible changes
|
Incompatible changes
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -31,6 +31,7 @@ if "%1" == "help" (
|
|||||||
echo. devhelp to make HTML files and a Devhelp project
|
echo. devhelp to make HTML files and a Devhelp project
|
||||||
echo. epub to make an epub
|
echo. epub to make an epub
|
||||||
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
|
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
|
||||||
|
echo. latexpdf to make LaTeX files and run them through platex/dvipdfmx
|
||||||
echo. text to make text files
|
echo. text to make text files
|
||||||
echo. man to make manual pages
|
echo. man to make manual pages
|
||||||
echo. texinfo to make Texinfo files
|
echo. texinfo to make Texinfo files
|
||||||
|
Loading…
Reference in New Issue
Block a user