class DocumentClass(object):
Method | __init__ |
Undocumented |
Method | latex_section_depth |
Return LaTeX equivalent of Docutils section level depth . |
Method | section |
Return the LaTeX section name for section level . |
Instance Variable | document_class |
Undocumented |
Instance Variable | sections |
Undocumented |
Instance Variable | _with_part |
Undocumented |
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.