Belle II Software development
|
Public Member Functions | |
def | __init__ (self) |
def | add (self, filename, width=0.7) |
def | finish (self) |
Includes a series of image files into your latex code and centers them.
Definition at line 314 of file b2latex.py.
def __init__ | ( | self | ) |
Calls super-class init and begins centered environment.
Reimplemented from LatexObject.
Definition at line 319 of file b2latex.py.
def add | ( | self, | |
filename, | |||
width = 0.7 |
|||
) |
Include a image file. @param filename containing the image @param width texwidth argument of includegraphics
Reimplemented from LatexObject.
Definition at line 326 of file b2latex.py.
def finish | ( | self | ) |
Ends centered environment
Reimplemented from LatexObject.
Definition at line 336 of file b2latex.py.