lyx_mirror/lib/layouts/stdcounters.inc

95 lines
1.7 KiB
PHP
Raw Normal View History

# 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 99
Counter part
2020-05-03 02:37:18 +00:00
GuiName Part
LabelString "\Roman{part}"
2020-09-29 02:34:52 +00:00
PrettyFormat "Part ##"
End
Counter chapter
2020-05-03 02:37:18 +00:00
GuiName Chapter
PrettyFormat "Chapter ##"
End
Counter section
2020-05-03 02:37:18 +00:00
GuiName Section
Within chapter
PrettyFormat "Section ##"
End
Counter subsection
2020-05-03 02:37:18 +00:00
GuiName Subsection
Within section
PrettyFormat "Section ##"
End
Counter subsubsection
2020-05-03 02:37:18 +00:00
GuiName Subsubsection
Within subsection
PrettyFormat "Section ##"
End
Counter paragraph
2020-05-03 02:37:18 +00:00
GuiName Paragraph
Within subsubsection
PrettyFormat "Paragraph ##"
End
Counter subparagraph
2020-05-03 02:37:18 +00:00
GuiName Subparagraph
Within paragraph
PrettyFormat "Paragraph ##"
End
Counter enumi
2020-05-03 02:37:18 +00:00
GuiName "Numbered List (Level 1)"
LabelString "\arabic{enumi}."
End
Counter enumii
2020-05-03 02:37:18 +00:00
GuiName "Numbered List (Level 2)"
Within enumi
LabelString "(\alph{enumii})"
End
Counter enumiii
2020-05-03 02:37:18 +00:00
GuiName "Numbered List (Level 3)"
Within enumii
LabelString "\roman{enumiii}."
End
Counter enumiv
2020-05-03 02:37:18 +00:00
GuiName "Numbered List (Level 4)"
Within enumiii
LabelString "\Alph{enumiv}."
End
Counter bibitem
2020-05-03 02:37:18 +00:00
GuiName "Bibliography Item"
End
Counter listing
2020-05-03 02:37:18 +00:00
GuiName Listing
End
Counter equation
2020-05-03 02:37:18 +00:00
GuiName Equation
PrettyFormat "Equation ##"
End
Counter footnote
2020-05-03 02:37:18 +00:00
GuiName Footnote
PrettyFormat "Footnote ##"
End
Counter thanks
2020-05-03 06:20:14 +00:00
GuiName "Footnote (Title)"
PrettyFormat "Footnote ##"
LabelString "\fnsymbol{thanks}"
End