Uses of Class
cz.kebrt.html2latex.Configuration

Uses of Configuration in cz.kebrt.html2latex
 

Fields in cz.kebrt.html2latex declared as Configuration
private  Configuration CSSParserHandler._config
          Html2latex program configuration.
private  Configuration Convertor._config
          Program configuration.
 

Methods in cz.kebrt.html2latex with parameters of type Configuration
private  void CSSStyle.colorProperty(Configuration conf)
          Converts "color" property using "xcolor" LaTeX package.
 void CSSStyle.fontFamilyProperty(Configuration conf)
          Converts "font-family" property.
 void CSSStyle.makeLaTeXCommands(Configuration conf)
          Sets start and end commands for the style on the basis of style properties and program configuration.
 

Constructors in cz.kebrt.html2latex with parameters of type Configuration
CSSParserHandler(Configuration config)
          Cstr.