lyx_mirror/lib/layouts/numreport.inc
Scott Kostyshak adefdf8eeb Revert "Update layouts"
This reverts commit 7c041af642.

We will hold this back until we fix the issue discussed here:

  https://marc.info/?l=lyx-devel&m=171733833610242&w=2
2024-06-03 10:37:02 -04:00

48 lines
789 B
HTML

# Author : André Pönitz
# This include file contains label definitions for a report-like numbering.
Format 104
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