]> git.lyx.org Git - lyx.git/blob - lib/layouts/paper.layout
Fix output of formatted counters.
[lyx.git] / lib / layouts / paper.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{article (paper)}
3 # Paper textclass definition file.
4 # Created by Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
5
6
7 Format 22
8 Columns                 1
9 Sides                   1
10 SecNumDepth             3
11 TocDepth                3
12
13 Style Standard
14         Margin                Static
15         LatexType             Paragraph
16         LatexName             dummy
17         ParIndent             MM
18         ParSkip               0.4
19         Align                 Block
20         AlignPossible         Block, Left, Right, Center
21         LabelType             No_Label
22         HTMLStyle
23                 div.standard {
24                         margin-bottom: 2ex;
25                 }
26         EndHTMLStyle
27 End
28
29 Input stdtitle.inc
30 Input stdstruct.inc
31 Input lyxmacros.inc
32 Input stdlayouts.inc
33 Input stdfloats.inc
34 Input stdsections.inc
35 Input stdstarsections.inc
36 Input stdlists.inc
37 Input stdcounters.inc
38
39 # There are no chapters in a paper.
40 NoStyle                 Chapter
41 NoStyle                 Chapter*
42
43 # All the section headings now use sans serif
44 Style Part
45         Align                 Left
46         TopSep                2
47         BottomSep             1.5
48         Font
49           Family              Sans
50           Series              Bold
51           Size                Largest
52         EndFont
53 End
54
55
56 Style Section
57         Font
58           Family              Sans
59           Series              Bold
60           Size                Large
61         EndFont
62 End
63
64
65 Style Subsection
66         Font
67           Family              Sans
68           Series              Bold
69           Size                Large
70         EndFont
71 End
72
73
74 Style Subsubsection
75         Font
76           Family              Sans
77           Series              Bold
78           Size                Normal
79         EndFont
80 End
81
82
83 Style Paragraph
84         Font
85           Family              Sans
86           Series              Bold
87           Size                Normal
88         EndFont
89 End
90
91
92 Style Subparagraph
93         Font
94           Family              Sans
95           Size                Normal
96         EndFont
97 End
98
99 Style Description
100         LabelFont
101           Family              Sans
102           Series              Bold
103         EndFont
104 End
105
106
107 # The \maketitle stuff is by default left justified.
108 Style Title
109         Align                 Left
110         Font
111           Family              Sans
112           Series              Bold
113           Size                Largest
114         EndFont
115 End
116
117
118 Style Author
119         Align                 Left
120         Font
121           Size                Larger
122           Family              Sans
123           Shape               Italic
124         EndFont
125 End
126
127
128 Style Abstract
129         Font
130           Size                Small
131         EndFont
132         LabelType             Top_Environment
133         LabelFont
134           Series              Bold
135           Family              Sans
136           Size                Small
137         EndFont
138         LeftMargin            ""
139         RightMargin           ""
140         ParIndent             ""
141 End
142
143
144 ### A few new things defined only in the paper document class
145 Style SubTitle
146         CopyStyle             Title
147         LatexName             subtitle
148         Font
149           Family              Sans
150           Series              Medium
151           Size                Large
152         EndFont
153         HTMLTitle             false
154 End
155
156
157 Style Institution
158         CopyStyle             Title
159         LatexName             institution
160         Font
161           Family              Sans
162           Series              Medium
163           Size                Normal
164         EndFont
165         HTMLTitle             false
166 End
167
168
169 Style Keywords
170         CopyStyle             Abstract
171         LatexName             keywords
172         LabelString           "Keywords:"
173 End