Skip to content

Commit

Permalink
fixes #75
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heusel <[email protected]>
  • Loading branch information
christian-heusel committed May 15, 2019
1 parent a77001d commit a4c643b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Binary file added title.pdf
Binary file not shown.
20 changes: 20 additions & 0 deletions title.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
\documentclass[12pt,a4paper]{report}
\usepackage{graphicx}
\begin{document}
\begin{titlepage}
\centering
\includegraphics[width=0.7\textwidth]{folien/media/fs-logo-small.pdf}\par\vspace{1cm}
{\scshape\LARGE Universität Heidelberg \par}
\vspace{1cm}
{\scshape\Large Fakultät für Mathematik \& Informatik\par}
\vspace{1.5cm}
{\huge\bfseries Programmiervorkurs\par}
\vspace{2cm}
{\Large\itshape Fachschaft MathPhysInfo\par}

\vfill

% Bottom of the page
{\large \today\par}
\end{titlepage}
\end{document}
3 changes: 3 additions & 0 deletions vorkurs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
\usetikzlibrary{arrows,decorations.pathmorphing,decorations.footprints,fadings,calc,trees,mindmap,shadows,decorations.text,patterns,positioning,shapes,matrix,fit}
\usepackage{enumitem}
\usepackage{url}
\usepackage{pdfpages}
\usepackage[pdftex,bookmarks=true,bookmarksnumbered=true,bookmarksopen=true,colorlinks=true,filecolor=black,
linkcolor=red,urlcolor=blue,plainpages=false,pdfpagelabels,citecolor=black,
pdftitle={Programmiervorkurs der Fachschaft
Expand All @@ -20,6 +21,8 @@

\begin{document}

\includepdf{title.pdf}
\chapter{Präambel}
Um Lesbarkeit zu gewährleisten, nutzt dieses Schriftstück das generische
Femininum.

Expand Down

0 comments on commit a4c643b

Please sign in to comment.