]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlayouts.inc
Update layouts
[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 100
11
12 Style Quote
13         Category              MainText
14         Margin                Static
15         LatexType             Environment
16         LatexName             quote
17         NextNoIndent          1
18         ToggleIndent          Never
19         LeftMargin            MMM
20         RightMargin           MMM
21         TopSep                0.5
22         ParSep                0.5
23         BottomSep             0.5
24         Align                 Block
25         AlignPossible         Block, Left, Right, Center
26         HTMLTag               blockquote
27         HTMLItem              div
28         DocBookWrapperTag     blockquote
29         DocBookWrapperMergeWithPrevious    true
30         DocBookTag            para
31 End
32
33
34 Style Quotation
35         CopyStyle             Quote
36         LatexName             quotation
37         ToggleIndent          Always
38         ParIndent             MM
39         ParSkip               0
40         ItemSep               0
41         ParSep                0
42 End
43
44
45 Style Verse
46         # LaTeX type is first dynamic because of LaTeX implementation.
47         # In LyX this does not make sense.
48         Category              MainText
49         LatexType             Environment
50         LatexName             verse
51         Margin                First_Dynamic
52         NextNoIndent          1
53         LeftMargin            MMMM
54         LabelIndent           MMMM
55         ParSkip               0.4
56         TopSep                0.7
57         BottomSep             0.7
58         ParSep                0.5
59         Align                 Block
60         AlignPossible         Block, Left
61         LabelType             No_Label
62         HTMLTag               blockquote
63         HTMLItem              p
64         DocBookTag            literallayout
65         DocBookTagType        paragraph
66 End
67
68
69 Style Verbatim
70         Category              MainText
71         LatexType             Environment
72         LatexName             verbatim
73         NextNoIndent          1
74         ParbreakIsNewline     1
75         FreeSpacing           1
76         PassThru              1
77         NeedCProtect          1
78         KeepEmpty             1
79         NewLine               0
80         TopSep                0.7
81         BottomSep             0.7
82         Align                 Block
83         AlignPossible         Block
84         LabelType             No_Label
85         Font
86           Family              Typewriter
87         EndFont
88         HTMLTag               pre
89         HTMLItem              NONE
90         DocBookTag            programlisting
91 End
92
93
94 Style Verbatim*
95         CopyStyle             Verbatim
96         LatexName             verbatim*
97 End