lyx_mirror/lib/layouts/stdcounters.inc

100 lines
1.9 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.
2024-06-03 02:52:37 +00:00
Format 105
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}."
PrettyFormat "(\arabic{enumi})"
End
Counter enumii
2020-05-03 02:37:18 +00:00
GuiName "Numbered List (Level 2)"
Within enumi
LabelString "(\alph{enumii})"
PrettyFormat "(\alph{enumii})"
End
Counter enumiii
2020-05-03 02:37:18 +00:00
GuiName "Numbered List (Level 3)"
Within enumii
LabelString "\roman{enumiii}."
PrettyFormat "(\roman{enumiii})"
End
Counter enumiv
2020-05-03 02:37:18 +00:00
GuiName "Numbered List (Level 4)"
Within enumiii
LabelString "\Alph{enumiv}."
PrettyFormat "(\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
PrettyFormat "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 \arabic{footnote}"
End
Counter thanks
2020-05-03 06:20:14 +00:00
GuiName "Footnote (Title)"
PrettyFormat "Footnote \arabic{footnote}"
LabelString "\fnsymbol{thanks}"
End