-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprojectproposal.cls
153 lines (125 loc) · 5.8 KB
/
projectproposal.cls
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
\RequirePackage{expl3}
\ProvidesExplClass{projectproposal}{2022-11-24}{1.1.0}{Small class for creating project proposals of the Institute of Theoretical Chemistry}
\ProcessOptions\relax
\LoadClass[parskip=half]{scrartcl}
\RequirePackage[top=2cm, left=1.8cm, right=1.8cm, bottom=2cm]{geometry}
\RequirePackage{graphicx}
\RequirePackage{tikz}
\RequirePackage{xcolor}
\RequirePackage{xparse}
\RequirePackage{iflang}
\RequirePackage{hyperref}
\definecolor{anthrazit}{RGB}{62,68,76}
\definecolor{mittelblau}{RGB}{0,81,158}
\definecolor{hellblau}{RGB}{0,190,255}
\clist_new:N \projectproposal_keywords_clist
\tl_new:N \projectproposal_project_type_tl
\tl_new:N \projectproposal_supervisor_tl
\tl_new:N \projectproposal_supervisor_email_tl
\tl_new:N \projectproposal_examiner_tl
\tl_new:N \projectproposal_keywords_localization_tl
\tl_new:N \projectproposal_project_type_localization_tl
\tl_new:N \projectproposal_supervisor_localization_tl
\tl_new:N \projectproposal_examiner_localization_tl
\tl_new:N \projectproposal_logo_path_tl
\tl_new:N \projectproposal_logo_subtitle_tl
\fp_new:N \projectproposal_logo_subtitle_y_factor_fp
\fp_new:N \projectproposal_logo_subtitle_x_factor_fp
\bool_new:N \projectproposal_is_german_bool
% Make all section-like contents use our special color
\addtokomafont{disposition}{\color{mittelblau}}
\NewDocumentCommand{\boldText}{ m }{
{\color{mittelblau} \textbf{#1}}
}
\NewDocumentCommand{\keywords}{ m }{
\clist_set:Nn \projectproposal_keywords_clist {#1}
}
\NewDocumentCommand{\projectType}{ m }{
\tl_set:Nn \projectproposal_project_type_tl {#1}
}
\NewDocumentCommand{\supervisor}{ m }{
\tl_set:Nn \projectproposal_supervisor_tl {#1}
}
\NewDocumentCommand{\supervisorEmail}{ m }{
\tl_set:Nn \projectproposal_supervisor_email_tl {#1}
}
\NewDocumentCommand{\examiner}{ m }{
\tl_set:Nn \projectproposal_examiner_tl {#1}
}
% Remove page numbers
\AtBeginDocument{\pagestyle{empty}}
% Check language
\AtBeginDocument{
\IfLanguageName{german}{\bool_set_true:N \projectproposal_is_german_bool}{}
\IfLanguageName{ngerman}{\bool_set_true:N \projectproposal_is_german_bool}{
% default
\bool_set_false:N \projectproposal_is_german_bool
}
}
% Overwrite \maketitle with our own, custom stuff
\AtBeginDocument{
\bool_if:nTF \projectproposal_is_german_bool {
\tl_set:Nn \projectproposal_keywords_localization_tl {Stichworte}
\tl_set:Nn \projectproposal_project_type_localization_tl {Projektart}
\tl_set:Nn \projectproposal_supervisor_localization_tl {Betreuer}
\tl_set:Nn \projectproposal_examiner_localization_tl {Prüfer}
\tl_set:Nn \projectproposal_logo_path_tl {images/institute_logo_white_de.eps}
\tl_set:Nn \projectproposal_logo_subtitle_tl {Institut~für~Theoretische~Chemie}
\fp_set:Nn \projectproposal_logo_subtitle_x_factor_fp {0.25}
\fp_set:Nn \projectproposal_logo_subtitle_y_factor_fp {-0.85}
}{
\tl_set:Nn \projectproposal_keywords_localization_tl {Keywords}
\tl_set:Nn \projectproposal_project_type_localization_tl {Project~type}
\tl_set:Nn \projectproposal_supervisor_localization_tl {Supervisor}
\tl_set:Nn \projectproposal_examiner_localization_tl {Examiner}
\tl_set:Nn \projectproposal_logo_path_tl {images/institute_logo_white_en.eps}
\tl_set:Nn \projectproposal_logo_subtitle_tl {Institute~for~Theoretical~Chemistry}
\fp_set:Nn \projectproposal_logo_subtitle_x_factor_fp {0.24}
\fp_set:Nn \projectproposal_logo_subtitle_y_factor_fp {-1.2}
}
\renewcommand*{\maketitle}{
\begin{tikzpicture}[remember~picture, overlay]
\def\titleBubbleRadius{0.5\paperwidth}
\def\titleBubbleOffsetX{0.2\paperwidth}
\def\titleBubbleOffsetY{0.18\paperwidth}
\def\titleOffsetX{0.05\paperwidth}
\def\logoBubbleRadius{0.25\paperwidth}
\def\logoBubbleOffsetX{-0.2\paperwidth}
\def\logoBubbleOffsetY{-0.05\paperwidth}
% Clip at paper borders
\clip (current~page.north~west) -- ++(\paperwidth, 0) -- ++(0, -\paperheight) -- ++(-\paperwidth, 0) -- cycle;
\path (current~page.north~west) ++(\titleBubbleOffsetX, \titleBubbleOffsetY) coordinate (titleBubbleCenter);
\path (current~page.north~west) ++({\titleBubbleRadius - \titleBubbleOffsetX + \titleOffsetX},
{-0.35*(\titleBubbleRadius-\titleBubbleOffsetY)}) coordinate (titleCenter);
\path (current~page.north~east) ++(\logoBubbleOffsetX, \logoBubbleOffsetY) coordinate(logoBubbleCenter);
\path (current~page.north~east) ++({-0.5*(\logoBubbleRadius - \logoBubbleOffsetX)},
{-0.35*(\logoBubbleRadius - \logoBubbleOffsetY)}) coordinate(logoCenter);
\fill[hellblau] (titleBubbleCenter) circle[radius=\titleBubbleRadius];
\path (titleCenter) node[text~width={0.8*(2*\titleBubbleRadius - \titleBubbleOffsetX - \titleOffsetX)}] {
\begin{flushleft}
\huge\textbf{\@title}
\end{flushleft}
};
\fill[mittelblau] (logoBubbleCenter) circle[radius=\logoBubbleRadius];
\path (logoCenter) node[outer~sep=0pt, inner~sep=0pt] (logo) {\includegraphics[width=.35\paperwidth]\projectproposal_logo_path_tl};
\end{tikzpicture}
\vspace{.2\paperwidth}
\begin{center}
\begin{tabular}{l@{\hspace{1cm}} l@{\hspace{1cm}} l}
\boldText{\projectproposal_project_type_localization_tl} & \boldText{\projectproposal_supervisor_localization_tl}:
& \boldText{\projectproposal_examiner_localization_tl}: \\
\projectproposal_project_type_tl
& \projectproposal_supervisor_tl \tl_if_blank:eTF \projectproposal_supervisor_email_tl {} {$^*$}
& \projectproposal_examiner_tl
\end{tabular}
\\
\tl_if_blank:eTF \projectproposal_supervisor_email_tl {}{
\vspace{4mm}
{\scriptsize $^*$\texttt{\href{mailto:\projectproposal_supervisor_email_tl}{\projectproposal_supervisor_email_tl}}}
}
\end{center}
\clist_if_empty:NTF \projectproposal_keywords_clist {}{
\boldText{\projectproposal_keywords_localization_tl :}~ \clist_use:Nnnn \projectproposal_keywords_clist {~$\diamond{}$~}{~$\diamond{}$~}{~$\diamond{}$~}
}
}
}