restructure toc and title calls, enable titlepage

This commit is contained in:
2019-12-15 23:18:09 +01:00
parent 53a55eac57
commit 167636b058
4 changed files with 8 additions and 8 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
\ProvidesClass{lecture}
\LoadClass[a4paper]{article}
\LoadClass[a4paper, titlepage]{article}
\RequirePackage[utf8]{inputenc}
\RequirePackage[T1]{fontenc}
@@ -20,6 +20,7 @@
\usetikzlibrary{quotes, angles}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
\DeclareOption{uebung}{
\makeatletter
\lhead{\@title}
Binary file not shown.
+6 -1
View File
@@ -1,4 +1,4 @@
\documentclass{../../../lecture}
\documentclass[titlepage]{../../../lecture}
\usepackage{standalone}
\usepackage{tikz}
@@ -9,6 +9,11 @@
\begin{document}
\maketitle
\tableofcontents
\newpage
\input{analysis1-2.tex}
\input{analysis3.tex}
\input{analysis4.tex}
-6
View File
@@ -2,12 +2,6 @@
\begin{document}
\maketitle
\newpage
\tableofcontents
\newpage
\section{Grundlagen}
\subsection{Mengen und Aussagen}