Package jazzparser :: Package utils :: Module latex
[hide private]
[frames] | no frames]

Module latex

source code

Latex output utility functions to help with producing valid Latex files.

Utility functions for handling processing and output of Latex.


Author: Mark Granroth-Wilding <mark.granroth-wilding@ed.ac.uk>

Functions [hide private]
 
filter_latex(text)
Applies necessary filters to Latex text before outputting.
source code
 
start_document(title=None, author=None, packages=[], options=[], toc=False) source code
Variables [hide private]
  __package__ = None
hash(x)
Function Details [hide private]

filter_latex(text)

source code 

Applies necessary filters to Latex text before outputting. Mainly involves escaping strings.