Package twisted :: Package lore :: Module latex :: Class LatexSpitter
[show private | hide private]
[frames | no frames]

Class LatexSpitter

BaseLatexSpitter --+
                   |
                  LatexSpitter

Known Subclasses:
SectionLatexSpitter, FootnoteLatexSpitter, MathLatexSpitter

Method Summary
  __init__(self, writer, currDir, filename)
(inherited from BaseLatexSpitter)
  convert_dia(self, src, target)
  convert_png(self, src, target)
  visitNode(self, node)
(inherited from BaseLatexSpitter)
  visitNode_a(self, node)
(inherited from BaseLatexSpitter)
  visitNode_a_href(self, node)
  visitNode_a_listing(self, node)
  visitNode_a_name(self, node)
  visitNode_code(self, node)
  visitNode_div(self, node)
(inherited from BaseLatexSpitter)
  visitNode_h1(self, node)
(inherited from BaseLatexSpitter)
  visitNode_h2(self, node)
  visitNode_h3(self, node)
  visitNode_h4(self, node)
  visitNode_img(self, node)
  visitNode_pre(self, node)
  visitNode_span(self, node)
(inherited from BaseLatexSpitter)
  visitNode_span_footnote(self, node)
  visitNode_style(self, node)
(inherited from BaseLatexSpitter)
  visitNode_table(self, node)
  visitNodeDefault(self, node)
(inherited from BaseLatexSpitter)
  visitNodeHeader(self, node)
  writeNodeData(self, node)
(inherited from HeadingLatexSpitter)

Class Variable Summary
int baseLevel
int diaHack
string end_body
string end_dd
string end_div_note
string end_dl
string end_dt
string end_em
string end_li
string end_ol
string end_q
string end_strong
string end_sub
string end_sup
string end_th
string end_title
string end_ul
string start_body
string start_div_note
string start_dl
string start_dt
string start_em
string start_html
string start_li
string start_ol
string start_p
string start_q
string start_strong
string start_sub
string start_sup
string start_th
string start_title
string start_ul

Class Variable Details

baseLevel

Type:
int
Value:
0                                                                      

diaHack

Type:
int
Value:
0                                                                      

end_body

Type:
string
Value:
'\\end{document}'                                                      

end_dd

Type:
string
Value:
'''
'''                                                                    

end_div_note

Type:
string
Value:
'\\end{quotation}'                                                     

end_dl

Type:
string
Value:
'''\\end{description}
'''                                                                    

end_dt

Type:
string
Value:
']'                                                                    

end_em

Type:
string
Value:
'\\end{em}'                                                            

end_li

Type:
string
Value:
'''
'''                                                                    

end_ol

Type:
string
Value:
'''\\end{enumerate}
'''                                                                    

end_q

Type:
string
Value:
"''"                                                                   

end_strong

Type:
string
Value:
'\\end{em}'                                                            

end_sub

Type:
string
Value:
'}$'                                                                   

end_sup

Type:
string
Value:
'}$'                                                                   

end_th

Type:
string
Value:
'}'                                                                    

end_title

Type:
string
Value:
'''}
'''                                                                    

end_ul

Type:
string
Value:
'''\\end{itemize}
'''                                                                    

start_body

Type:
string
Value:
'''\\begin{document}
\\maketitle
'''                                                                    

start_div_note

Type:
string
Value:
'\\begin{quotation}\\textbf{Note:}'                                    

start_dl

Type:
string
Value:
'''\\begin{description}
'''                                                                    

start_dt

Type:
string
Value:
'\\item['                                                              

start_em

Type:
string
Value:
'\\begin{em}'                                                          

start_html

Type:
string
Value:
'''\\documentclass{article}
'''                                                                    

start_li

Type:
string
Value:
'\\item '                                                              

start_ol

Type:
string
Value:
'''\\begin{enumerate}
'''                                                                    

start_p

Type:
string
Value:
'''

'''                                                                    

start_q

Type:
string
Value:
'``'                                                                   

start_strong

Type:
string
Value:
'\\begin{em}'                                                          

start_sub

Type:
string
Value:
'$_{'                                                                  

start_sup

Type:
string
Value:
'$^{'                                                                  

start_th

Type:
string
Value:
'\\textbf{'                                                            

start_title

Type:
string
Value:
'\\title{'                                                             

start_ul

Type:
string
Value:
'''\\begin{itemize}
'''                                                                    

Generated by Epydoc 1.1 on Sat Feb 15 21:19:07 2003 http://epydoc.sf.net