lyx_mirror/lib/layouts/numreport.inc
Juergen Spitzmueller 66afab4497 Update layout formats
2024-08-12 12:29:50 +02:00

48 lines
789 B
HTML

# Author : André Pönitz
# This include file contains label definitions for a report-like numbering.
Format 107
Counter chapter
GuiName Chapter
Within ""
LabelString "\arabic{chapter}"
LabelStringAppendix "\Alph{chapter}"
PrettyFormat "Chapter ##"
End
Counter section
GuiName Section
Within chapter
LabelString ""
PrettyFormat "Section ##"
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
PrettyFormat "footnote \arabic{footnote}"
End