blob: 8a4a4c4452becd5ad2f37fe05310b5c54a97cac4 (
plain)
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
|
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[lion-msc]{lion-msc}
# Article textclass definition file. Taken from initial LyX source code
# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
# Transposed by Pascal André <andre@via.ecp.fr>
# Heavily modifed and enhanced by serveral developers.
Format 35
Input stdclass.inc
Input stdtitle.inc
Input numreport.inc
Sides 2
#Insert TOC, roman numbers and clearplage
TitleLatexName "pagenumbering{roman}\maketitle\tableofcontents\cleardoublepage\pagenumbering{arabic}"
# Default textclass options. The user may need to modify this.
ClassOptions
Other "single"
End
Style Author
Margin Dynamic
LatexType Command
LatexName author
Category FrontMatter
InTitle 1
ParSkip 0
BottomSep 0
TopSep 0
ParSep 0
Align Left
Font
Size normal
EndFont
LabelSep xx
LabelType Static
LabelString "Author"
LabelFont
Color Green
Series Bold
EndFont
End
Style Abstract
LatexType Command
LatexName abstract
InTitle 1
ItemSep 0.2
ParSep 0.3
End
Style StudentID
CopyStyle Author
LatexName studentid
LabelString "StudentID:"
End
Style Supervisor
CopyStyle Author
LatexName supervisor
LabelString "Supervisor:"
End
Style Corrector
CopyStyle Author
LatexName corrector
LabelString "2nd corrector:"
End
Style Coverpicture
CopyStyle Author
LatexName coverpicture
LabelString "CoverPicture (optional):"
End
Style OtherFrontmatter
CopyStyle Author
LatexName ""
LabelString "Other frontmatter (optional, explicitely use LateX):"
End
Preamble
EndPreamble
|