mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
6a8c10f0d6
A new counter type \superarabic is introduced, that transforms the counter into superscript Unicode numbers. This is used for the footnote counter. The Foot inset layout is modified to use an empty LabelString (in size Normal, since the numbers could be too small). We use this occasion to set footnote text in footnotesize, as it should. A couple of changes are done to the code to make the button label and tooltip look better. Fixes bug #12238.
96 lines
1.7 KiB
HTML
96 lines
1.7 KiB
HTML
# 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 101
|
|
Counter part
|
|
GuiName Part
|
|
LabelString "\Roman{part}"
|
|
PrettyFormat "Part ##"
|
|
End
|
|
|
|
Counter chapter
|
|
GuiName Chapter
|
|
PrettyFormat "Chapter ##"
|
|
End
|
|
|
|
Counter section
|
|
GuiName Section
|
|
Within chapter
|
|
PrettyFormat "Section ##"
|
|
End
|
|
|
|
Counter subsection
|
|
GuiName Subsection
|
|
Within section
|
|
PrettyFormat "Section ##"
|
|
End
|
|
|
|
Counter subsubsection
|
|
GuiName Subsubsection
|
|
Within subsection
|
|
PrettyFormat "Section ##"
|
|
End
|
|
|
|
Counter paragraph
|
|
GuiName Paragraph
|
|
Within subsubsection
|
|
PrettyFormat "Paragraph ##"
|
|
End
|
|
|
|
Counter subparagraph
|
|
GuiName Subparagraph
|
|
Within paragraph
|
|
PrettyFormat "Paragraph ##"
|
|
End
|
|
|
|
Counter enumi
|
|
GuiName "Numbered List (Level 1)"
|
|
LabelString "\arabic{enumi}."
|
|
End
|
|
|
|
Counter enumii
|
|
GuiName "Numbered List (Level 2)"
|
|
Within enumi
|
|
LabelString "(\alph{enumii})"
|
|
End
|
|
|
|
Counter enumiii
|
|
GuiName "Numbered List (Level 3)"
|
|
Within enumii
|
|
LabelString "\roman{enumiii}."
|
|
End
|
|
|
|
Counter enumiv
|
|
GuiName "Numbered List (Level 4)"
|
|
Within enumiii
|
|
LabelString "\Alph{enumiv}."
|
|
End
|
|
|
|
Counter bibitem
|
|
GuiName "Bibliography Item"
|
|
End
|
|
|
|
Counter listing
|
|
GuiName Listing
|
|
End
|
|
|
|
Counter equation
|
|
GuiName Equation
|
|
PrettyFormat "Equation ##"
|
|
End
|
|
|
|
Counter footnote
|
|
GuiName Footnote
|
|
LabelString "\superarabic{footnote}"
|
|
PrettyFormat "Footnote ##"
|
|
End
|
|
|
|
Counter thanks
|
|
GuiName "Footnote (Title)"
|
|
PrettyFormat "Footnote ##"
|
|
LabelString "\fnsymbol{thanks}"
|
|
End
|