lyx_mirror/lib/layouts/numreport.inc
Scott Kostyshak 5d7efd2fa9 Update layouts
Fixes a slight delay when cutting (#11988).
2020-09-27 11:47:10 -04:00

46 lines
729 B
HTML

# Author : André Pönitz
# This include file contains label definitions for a report-like numbering.
Format 84
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
LabelString "\arabic{footnote}"
End