We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f88448 commit 71bac0bCopy full SHA for 71bac0b
pylatex/__init__.py
@@ -11,7 +11,7 @@
11
from .frames import MdFramed, FBox
12
from .math import Math, VectorName, Matrix, Alignat
13
from .package import Package
14
-from .section import Section, Subsection, Subsubsection
+from .section import Chapter, Section, Subsection, Subsubsection
15
from .table import Table, MultiColumn, MultiRow, Tabular, Tabu, LongTable, \
16
LongTabu, Tabularx, LongTabularx, ColumnType
17
from .tikz import TikZ, Axis, Plot, TikZNode, TikZDraw, TikZCoordinate, \
0 commit comments