mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Mention latex table templates in docs
This commit is contained in:
@@ -525,11 +525,18 @@ Let us now list some macros from the package file
|
|||||||
.. hint::
|
.. hint::
|
||||||
|
|
||||||
As an experimental feature, Sphinx can use user-defined template file for
|
As an experimental feature, Sphinx can use user-defined template file for
|
||||||
LaTeX source if you have a file named ``_templates/latex.tex_t`` on your
|
LaTeX source if you have a file named ``_templates/latex.tex_t`` in your
|
||||||
project. Now all template variables are unstable and undocumented. They
|
project.
|
||||||
will be changed in future version.
|
|
||||||
|
|
||||||
.. versionadded:: 1.5
|
.. versionadded:: 1.5
|
||||||
|
currently all template variables are unstable and undocumented.
|
||||||
|
|
||||||
|
Additional files ``longtable.tex_t``, ``tabulary.tex_t`` and
|
||||||
|
``tabular.tex_t`` can be added to ``_templates/`` to configure some aspects
|
||||||
|
of table rendering (such as the caption position).
|
||||||
|
|
||||||
|
.. versionadded:: 1.6
|
||||||
|
currently all template variables are unstable and undocumented.
|
||||||
|
|
||||||
.. raw:: latex
|
.. raw:: latex
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user