Inheritance diagram for highlight::LatexGenerator:

Public Member Functions | |
| string | getHeader (const string &title) |
| string | getFooter () |
| void | printBody () |
| void | setReplaceQuotes (bool b) |
| void | setDisableShorthands (bool b) |
It contains information about the resulting document structure (document header and footer), the colour system, white space handling and text formatting attributes.
| string highlight::LatexGenerator::getHeader | ( | const string & | title | ) | [virtual] |
| string highlight::LatexGenerator::getFooter | ( | ) | [virtual] |
Prints document footer
Implements highlight::CodeGenerator.
| void highlight::LatexGenerator::printBody | ( | ) | [virtual] |
Prints document body
Implements highlight::CodeGenerator.
| void highlight::LatexGenerator::setReplaceQuotes | ( | bool | b | ) | [inline] |
set replace quotes flag
| b | flag |
| void highlight::LatexGenerator::setDisableShorthands | ( | bool | b | ) | [inline] |
set disable babal shorthand flag
| b | flag |
1.5.2