Belle II Software development
SubSubSection Class Reference
Inheritance diagram for SubSubSection:
LatexObject

Public Member Functions

def __init__ (self, name)
 

Detailed Description

Adds a new subsubsection to your latex code.

Definition at line 301 of file b2latex.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  name 
)
Calls super-class init and adds necessary latex commands to output.

Reimplemented from LatexObject.

Definition at line 306 of file b2latex.py.

306 def __init__(self, name):
307 """
308 Calls super-class init and adds necessary latex commands to output.
309 """
310 super().__init__()
311 self.output += r"\subsubsection{" + str(name) + r"}" + '\n'
312
313

The documentation for this class was generated from the following file: