]> git.lyx.org Git - lyx.git/blob - lib/layouts/numreport.inc
New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing...
[lyx.git] / lib / layouts / numreport.inc
1 # Author : André Pönitz
2 # This include file contains label definitions for a report-like numbering.
3
4 Format 99
5
6 Counter chapter
7         GuiName Chapter
8         Within                ""
9         LabelString           "\arabic{chapter}"
10         LabelStringAppendix   "\Alph{chapter}"
11 End
12
13 Counter section
14         GuiName Section
15         Within                chapter
16         LabelString           ""
17 End
18
19 Float
20         Type                  table
21         NumberWithin          chapter
22 End
23
24
25 Float
26         Type                  figure
27         NumberWithin          chapter
28 End
29
30
31 Float
32         Type                  algorithm
33         NumberWithin          chapter
34 End
35
36 Counter listing
37         GuiName Listing
38         Within                chapter
39 End
40
41 Counter footnote
42         GuiName Footnote
43         Within                chapter
44         LabelString           "\arabic{footnote}"
45 End