Exemplo n.º 1
0
 def __init__(self):
     plugin.__init__(self)
     templateParser.__init__(self, "Latex:Button", fun=pButton)
Exemplo n.º 2
0
 def __init__(self):
     plugin.__init__(self)
     templateParser.__init__(self, "Latex:TitlePage", fun=pTitlePage)
Exemplo n.º 3
0
 def __init__(self):
     plugin.__init__(self)
     templateParser.__init__(self, "Latex:Menu", fun=pMenu)
Exemplo n.º 4
0
 def __init__(self):
     plugin.__init__(self)
     templateParser.__init__(self, "Latex:ref", fun=pRef)
Exemplo n.º 5
0
 def __init__(self):
     plugin.__init__(self)
     templateParser.__init__(self, "Latex:Label", fun=pLabel)
Exemplo n.º 6
0
 def __init__(self):
     plugin.__init__(self)
     templateParser.__init__(self, "Latex:putRef", fun=lambda x: "")
Exemplo n.º 7
0
 def __init__(self):
     plugin.__init__(self)
     templateParser.__init__(self, "ISN:creditphoto", fun=pCreditPhoto)
Exemplo n.º 8
0
 def __init__(self):
     plugin.__init__(self)
     templateParser.__init__(self, "Latex:Figure", fun=pFigure)
Exemplo n.º 9
0
 def __init__(self):
     plugin.__init__(self)
     templateParser.__init__(self, "Latex:Protect", fun=pProtect)