This probably doesn't matter, but the reason for bug #8666 traces,

ultimately, to the layout conversion for format 2.
This commit is contained in:
Richard Heck 2013-05-10 13:47:03 -04:00
parent b9f48eb945
commit 4968ce4627

View File

@ -292,7 +292,7 @@ def convert(lines):
"subparagraph" : "\\arabic{section}.\\arabic{subsection}.\\arabic{subsubsection}.\\arabic{paragraph}.\\arabic{subparagraph}"}
# Value of TocLevel for sectioning styles
toclevels = {"part" : 0,
toclevels = {"part" : -1,
"chapter" : 0,
"section" : 1,
"subsection" : 2,