Contents Class: Formatter
<<Method: Formatter.write_header_fn_section<< >>Method: Formatter.write_refToContext>>
Method: Formatter.write
Synopsis: write( self, context, standard_text, underscoreIsBlank=False, quotState='left'
)
- Related implementations in classes:
-
FormatterHTB,
FormatterLaTeX
Write string with that characters quoted that have a special meaning in LaTeX.
- If
underscoreIsBlank
is
True
, then the underscore is replaced by a blank character.
Otherwise, the underscore will be quoted.
-
quotState
should be either "left" or "right" (where every string differing from "left"
is consodered to mean "right").
This argument defines, whether the next quotation mark should open ("left") or
close
("right")
a quotation.
- Parameter
context
is an instance of class
FormattingContext
describing the current context of the documentation.
- Result:
- The quotState after writing
standard_text
.
Elements:
none
Generated by pymanual (c) 2005-2006 on August 02, 2006.