]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlayouts.inc
Intro.lyx: change a sentence to avoid misunderstandings
[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 49
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         KeepEmpty               1
83         NewLine                 0
84         TopSep                  0.7
85         BottomSep               0.7
86         Align                   Block
87         AlignPossible           Block
88         LabelType               No_Label
89         Font
90           Family                Typewriter
91         EndFont
92         HTMLTag                 <pre></pre>
93         HTMLItem                p
94 End
95
96
97 Style --Separator--
98         Category              MainText
99         KeepEmpty             1
100         Margin                Dynamic
101         LatexType             Paragraph
102         LatexName             dummy
103         ParIndent             MM
104         Align                 Block
105         LabelType             Static
106         LabelString           "--- Separate Environment ---"
107         LabelFont
108           Family              Roman
109           Series              Medium
110           Size                Normal
111           Color               Blue
112         EndFont
113         HTMLLabel             NONE
114 End