]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlayouts.inc
New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing...
[lyx.git] / lib / layouts / stdlayouts.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
6 # This include files contains various standard environments for lists,
7 # quotations and such.
8
9
10 Format 99
11
12 Style Quotation
13         Category              MainText
14         Margin                Static
15         LatexType             Environment
16         LatexName             quotation
17         NextNoIndent          1
18         ToggleIndent          Always
19         LeftMargin            MMM
20         RightMargin           MMM
21         ParIndent             MM
22         ParSkip               0
23         ItemSep               0
24         TopSep                0.5
25         BottomSep             0.5
26         ParSep                0
27         Align                 Block
28         AlignPossible         Block, Left, Right, Center
29         HTMLTag               blockquote
30         HTMLItem              div
31         DocBookWrapperTag     blockquote
32         DocBookWrapperMergeWithPrevious    true
33         DocBookTag            para
34 End
35
36
37 Style Quote
38         Category              MainText
39         Margin                Static
40         LatexType             Environment
41         LatexName             quote
42         NextNoIndent          1
43         ToggleIndent          Never
44         LeftMargin            MMM
45         RightMargin           MMM
46         TopSep                0.5
47         ParSep                0.5
48         BottomSep             0.5
49         Align                 Block
50         AlignPossible         Block, Left, Right, Center
51         LabelType             No_Label
52         HTMLTag               blockquote
53         HTMLItem              div
54         DocBookWrapperTag     blockquote
55         DocBookWrapperMergeWithPrevious    true
56         DocBookTag            para
57 End
58
59
60 Style Verse
61         # LaTeX type is first dynamic because of LaTeX implementation.
62         # In LyX this does not make sense.
63         Category              MainText
64         LatexType             Environment
65         LatexName             verse
66         Margin                First_Dynamic
67         NextNoIndent          1
68         LeftMargin            MMMM
69         LabelIndent           MMMM
70         ParSkip               0.4
71         TopSep                0.7
72         BottomSep             0.7
73         ParSep                0.5
74         Align                 Block
75         AlignPossible         Block, Left
76         LabelType             No_Label
77         HTMLTag               blockquote
78         HTMLItem              p
79         DocBookTag            literallayout
80         DocBookTagType        paragraph
81 End
82
83
84 Style Verbatim
85         Category              MainText
86         LatexType             Environment
87         LatexName             verbatim
88         NextNoIndent          1
89         ParbreakIsNewline     1
90         FreeSpacing           1
91         PassThru              1
92         NeedCProtect          1
93         KeepEmpty             1
94         NewLine               0
95         TopSep                0.7
96         BottomSep             0.7
97         Align                 Block
98         AlignPossible         Block
99         LabelType             No_Label
100         Font
101           Family              Typewriter
102         EndFont
103         HTMLTag               pre
104         HTMLItem              NONE
105         DocBookTag            programlisting
106 End
107
108
109 Style Verbatim*
110         CopyStyle             Verbatim
111         LatexName             verbatim*
112 End