Details of a LaTeX document class.
◆ latex_section_depth()
| docutils.writers.latex2e.DocumentClass.latex_section_depth |
( |
|
self, |
|
|
|
depth |
|
) |
| |
Return LaTeX equivalent of Docutils section level `depth`.
Given the value of the ``:depth:`` option of the "contents" or
"sectnum" directive, return the corresponding value for the
LaTeX ``tocdepth`` or ``secnumdepth`` counters.
◆ section()
| docutils.writers.latex2e.DocumentClass.section |
( |
|
self, |
|
|
|
level |
|
) |
| |
Return the LaTeX section name for section `level`.
The name depends on the specific document class.
Level is 1,2,3..., as level 0 is the title.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/docutils/writers/latex2e/__init__.py