]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstruct.inc
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / stdstruct.inc
1 # Standard textclass definition file. Taken from initial LyX source code
2 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
3 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
4 # Heavily modifed and enhanced by several developers.
5 # Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut@noris.net>
6
7 # This include files contains all layouts that handle the structure of
8 # a document, like abstract, bibliography and such.
9
10
11 Format 98
12
13 Style Abstract
14         Margin                Static
15         LatexType             Environment
16         LatexName             abstract
17         Category              FrontMatter
18         NextNoIndent          1
19         ToggleIndent          Always
20         LeftMargin            MMM
21         RightMargin           MMM
22         ParIndent             MM
23         ItemSep               0
24         TopSep                0.7
25         BottomSep             0.7
26         ParSep                0
27         Align                 Block
28         LabelType             Centered
29         LabelString           "Abstract"
30         LabelBottomSep        0.2
31         Font
32           Size                Small
33         EndFont
34         LabelFont
35           Series              Bold
36         EndFont
37         HTMLLabelFirst        1
38         HTMLForceCSS          1
39         HTMLStyle
40                 div.abstract {
41                         margin: 4ex;
42                 }
43                 div.abstract_item {
44                         font-size: small;
45                         padding-top: 1ex;
46                 }
47                 div.abstract_label {
48                         font-weight: bold;
49                 }
50         EndHTMLStyle
51         DocBookAbstract       true
52         DocBookInInfo         always
53         DocBookWrapperTag     abstract
54         DocBookWrapperMergeWithPrevious    true
55         DocBookTag            para
56 End
57
58
59 Style Bibliography
60         Margin                First_Dynamic
61         LatexType             Bib_Environment
62         LatexName             thebibliography
63         Category              BackMatter
64         NextNoIndent          1
65         ToggleIndent          Never
66         LeftMargin            MM
67         ParSkip               0.4
68         ItemSep               0
69         TopSep                0.7
70         BottomSep             0.7
71         ParSep                0.5
72         Align                 Block
73         AlignPossible         Block, Left
74         LabelType             Bibliography
75         LabelString           "References"
76         LabelBottomSep        1.2
77         LabelFont
78           Series              Bold
79           Size                Larger
80         EndFont
81         HTMLStyle
82                 div.bibliography {
83                         margin-left: 2em;
84                         text-indent: -2em;
85                 }
86                 span.bibitemlabel:before { content: "["; }
87                 span.bibitemlabel:after { content: "] "; }
88         EndHTMLStyle
89         TocLevel              1
90         ISTocCaption          0
91         Argument listpreamble:1
92           LabelString    "Bib preamble"
93           MenuString     "Bibliography Preamble"
94           Tooltip        "LaTeX code to be inserted before the first bibliography item"
95           PassThru       1
96           Font
97             Family typewriter
98             Color latex
99           EndFont
100         EndArgument
101         DocBookTag            bibliography
102 End