]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
de.po
[lyx.git] / lib / layouts / stdcounters.inc
index 9c8801f460def849b1c5795610a856b7b0fd93e1..dbebe25b0359f6fd7587446846471c1ee62022d4 100644 (file)
@@ -1,82 +1,98 @@
-# 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.
 
 
-Format 4
-Counter
-       Name                 part
+Format 104
+Counter part
+       GuiName Part
+       LabelString          "\Roman{part}"
+       PrettyFormat         "Part ##"
 End
 
-Counter
-       Name                 chapter
+Counter chapter
+       GuiName Chapter
+       PrettyFormat         "Chapter ##"
 End
 
-Counter
-       Name                 section
+Counter section
+       GuiName Section
        Within               chapter
+       PrettyFormat         "Section ##"
 End
 
-Counter
-       Name                 subsection
+Counter subsection
+       GuiName Subsection
        Within               section
+       PrettyFormat         "Section ##"
 End
 
-Counter
-       Name                 subsubsection
+Counter subsubsection
+       GuiName Subsubsection
        Within               subsection
+       PrettyFormat         "Section ##"
 End
 
-Counter
-       Name                 paragraph
+Counter paragraph
+       GuiName Paragraph
        Within               subsubsection
+       PrettyFormat         "Paragraph ##"
 End
 
-Counter
-       Name                 subparagraph
+Counter subparagraph
+       GuiName Subparagraph
        Within               paragraph
+       PrettyFormat         "Paragraph ##"
 End
 
-Counter
-       Name                 enumi
+Counter enumi
+       GuiName "Numbered List (Level 1)"
+       LabelString          "\arabic{enumi}."
+       PrettyFormat         "(\arabic{enumi})"
 End
 
-Counter
-       Name                 enumii
+Counter enumii
+       GuiName "Numbered List (Level 2)"
        Within               enumi
+       LabelString          "(\alph{enumii})"
+       PrettyFormat         "(\alph{enumii})"
 End
 
-Counter
-       Name                 enumiii
+Counter enumiii
+       GuiName "Numbered List (Level 3)"
        Within               enumii
+       LabelString          "\roman{enumiii}."
+       PrettyFormat         "(\roman{enumiii})"
 End
 
-Counter
-       Name                 enumiv
+Counter enumiv
+       GuiName "Numbered List (Level 4)"
        Within               enumiii
+       LabelString          "\Alph{enumiv}."
+       PrettyFormat         "(\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 \arabic{footnote}"
 End
 
-Counter
-       Name                 equation
-End
-
-Counter
-       Name                 listing
+Counter thanks
+       GuiName "Footnote (Title)"
+       PrettyFormat         "Footnote \arabic{footnote}"
+       LabelString          "\fnsymbol{thanks}"
 End