latex/titlepage/titlepage.tex

28 lines
658 B
TeX
Raw Normal View History

2022-03-15 13:04:28 +01:00
\newcommand{\HRule}[2]{\noindent\rule[#1]{\linewidth}{#2}}
\newcommand{\vlinespace}[1]{\vspace*{#1\baselineskip}}
\newcommand{\titleemph}[1]{\textbf{#1}}
\begin{titlepage}
\sffamily
\includegraphics[width=5cm]{example}
\hfill
\includegraphics[width=5cm]{example}
\HRule{13pt}{1pt}
\centering
\Large
\vlinespace{5}\\
Something for\\
\huge
\textbf{Someone}\\
\Large
\vlinespace{3}
Lala und Lullu\\
writing in \LaTeX\\
\vlinespace{6}
\huge
\textbf{Surname Lastname}\\
\Large
\vfill
\raggedright{}
\HRule{13pt}{1pt} \\
\titleemph{Something else:} Oh yeah
\end{titlepage}