mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix #2877: Rename `latex_elements['footer'] to latex_elements['postpreamble']`
This commit is contained in:
@@ -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'``
|
||||
|
||||
Reference in New Issue
Block a user