]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
DocBook: fix indentation.
[lyx.git] / lib / layouts / stdcounters.inc
index 44f9801d30ba72eec351385080ec8d29d5d4c100..464fc96dedb55bfd0b7fffdd43248b50f80d8160 100644 (file)
@@ -4,61 +4,91 @@
 # in most LyX layouts.
 
 
-Format 11
+Format 85
 Counter part
-       LabelString           "\Roman{part}"
+       GuiName Part
+       LabelString          "\Roman{part}"
+       PrettyFormat         "Part ##"
 End
 
 Counter chapter
+       GuiName Chapter
+       PrettyFormat         "Chapter ##"
 End
 
 Counter section
+       GuiName Section
        Within               chapter
+       PrettyFormat         "Section ##"
 End
 
 Counter subsection
+       GuiName Subsection
        Within               section
+       PrettyFormat         "Section ##"
 End
 
 Counter subsubsection
+       GuiName Subsubsection
        Within               subsection
+       PrettyFormat         "Section ##"
 End
 
 Counter paragraph
+       GuiName Paragraph
        Within               subsubsection
+       PrettyFormat         "Paragraph ##"
 End
 
 Counter subparagraph
+       GuiName Subparagraph
        Within               paragraph
+       PrettyFormat         "Paragraph ##"
 End
 
 Counter enumi
+       GuiName "Numbered List (Level 1)"
        LabelString          "\arabic{enumi}."
 End
 
 Counter enumii
+       GuiName "Numbered List (Level 2)"
        Within               enumi
-       LabelString          "\alph{enumii}."
+       LabelString          "(\alph{enumii})"
 End
 
 Counter enumiii
+       GuiName "Numbered List (Level 3)"
        Within               enumii
        LabelString          "\roman{enumiii}."
 End
 
 Counter enumiv
+       GuiName "Numbered List (Level 4)"
        Within               enumiii
        LabelString          "\Alph{enumiv}."
 End
 
 Counter bibitem
+       GuiName "Bibliography Item"
 End
 
 Counter listing
+       GuiName Listing
 End
 
 Counter equation
+       GuiName Equation
+       PrettyFormat         "Equation ##"
 End
 
 Counter footnote
+       GuiName Footnote
+       PrettyFormat         "Footnote ##"
+End
+
+Counter thanks
+       GuiName "Footnote (Title)"
+       PrettyFormat         "Footnote ##"
+       LabelString          "\fnsymbol{thanks}"
 End