![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | __init__ (self, title, authors, abstract, add_table_of_contents=True, clearpage=True) |
Creates a latex title-page and optionally abstract and table-of-contents. You should include only one of these objects in your latex code.
Definition at line 427 of file b2latex.py.
| def __init__ | ( | self, | |
| title, | |||
| authors, | |||
| abstract, | |||
add_table_of_contents = True, |
|||
clearpage = True |
|||
| ) |
Sets author, date, title property, calls maketitle, optionalla adds abstract and table-of-contents.
@param title of the latex file.
@param authors of the latex file, so the person who write the corresponding python-code with this framework :-)
@param abstract optional abstract placed on the title-page.
@param add_table_of_contents bool indicating of table-of-contents should be included.
Reimplemented from LatexObject.
Definition at line 433 of file b2latex.py.