]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlayouts.inc
copy some code over to allow work to start on prefs
[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 # LaTeX style definition
10 #Style LaTeX
11 #  Margin               Static
12 #  LatexType            Paragraph
13 #  LatexName            dummy
14 #  NewLine              0
15 #  ParIndent            MM
16 #  ParSkip              0.4
17 #  ParSep               0.5
18 #  Align                        Block
19 #  AlignPossible                Block, Left, Right, Center
20 #  LabelType            No_Label
21 #  FreeSpacing          1
22 #
23 #  # standard font definition
24 #  Font 
25 #    Latex              Latex
26 #  EndFont
27 #
28 #End
29
30 # Quotation style definition
31 Style Quotation
32   Margin                Static
33   LatexType             Environment
34   LatexName             quotation
35   NextNoIndent          1
36   LeftMargin            MMM
37   RightMargin           MMM
38   ParIndent             MM
39   ParSkip               0
40   ItemSep               0
41   TopSep                0.5
42   BottomSep             0.5
43   ParSep                0
44   Align                 Block
45   AlignPossible         Block, Left, Right, Center
46 End
47
48 # Quote style definition
49 Style Quote
50   Margin                Static
51   LatexType             Environment
52   LatexName             quote
53   NextNoIndent          1
54   LeftMargin            MMM
55   RightMargin           MMM
56   TopSep                0.5
57   ParSep                0.5
58   BottomSep             0.5
59   Align                 Block
60   AlignPossible         Block, Left, Right, Center
61   LabelType             No_Label
62 End
63
64 # Verse style definition
65 Style Verse
66 # LaTeX type is first dynamic because of LaTeX implementation.
67 # In LyX this does not make sense.
68   LatexType             Environment
69   LatexName             verse
70   Margin                First_Dynamic
71   NextNoIndent          1
72   LeftMargin            MMMM
73   LabelIndent           MMMM
74   ParSkip               0.4
75   TopSep                0.7
76   BottomSep             0.7
77   ParSep                0.5
78   Align                 Block
79   AlignPossible         Block, Left
80   LabelType             No_Label
81 End
82
83 # Caption style definition
84 Style Caption
85   Margin                First_Dynamic
86   LatexType             Command
87   LatexName             caption
88   NeedProtect           1
89   LabelSep              xx
90   ParSkip               0.4
91   TopSep                0.5
92   Align                 Center
93   AlignPossible         Center
94   LabelType             Sensitive
95   LabelString   Caption
96   OptionalArgs          1
97
98   # label font definition
99   LabelFont 
100     Series              Bold
101   EndFont
102 End
103
104