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