]> git.lyx.org Git - lyx.git/blob - lib/layouts/numreport.inc
Omit character activation with hanging package
[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 104
5
6 Counter chapter
7         GuiName Chapter
8         Within                ""
9         LabelString           "\arabic{chapter}"
10         LabelStringAppendix   "\Alph{chapter}"
11         PrettyFormat "Chapter ##"
12 End
13
14 Counter section
15         GuiName Section
16         Within                chapter
17         LabelString           ""
18         PrettyFormat "Section ##"
19 End
20
21 Float
22         Type                  table
23         NumberWithin          chapter
24 End
25
26
27 Float
28         Type                  figure
29         NumberWithin          chapter
30 End
31
32
33 Float
34         Type                  algorithm
35         NumberWithin          chapter
36 End
37
38 Counter listing
39         GuiName Listing
40         Within                chapter
41 End
42
43 Counter footnote
44         GuiName Footnote
45         Within                chapter
46         PrettyFormat    "footnote \arabic{footnote}"
47 End