]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
LyXHTML: add explicit HTMLTag for titles.
[lyx.git] / lib / layouts / stdcounters.inc
index f5d96f65fab634b3245ca6c9efddf704d9b32cb4..925a2ab03a05366ec08e7e4f81fd753d3f8e00ba 100644 (file)
@@ -1,73 +1,94 @@
-# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
+# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
 
 # This include file contains all the counters that are defined as standard
 # in most LyX layouts.
 
 
-Counter
-  Name                 part
+Format 99
+Counter part
+       GuiName Part
+       LabelString          "\Roman{part}"
+       PrettyFormat         "Part ##"
 End
 
-Counter
-  Name                 chapter
+Counter chapter
+       GuiName Chapter
+       PrettyFormat         "Chapter ##"
 End
 
-Counter
-  Name                 section
-  Within               chapter
+Counter section
+       GuiName Section
+       Within               chapter
+       PrettyFormat         "Section ##"
 End
 
-Counter
-  Name                 subsection
-  Within               section
+Counter subsection
+       GuiName Subsection
+       Within               section
+       PrettyFormat         "Section ##"
 End
 
-Counter
-  Name                 subsubsection
-  Within               subsection
+Counter subsubsection
+       GuiName Subsubsection
+       Within               subsection
+       PrettyFormat         "Section ##"
 End
 
-Counter
-  Name                 paragraph
-  Within               subsubsection
+Counter paragraph
+       GuiName Paragraph
+       Within               subsubsection
+       PrettyFormat         "Paragraph ##"
 End
 
-Counter
-  Name                 subparagraph
-  Within               paragraph
+Counter subparagraph
+       GuiName Subparagraph
+       Within               paragraph
+       PrettyFormat         "Paragraph ##"
 End
 
-Counter
-  Name                 enumi
+Counter enumi
+       GuiName "Numbered List (Level 1)"
+       LabelString          "\arabic{enumi}."
 End
 
-Counter
-  Name                 enumii
-  Within               enumi
+Counter enumii
+       GuiName "Numbered List (Level 2)"
+       Within               enumi
+       LabelString          "(\alph{enumii})"
 End
 
-Counter
-  Name                 enumiii
-  Within               enumii
+Counter enumiii
+       GuiName "Numbered List (Level 3)"
+       Within               enumii
+       LabelString          "\roman{enumiii}."
 End
 
-Counter
-  Name                 enumiv
-  Within               enumiii
+Counter enumiv
+       GuiName "Numbered List (Level 4)"
+       Within               enumiii
+       LabelString          "\Alph{enumiv}."
 End
 
-Counter
-  Name                 bibitem
+Counter bibitem
+       GuiName "Bibliography Item"
 End
 
-Counter
-  Name                 figure
+Counter listing
+       GuiName Listing
 End
 
-Counter
-  Name                 table
+Counter equation
+       GuiName Equation
+       PrettyFormat         "Equation ##"
 End
 
-Counter
-  Name                 algorithm
+Counter footnote
+       GuiName Footnote
+       PrettyFormat         "Footnote ##"
+End
+
+Counter thanks
+       GuiName "Footnote (Title)"
+       PrettyFormat         "Footnote ##"
+       LabelString          "\fnsymbol{thanks}"
 End