Pretty formats for standard counters.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33114 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-01-20 20:40:16 +00:00
parent c2ac70552c
commit d853aca254

View File

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