]> git.lyx.org Git - features.git/blob - lib/layouts/memoir.layout
165ce9ae5d169e4988507058faa418e78bd5c8e4
[features.git] / lib / layouts / memoir.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{memoir}
3 # Memoir textclass definition file (poor man's version).
4 # Author: Jürgen Spitzmüller <spitzmueller@gmx.de>
5 # feel free to contribute missing features!
6
7 Input stdclass.inc
8 Input numreport.inc
9
10
11 Sides                  2
12 PageStyle              Headings
13
14
15 ClassOptions
16         FontSize             9|10|11|12|14|17
17         PageStyle            empty|plain|headings|myheadings|ruled|Ruled|companion
18         Other                oldfontcommands
19 End
20
21
22 Style Bibliography
23         TopSep               4
24         LabelString          Bibliography
25         LabelFont
26           Series             Bold
27           Size               Huge
28         EndFont
29 End
30
31
32 Style Chapterprecis
33         Margin               Static
34         LatexType            Command
35         LatexName            chapterprecis
36         NeedProtect          1
37         NextNoIndent         1
38         LeftMargin           MM
39         LabelSep             xxx
40         ParSkip              0.4
41         TopSep               0.4
42         BottomSep            0
43         ParSep               0.4
44         Align                Block
45         AlignPossible        Block
46         Font
47           Shape              Italic
48           Size               Normal
49         EndFont
50 End
51
52
53 Style Epigraph
54         Margin                Right_Address_Box
55         LatexType             Command
56         LatexName             epigraph
57         ParSkip               0.4
58         BottomSep             1.5
59         ParSep                1.5
60         Align                 Left
61         AlignPossible         Left
62 End
63
64
65 Style Poemtitle
66         LatexType             Command
67         LatexName             poemtitle
68         NeedProtect           1
69         NextNoIndent          1
70         LabelSep              xxx
71         ParSkip               0.4
72         TopSep                0.4
73         ParSep                0.4
74         Align                 center
75         AlignPossible         center
76         OptionalArgs          1
77         Font
78            Series             Bold
79         EndFont
80 End
81
82
83 Style Poemtitle*
84         CopyStyle             Poemtitle
85         LatexName             poemtitle*
86         OptionalArgs          0
87 End