-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassicthesis.layout
256 lines (179 loc) · 5.13 KB
/
classicthesis.layout
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[scrreprt]{classicthesis}
# Classic Thesis v4.4 textclass definition file for LyX v2.3+
# Ivo Pletikosic 2017/8/12
# Please do not edit this file unless you know what you are doing.
# At least make backup copies of all your project files!
Format 63
DefaultStyle Standard
PackageOptions amsmath fleqn
PackageOptions hyperref "hyperfootnotes=false,pdfpagelabels"
Requires hyperref
AddToPreamble
% Classic Thesis Style loader
\makeatother
\input{classicthesis-config-LyX.tex}
\makeatletter
EndPreamble
# predefined class options (the class is scrreprt from KOMA Script), all can be overridden
ClassOptions
Other "fontsize=11pt,paper=a4,BCOR=5mm,twoside,openright,cleardoublepage=empty,titlepage,numbers=noenddot,headinclude=true,footinclude=true"
PageStyle ""
FontSize ""
End
SecNumDepth 3
TocDepth 2
########################### (mostly) copying from srcclass.inc ###########################
Style Standard
LatexName dummy
ParIndent MM
ParSkip 0.4
AlignPossible Block, Left, Right, Center
End
Input stdinsets.inc
Input stdlists.inc
Input stdcounters.inc
Input stdfloats.inc
Input stdsections.inc
Input stdstarsections.inc
NoStyle Paragraph*
NoStyle Subparagraph
NoStyle Subparagraph*
#Input stdtitle.inc ### Classic Thesis style uses its own stuff
Input stdstruct.inc
NoStyle Abstract
Input stdlayouts.inc
NoStyle Verse
Input numreport.inc
Style Bibliography
TopSep 4
BottomSep 2
LabelString "Bibliography"
LabelFont
Series Bold
Size Largest
EndFont
End
NoStyle Labeling
########################### stuff specific to Classic Thesis Style ###########################
############## character styles, access through /Edit/Text Style/ or /right-click/Text Style/
InsetLayout "Flex:CT - Spaced All Caps"
LyxType charstyle
LabelString "ct - spaced all caps"
LatexType command
LatexName spacedallcaps
Decoration Conglomerate
CustomPars false
#PassThru true
Font
Shape SmallCaps
Size normal
EndFont
LabelFont
Shape SmallCaps
Size tiny
EndFont
End
InsetLayout "Flex:CT - Spaced Low Small Caps"
LyxType charstyle
LabelString "ct - spaced low small caps"
LatexType command
LatexName spacedlowsmallcaps
Decoration Conglomerate
CustomPars false
#PassThru true
Font
Shape SmallCaps
Size small
EndFont
LabelFont
Shape SmallCaps
Size tiny
EndFont
End
# table headline centered and in spaced small caps
InsetLayout "Flex:CT - Table Headline"
LyxType charstyle
LabelString "ct - table headline"
LatexType command
LatexName tableheadline
Decoration Conglomerate
CustomPars false
Font
Shape SmallCaps
EndFont
LabelFont
Shape SmallCaps
Size tiny
EndFont
End
############## insets, access through /Insert/Custom Insets/
# acronyms, to be defined in Contents.lyx
InsetLayout "Flex:CT - acronym"
LyxType custom
LabelString "CT - acronym"
LatexType command
LatexName ac
PassThru true
MultiPar false
CustomPars false
ForcePlain true
Decoration Classic
ContentAsLabel true
End
# autoreferences, labels are added manually
InsetLayout "Flex:CT - auto cross-reference"
LyxType custom
LabelString "CT - autoreference"
LatexType command
LatexName autoref
PassThru false
ForcePlain true
CustomPars false
Decoration Classic
ContentAsLabel true
End
# group multi-word description labels
InsetLayout "Flex:CT - Description Label"
LyxType custom
LabelString "CT - Description Label"
Font
Series Bold
EndFont
End
############## paragraph styles, access through /Standard LyX Toolbar/
Style Part
TopSep 1
BottomSep 1
End
Style "Part Introduction (ClassicThesis)"
Category Section
LabelType Centered
LabelString "CT - Introduction to the following part"
EndLabeltype Filled_Box
LatexType Command
LatexName ctparttext
Margin Static
LeftMargin MMMMMMMMMMMMM
RightMargin MMMMMMMMMMMMM
NextNoIndent true
Parsep 3
TopSep 2.5
BottomSep 0.5
Align Block
AlignPossible Block
Font
Size Small
EndFont
LabelFont
Color Blue
EndFont
End
Counter AEnumi
LabelString "\Alph{AEnumi}."
End
Style "aEnumerate (ClassicThesis)"
CopyStyle Enumerate
LatexName aenumerate
LabelCounter "AEnum"
End