Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
docutils.writers.latex2e.Writer Class Reference
Inheritance diagram for docutils.writers.latex2e.Writer:
Inheritance graph
[legend]
Collaboration diagram for docutils.writers.latex2e.Writer:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self)
 
 get_transforms (self)
 
 translate (self)
 
 assemble_parts (self)
 
- Public Member Functions inherited from docutils.writers.Writer
 write (self, document, destination)
 
- Public Member Functions inherited from docutils.Component
 supports (self, format)
 

Public Attributes

 translator_class
 
- Public Attributes inherited from docutils.writers.Writer
 parts
 
- Public Attributes inherited from docutils.TransformSpec
 default_transforms
 

Static Public Attributes

tuple supported = ('latex', 'latex2e')
 
str default_template = 'default.tex'
 
 default_template_path = LATEX_WRITER_DIR
 
tuple default_preamble
 
list table_style_values
 
tuple settings_spec
 
tuple relative_path_settings = ('template',)
 
dict settings_defaults = {'sectnum_depth': 0}
 
str config_section = 'latex2e writer'
 
tuple config_section_dependencies = ('writers', 'latex writers')
 
tuple head_parts
 
tuple visitor_attributes
 
 output = None
 
- Static Public Attributes inherited from docutils.writers.Writer
str component_type = 'writer'
 
str config_section = 'writers'
 
 document = None
 
 output = None
 
 language = None
 
 destination = None
 
- Static Public Attributes inherited from docutils.Component
 component_type = None
 
tuple supported = ()
 
- Static Public Attributes inherited from docutils.SettingsSpec
tuple settings_spec = ()
 
 settings_defaults = None
 
 settings_default_overrides = None
 
tuple relative_path_settings = ()
 
 config_section = None
 
 config_section_dependencies = None
 
- Static Public Attributes inherited from docutils.TransformSpec
tuple default_transforms = ()
 
tuple unknown_reference_resolvers = ()
 

Constructor & Destructor Documentation

◆ __init__()

docutils.writers.latex2e.Writer.__init__ (   self)

Reimplemented from docutils.writers.Writer.

Member Function Documentation

◆ assemble_parts()

docutils.writers.latex2e.Writer.assemble_parts (   self)
Assemble the `self.parts` dictionary of output fragments.

Reimplemented from docutils.writers.Writer.

◆ get_transforms()

docutils.writers.latex2e.Writer.get_transforms (   self)
Transforms required by this class.  Override in subclasses.

Reimplemented from docutils.writers.Writer.

◆ translate()

docutils.writers.latex2e.Writer.translate (   self)
Do final translation of `self.document` into `self.output`.  Called
from `write`.  Override in subclasses.

Usually done with a `docutils.nodes.NodeVisitor` subclass, in
combination with a call to `docutils.nodes.Node.walk()` or
`docutils.nodes.Node.walkabout()`.  The ``NodeVisitor`` subclass must
support all standard elements (listed in
`docutils.nodes.node_class_names`) and possibly non-standard elements
used by the current Reader as well.

Reimplemented from docutils.writers.Writer.

Member Data Documentation

◆ default_preamble

tuple docutils.writers.latex2e.Writer.default_preamble
static
Initial value:
= ('% PDF Standard Fonts\n'
'\\usepackage{mathptmx} % Times\n'
'\\usepackage[scaled=.90]{helvet}\n'
'\\usepackage{courier}')

◆ head_parts

tuple docutils.writers.latex2e.Writer.head_parts
static
Initial value:
= ('head_prefix', 'requirements', 'latex_preamble',
'stylesheet', 'fallbacks', 'pdfsetup', 'titledata')

◆ table_style_values

list docutils.writers.latex2e.Writer.table_style_values
static
Initial value:
= [ # TODO: align-left, align-center, align-right, ??
'booktabs', 'borderless', 'colwidths-auto',
'nolines', 'standard']

◆ visitor_attributes

tuple docutils.writers.latex2e.Writer.visitor_attributes
static
Initial value:
= head_parts + ('title', 'subtitle',
'body_pre_docinfo', 'docinfo',
'dedication', 'abstract', 'body')

The documentation for this class was generated from the following file: