]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
de.po
[lyx.git] / lib / layouts / stdcounters.inc
index 05d7b479b92405cfc480ea9e70796a4a5905c2c3..dbebe25b0359f6fd7587446846471c1ee62022d4 100644 (file)
@@ -4,75 +4,95 @@
 # in most LyX layouts.
 
 
-Format 74
+Format 104
 Counter part
+       GuiName Part
        LabelString          "\Roman{part}"
-       PrettyFormat         "Part \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}."
+       PrettyFormat         "(\arabic{enumi})"
 End
 
 Counter enumii
+       GuiName "Numbered List (Level 2)"
        Within               enumi
        LabelString          "(\alph{enumii})"
+       PrettyFormat         "(\alph{enumii})"
 End
 
 Counter enumiii
+       GuiName "Numbered List (Level 3)"
        Within               enumii
        LabelString          "\roman{enumiii}."
+       PrettyFormat         "(\roman{enumiii})"
 End
 
 Counter enumiv
+       GuiName "Numbered List (Level 4)"
        Within               enumiii
        LabelString          "\Alph{enumiv}."
+       PrettyFormat         "(\Alph{enumiv})"
 End
 
 Counter bibitem
+       GuiName "Bibliography Item"
 End
 
 Counter listing
+       GuiName Listing
 End
 
 Counter equation
+       GuiName Equation
        PrettyFormat         "Equation ##"
 End
 
 Counter footnote
-       PrettyFormat         "Footnote ##"
+       GuiName Footnote
+       PrettyFormat         "Footnote \arabic{footnote}"
 End
 
 Counter thanks
-       PrettyFormat         "Footnote ##"
+       GuiName "Footnote (Title)"
+       PrettyFormat         "Footnote \arabic{footnote}"
        LabelString          "\fnsymbol{thanks}"
 End