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