Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
docutils.writers.latex2e.DocumentClass Class Reference

Public Member Functions

 __init__ (self, document_class, with_part=False)
 
 section (self, level)
 
 latex_section_depth (self, depth)
 

Public Attributes

 document_class
 
 sections
 

Protected Attributes

 _with_part
 

Detailed Description

Details of a LaTeX document class.

Member Function Documentation

◆ 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: