Fix #2877: Rename `latex_elements['footer'] to latex_elements['postpreamble']`

This commit is contained in:
Takeshi KOMIYA
2016-09-17 21:07:50 +09:00
parent d8876ce4b2
commit f84effecf8
5 changed files with 18 additions and 2 deletions
+5
View File
@@ -1686,6 +1686,8 @@ These options influence LaTeX output. See further :doc:`latex`.
.. versionadded:: 1.4
``'preamble'``
Additional preamble content, default empty. See :doc:`latex`.
``'postamble'``
Additional postamble content (before the indices), default empty.
``'figure_align'``
Latex figure float alignment, default 'htbp' (here, top, bottom, page).
Whenever an image doesn't fit into the current page, it will be
@@ -1697,6 +1699,9 @@ These options influence LaTeX output. See further :doc:`latex`.
``'footer'``
Additional footer content (before the indices), default empty.
.. deprecated:: 1.5
User ``'postamble'`` key instead.
* Keys that don't need be overridden unless in special cases are:
``'inputenc'``