X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fnumreport.inc;h=cfab6448f506b27e56d6e8a089ed56d95187c0b4;hb=c8c1c15631712d458e98b612ba8c049a7ae4d260;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=af57c176a6ed7a9caa9c93f7d71085c10e23cb27;p=lyx.git diff --git a/lib/layouts/numreport.inc b/lib/layouts/numreport.inc index e69de29bb2..cfab6448f5 100644 --- a/lib/layouts/numreport.inc +++ b/lib/layouts/numreport.inc @@ -0,0 +1,45 @@ +# Author : André Pönitz +# This include file contains label definitions for a report-like numbering. + +Format 98 + +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