]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlayouts.inc
ccea39c1ed2fceeef5dc3166a62f664964ab4efd
[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 68
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 End
32
33
34 Style Quote
35         Category              MainText
36         Margin                Static
37         LatexType             Environment
38         LatexName             quote
39         NextNoIndent          1
40         ToggleIndent          Never
41         LeftMargin            MMM
42         RightMargin           MMM
43         TopSep                0.5
44         ParSep                0.5
45         BottomSep             0.5
46         Align                 Block
47         AlignPossible         Block, Left, Right, Center
48         LabelType             No_Label
49         HTMLTag               blockquote
50         HTMLItem              div
51 End
52
53
54 Style Verse
55         # LaTeX type is first dynamic because of LaTeX implementation.
56         # In LyX this does not make sense.
57         Category              MainText
58         LatexType             Environment
59         LatexName             verse
60         Margin                First_Dynamic
61         NextNoIndent          1
62         LeftMargin            MMMM
63         LabelIndent           MMMM
64         ParSkip               0.4
65         TopSep                0.7
66         BottomSep             0.7
67         ParSep                0.5
68         Align                 Block
69         AlignPossible         Block, Left
70         LabelType             No_Label
71         HTMLTag               blockquote
72         HTMLItem              p
73 End
74
75
76 Style Verbatim
77         Category              MainText
78         LatexType             Environment
79         LatexName             verbatim
80         NextNoIndent          1
81         ParbreakIsNewline     1
82         FreeSpacing           1
83         PassThru              1
84         NeedCProtect          1
85         KeepEmpty             1
86         NewLine               0
87         TopSep                0.7
88         BottomSep             0.7
89         Align                 Block
90         AlignPossible         Block
91         LabelType             No_Label
92         Font
93           Family              Typewriter
94         EndFont
95         HTMLTag               pre
96         HTMLItem              p
97 End
98
99
100 Style Verbatim*
101         CopyStyle             Verbatim
102         LatexName             verbatim*
103 End