]> git.lyx.org Git - lyx.git/blob - lib/layouts/report.layout
Whitespace, only whitespace. Part II.
[lyx.git] / lib / layouts / report.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{report}
3 # Report textclass definition file. Taken from initial LyX source code
4 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
5 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
6 # Heavily modifed and enhanced by serveral developers.
7
8 Input stdclass.inc
9 Input numreport.inc
10
11 Style Chapter
12         LabelString           "Chapter \arabic{chapter}"
13         LabelStringAppendix   "Appendix \Alph{chapter}"
14 End
15
16
17 Style Bibliography
18         TopSep                4
19         LabelString           Bibliography
20         LabelFont
21           Series              Bold
22           Size                Huge
23         EndFont
24 End