]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
LyXHTML: add explicit HTMLTag for titles.
[lyx.git] / lib / layouts / stdcounters.inc
index 1dc6fddec1d000e7acd070bef8d6070c0c17c9f5..925a2ab03a05366ec08e7e4f81fd753d3f8e00ba 100644 (file)
@@ -4,70 +4,91 @@
 # in most LyX layouts.
 
 
-Format 21
+Format 99
 Counter part
-       LabelString              "\Roman{part}"
-       PrettyFormat         Part \Roman{part}
+       GuiName Part
+       LabelString          "\Roman{part}"
+       PrettyFormat         "Part ##"
 End
 
 Counter chapter
-       PrettyFormat         Chapter \arabic{chapter}
+       GuiName Chapter
+       PrettyFormat         "Chapter ##"
 End
 
 Counter section
+       GuiName Section
        Within               chapter
-       PrettyFormat         Section \arabic{section}
+       PrettyFormat         "Section ##"
 End
 
 Counter subsection
+       GuiName Subsection
        Within               section
-       PrettyFormat         Section \arabic{subsection}
+       PrettyFormat         "Section ##"
 End
 
 Counter subsubsection
+       GuiName Subsubsection
        Within               subsection
-       PrettyFormat         Section \arabic{subsubsection}
+       PrettyFormat         "Section ##"
 End
 
 Counter paragraph
+       GuiName Paragraph
        Within               subsubsection
-       PrettyFormat         Paragraph \arabic{paragraph}
+       PrettyFormat         "Paragraph ##"
 End
 
 Counter subparagraph
+       GuiName Subparagraph
        Within               paragraph
-       PrettyFormat         Paragraph \arabic{subparagraph}
+       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})"
 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
-       PrettyFormat         Equation \arabic{equation}
+       GuiName Equation
+       PrettyFormat         "Equation ##"
 End
 
 Counter footnote
-       PrettyFormat         Footnote \arabic{footnote}
+       GuiName Footnote
+       PrettyFormat         "Footnote ##"
+End
+
+Counter thanks
+       GuiName "Footnote (Title)"
+       PrettyFormat         "Footnote ##"
+       LabelString          "\fnsymbol{thanks}"
 End