-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotextitle.tex
More file actions
31 lines (26 loc) · 810 Bytes
/
notextitle.tex
File metadata and controls
31 lines (26 loc) · 810 Bytes
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
\begin{titlepage}
\begin{center}
\titleheader
\vspace{0.75cm}
\hrule
\vspace{2cm}
{\huge \textbf{\textsc{\titlecourse}}}
\linebreak
\vspace{1.5cm}
\begin{tikzpicture}
\begin{scope}
\clip [rounded corners=.5cm] (0, 0) rectangle coordinate (centerpoint) (15, 7.5cm);
\node [inner sep=0pt] at (centerpoint) {\includegraphics[width=\linewidth]{\titlecover}};
\end{scope}
\end{tikzpicture}
\vspace{2.5cm}
\hrule
\vspace{1.5cm}
{\Large \textsc{Notes by \titleauthor}}
\linebreak
{\large \textsc{\titlesubtitle}}
\linebreak
\vspace{2cm}
\titlefooter
\end{center}
\end{titlepage}