mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
f86fc8d88c
* numarticle.inc: * numreport.inc: * stdcounter.inc: * stdsections.inc: * stdstarsections.inc: * stdclass.inc: * scrbook.layout: * amsmath.inc: adapt: remove most of the LabelString in layouts, add the necessary stuff to counters. * lib/doc/Customization.lyx: document the new stuff. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19604 a592a061-630c-0410-9148-cb99ea01b6c8
50 lines
793 B
HTML
50 lines
793 B
HTML
# Author : André Pönitz
|
|
# This include file contains label definitions for a report-like numbering.
|
|
|
|
Format 4
|
|
|
|
Style Part
|
|
TocLevel -1
|
|
End
|
|
|
|
Counter
|
|
Name chapter
|
|
Within ""
|
|
LabelString "\arabic{chapter}"
|
|
LabelStringAppendix "\Alph{chapter}"
|
|
End
|
|
|
|
Counter
|
|
Name section
|
|
Within chapter
|
|
LabelString ""
|
|
End
|
|
|
|
Float
|
|
Type table
|
|
NumberWithin chapter
|
|
End
|
|
|
|
|
|
Float
|
|
Type figure
|
|
NumberWithin chapter
|
|
End
|
|
|
|
|
|
Float
|
|
Type algorithm
|
|
NumberWithin chapter
|
|
End
|
|
|
|
Counter
|
|
Name listing
|
|
Within chapter
|
|
End
|
|
|
|
Counter
|
|
Name footnote
|
|
Within chapter
|
|
LabelString "\arabic{footnote}"
|
|
End
|