Inheritance diagram for highlight::TexGenerator:
Public Member Functions | |
string | getHeader (const string &title) |
string | getFooter () |
void | printBody () |
It contains information about the resulting document structure (document header and footer), the colour system, white space handling and text formatting attributes.
string highlight::TexGenerator::getHeader | ( | const string & | title | ) | [virtual] |
string highlight::TexGenerator::getFooter | ( | ) | [virtual] |
Prints document footer
Implements highlight::CodeGenerator.
void highlight::TexGenerator::printBody | ( | ) | [virtual] |
Prints document body
Implements highlight::CodeGenerator.