Ejemplo n.º 1
0
 def depart_container (self, node):
     if (node_has_class (node, 'r2b-simplecolumns')):
         self.depart_columnset (node)
     elif (node_has_class (node, 'r2b-note')):
         self.depart_beamer_note (node)
     else:
         # currently the LaTeXTranslator does nothing, but just in case
         LaTeXTranslator.depart_container (self, node)
Ejemplo n.º 2
0
 def depart_container(self, node):
     if node_has_class(node, 'beamer-simplecolumns'):
         self.depart_columnset(node)
     elif node_has_class(node, 'beamer-note'):
         self.depart_beamer_note(node)
     else:
         # currently the LaTeXTranslator does nothing, but just in case
         LaTeXTranslator.depart_container(self, node)