Fix counter formats. We have to use quotes here.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33116 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-20 20:50:35 +00:00
parent 4dd9a8acf1
commit 8a444512fb

View File

@ -7,7 +7,7 @@
Format 21 Format 21
Counter part Counter part
LabelString "\Roman{part}" LabelString "\Roman{part}"
PrettyFormat Part \Roman{part} PrettyFormat "Part \Roman{part}"
End End
Counter chapter Counter chapter
@ -16,27 +16,27 @@ End
Counter section Counter section
Within chapter Within chapter
PrettyFormat Section \arabic{section} PrettyFormat "Section \arabic{section}"
End End
Counter subsection Counter subsection
Within section Within section
PrettyFormat Section \arabic{subsection} PrettyFormat "Section \arabic{subsection}"
End End
Counter subsubsection Counter subsubsection
Within subsection Within subsection
PrettyFormat Section \arabic{subsubsection} PrettyFormat "Section \arabic{subsubsection}"
End End
Counter paragraph Counter paragraph
Within subsubsection Within subsubsection
PrettyFormat Paragraph \arabic{paragraph} PrettyFormat "Paragraph \arabic{paragraph}"
End End
Counter subparagraph Counter subparagraph
Within paragraph Within paragraph
PrettyFormat Paragraph \arabic{subparagraph} PrettyFormat "Paragraph \arabic{subparagraph}"
End End
Counter enumi Counter enumi
@ -65,9 +65,9 @@ Counter listing
End End
Counter equation Counter equation
PrettyFormat Equation \arabic{equation} PrettyFormat "Equation \arabic{equation}"
End End
Counter footnote Counter footnote
PrettyFormat Footnote \arabic{footnote} PrettyFormat "Footnote \arabic{footnote}"
End End