]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/report.layout
Whitespace, only whitespace. Part II.
[lyx.git] / lib / layouts / report.layout
index 6928a69738d5f29c5d7c09eb3e51cc01cc20d2c9..2309fe9ea564fc3fc64a67896ad903635b2e4465 100644 (file)
@@ -5,19 +5,20 @@
 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
 # Heavily modifed and enhanced by serveral developers.
 
-# Input general definitions
 Input stdclass.inc
+Input numreport.inc
 
-# a few changes to the bibliography
-Style Bibliography
-  TopSep               4
-  LabelString          Bibliography
-
-  # label font definition
-  LabelFont 
-    Series             Bold
-    Size               Huge
-  EndFont
+Style Chapter
+       LabelString           "Chapter \arabic{chapter}"
+       LabelStringAppendix   "Appendix \Alph{chapter}"
 End
 
 
+Style Bibliography
+       TopSep                4
+       LabelString           Bibliography
+       LabelFont
+         Series              Bold
+         Size                Huge
+       EndFont
+End