]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdcounters.inc
de.po
[lyx.git] / lib / layouts / stdcounters.inc
index 15df3e36fad8c822e5b31fcad44ef8cad2ab1f6e..dbebe25b0359f6fd7587446846471c1ee62022d4 100644 (file)
@@ -4,11 +4,11 @@
 # in most LyX layouts.
 
 
-Format 82
+Format 104
 Counter part
        GuiName Part
        LabelString          "\Roman{part}"
-       PrettyFormat         "Part \Roman{part}"
+       PrettyFormat         "Part ##"
 End
 
 Counter chapter
@@ -49,24 +49,28 @@ 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
@@ -84,11 +88,11 @@ End
 
 Counter footnote
        GuiName Footnote
-       PrettyFormat         "Footnote ##"
+       PrettyFormat         "Footnote \arabic{footnote}"
 End
 
 Counter thanks
        GuiName "Footnote (Title)"
-       PrettyFormat         "Footnote ##"
+       PrettyFormat         "Footnote \arabic{footnote}"
        LabelString          "\fnsymbol{thanks}"
 End