Package geometry :: Module tex
[hide private]
[frames] | no frames]

Source Code for Module geometry.tex

 1   
 2  # Symbols allowed in the documentation 
 3  tex_symbols = ''' 
 4  \\newcommand{\\sphere}{\mathbb{S}} 
 5  \\newcommand{\\ndim}{\\mathsf{ndim}} 
 6  ''' 
 7   
 8  # Load this when building documentation 
 9  pngmath_latex_preamble = tex_symbols 
10