Fix #2245: Add `latex_elements["passoptionstopackages"]` option to call PassOptionsToPackages in early stage of preambles

This commit is contained in:
Takeshi KOMIYA
2016-02-23 00:14:03 +09:00
parent 968f072c42
commit 84fb1b7617
4 changed files with 9 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ Features added
longtables.
* Select an image by similarity if multiple images are globbed by ``.. image:: filename.*``
* #1921: Support figure substitutions by :confval:`language` and :confval:`figure_language_filename`
* #2245: Add ``latex_elements["passoptionstopackages"]`` option to call PassOptionsToPackages
in early stage of preambles.
Bugs fixed
----------