]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlayouts.inc
Update tex2lyx test files
[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 40
11
12 Style Quotation
13         Category              MainText
14         Margin                Static
15         LatexType             Environment
16         LatexName             quotation
17         NextNoIndent          1
18         LeftMargin            MMM
19         RightMargin           MMM
20         ParIndent             MM
21         ParSkip               0
22         ItemSep               0
23         TopSep                0.5
24         BottomSep             0.5
25         ParSep                0
26         Align                 Block
27         AlignPossible         Block, Left, Right, Center
28         HTMLTag               blockquote
29         HTMLItem              div
30 End
31
32
33 Style Quote
34         Category              MainText
35         Margin                Static
36         LatexType             Environment
37         LatexName             quote
38         NextNoIndent          1
39         LeftMargin            MMM
40         RightMargin           MMM
41         TopSep                0.5
42         ParSep                0.5
43         BottomSep             0.5
44         Align                 Block
45         AlignPossible         Block, Left, Right, Center
46         LabelType             No_Label
47         HTMLTag               blockquote
48         HTMLItem              div
49 End
50
51
52 Style Verse
53         # LaTeX type is first dynamic because of LaTeX implementation.
54         # In LyX this does not make sense.
55         Category              MainText
56         LatexType             Environment
57         LatexName             verse
58         Margin                First_Dynamic
59         NextNoIndent          1
60         LeftMargin            MMMM
61         LabelIndent           MMMM
62         ParSkip               0.4
63         TopSep                0.7
64         BottomSep             0.7
65         ParSep                0.5
66         Align                 Block
67         AlignPossible         Block, Left
68         LabelType             No_Label
69         HTMLTag               blockquote
70         HTMLItem              p
71 End
72
73
74 Style Verbatim
75         Category                MainText
76         LatexType               Environment
77         LatexName               verbatim
78         NextNoIndent            1
79         ParbreakIsNewline       1
80         FreeSpacing             1
81         PassThru                1
82         NewLine                 0
83         ParSkip                 0.4
84         TopSep                  0.7
85         BottomSep               0.7
86         ParSep                  0.5
87         Align                   Block
88         AlignPossible           Block
89         LabelType               No_Label
90         Font
91           Family                Typewriter
92         EndFont
93         HTMLTag                 <pre></pre>
94         HTMLItem                p
95 End
96
97
98 Style --Separator--
99         Category              MainText
100         KeepEmpty             1
101         Margin                Dynamic
102         LatexType             Paragraph
103         LatexName             dummy
104         ParIndent             MM
105         Align                 Block
106         LabelType             Static
107         LabelString           "--- Separate Environment ---"
108         LabelFont
109           Family              Roman
110           Series              Medium
111           Size                Normal
112           Color               Blue
113         EndFont
114         HTMLLabel             NONE
115 End