tweaks.latex_layout¶
Makes minor adjustments to the LaTeX layout.
New in version 2.10.0.
Enable sphinx_toolbox.tweaks.latex_layout by adding the following
to the extensions variable in your conf.py:
extensions = [
...
'sphinx_toolbox.tweaks.latex_layout',
]
For more information see https://www.sphinx-doc.org/en/master/usage/extensions#third-party-extensions .
- setup(app)[source]¶
Setup
sphinx_toolbox.tweaks.latex_layout.- Parameters
app (
Sphinx) – The Sphinx application.- Return type