mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 05:01:49 +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.
45 lines
691 B
HTML
45 lines
691 B
HTML
# Author : André Pönitz
|
|
# This include file contains label definitions for a report-like numbering.
|
|
|
|
Format 101
|
|
|
|
Counter chapter
|
|
GuiName Chapter
|
|
Within ""
|
|
LabelString "\arabic{chapter}"
|
|
LabelStringAppendix "\Alph{chapter}"
|
|
End
|
|
|
|
Counter section
|
|
GuiName Section
|
|
Within chapter
|
|
LabelString ""
|
|
End
|
|
|
|
Float
|
|
Type table
|
|
NumberWithin chapter
|
|
End
|
|
|
|
|
|
Float
|
|
Type figure
|
|
NumberWithin chapter
|
|
End
|
|
|
|
|
|
Float
|
|
Type algorithm
|
|
NumberWithin chapter
|
|
End
|
|
|
|
Counter listing
|
|
GuiName Listing
|
|
Within chapter
|
|
End
|
|
|
|
Counter footnote
|
|
GuiName Footnote
|
|
Within chapter
|
|
End
|