Exemplo n.º 1
0
 def __init__(self):
     LaTeXWriter.__init__(self)
     self.translator_class = PyLaTeXTranslator
Exemplo n.º 2
0
 def __init__(self):
     self.settings_defaults.update(BEAMER_DEFAULTS)
     Latex2eWriter.__init__(self)
     self.translator_class = BeamerTranslator
Exemplo n.º 3
0
 def __init__(self):
     Latex2eWriter.__init__(self)
     self.translator_class = BeamerTranslator
Exemplo n.º 4
0
 def __init__(self):
     Latex2eWriter.__init__(self)
     self.translator_class = BeamerTranslator
     self.default_template_path = os.path.abspath(os.path.dirname(__file__))
Exemplo n.º 5
0
 def __init__(self):
     self.settings_defaults.update(BEAMER_DEFAULTS)
     Latex2eWriter.__init__(self)
     self.translator_class = BeamerTranslator
Exemplo n.º 6
0
 def __init__(self):
     LaTeXWriter.__init__(self)
     self.translator_class = VerseLaTeXTranslator
Exemplo n.º 7
0
 def __init__(self):
     Latex2eWriter.__init__(self)
     self.translator_class = BeamerTranslator
Exemplo n.º 8
0
 def __init__(self):
     Latex2eWriter.__init__(self)
     self.translator_class = BeamerTranslator
     self.default_template_path = os.path.abspath(os.path.dirname(__file__))