]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlayouts.inc
Fix caret painting
[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 66
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         KeepEmpty             1
85         NewLine               0
86         TopSep                0.7
87         BottomSep             0.7
88         Align                 Block
89         AlignPossible         Block
90         LabelType             No_Label
91         Font
92           Family              Typewriter
93         EndFont
94         HTMLTag               pre
95         HTMLItem              p
96 End
97
98
99 Style Verbatim*
100         CopyStyle             Verbatim
101         LatexName             verbatim*
102 End