X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fnumreport.inc;h=c61c6725eaa39ea34c3ef6f3a5ac7a05373bbb52;hb=7cb50d70086faafb22a7dd8ca779278a0f9310e9;hp=c793ab485ddf8765fa1c8462b61ac0fa1e8969a6;hpb=ff521787b23df486b227de738969645ff91ae3a6;p=lyx.git diff --git a/lib/layouts/numreport.inc b/lib/layouts/numreport.inc index c793ab485d..c61c6725ea 100644 --- a/lib/layouts/numreport.inc +++ b/lib/layouts/numreport.inc @@ -1,25 +1,45 @@ -# Author : André Pönitz +# Author : André Pönitz # This include file contains label definitions for a report-like numbering. -Format 3 -Input numarticle.inc +Format 81 -Style Part - TocLevel -1 +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 -Style Chapter - LabelType Counter - LabelCounter chapter - LabelString "Chapter \arabic{chapter}" - LabelStringAppendix "Appendix \Alph{chapter}" - TocLevel 0 +Float + Type figure + NumberWithin chapter End -Style Section - LabelString "\arabic{chapter}.\arabic{section}" - LabelStringAppendix "\Alph{chapter}.\arabic{section}" +Float + Type algorithm + NumberWithin chapter End +Counter listing + GuiName Listing + Within chapter +End + +Counter footnote + GuiName Footnote + Within chapter + LabelString "\arabic{footnote}" +End