commit 27e77fba1a722bee29e5d5280e6b4eafc1f841be Author: Christian Meier Date: Mon Jun 20 05:44:45 2011 +0000 anfang der initialen version, bitte noch ichts machen, bin noch nicht fertig diff --git a/content/abc.tex b/content/abc.tex new file mode 100644 index 0000000..95aa225 --- /dev/null +++ b/content/abc.tex @@ -0,0 +1 @@ +\chapter{KIF-ABC} \ No newline at end of file diff --git a/content/ablauf.tex b/content/ablauf.tex new file mode 100644 index 0000000..ef7e059 --- /dev/null +++ b/content/ablauf.tex @@ -0,0 +1 @@ +\chapter{Ablauf einer KIF} \ No newline at end of file diff --git a/content/cover.tex b/content/cover.tex new file mode 100644 index 0000000..73ead18 --- /dev/null +++ b/content/cover.tex @@ -0,0 +1,11 @@ +\thispagestyle{empty} + +\begin{flushright} +\color{white} +\colorbox{black}{\parbox{\textwidth}{~ \hfill {\fontsize{80}{96} \bf \sf \selectfont KIF-Erstiheft} }} +\color{black} + +\bigskip + +{\fontsize{25}{30} \sf \selectfont Nicht nur f"ur Erstkiffels} +\end{flushright} \ No newline at end of file diff --git a/content/einleitung.tex b/content/einleitung.tex new file mode 100644 index 0000000..4d353c0 --- /dev/null +++ b/content/einleitung.tex @@ -0,0 +1 @@ +\chapter{Einleitung} \ No newline at end of file diff --git a/content/fachschaft.tex b/content/fachschaft.tex new file mode 100644 index 0000000..8e8ab29 --- /dev/null +++ b/content/fachschaft.tex @@ -0,0 +1 @@ +\chapter{Fachschaftsvorstellungen} \ No newline at end of file diff --git a/content/handzeichen.tex b/content/handzeichen.tex new file mode 100644 index 0000000..96b4ac9 --- /dev/null +++ b/content/handzeichen.tex @@ -0,0 +1 @@ +\chapter{Handzeichen} \ No newline at end of file diff --git a/content/impressum.tex b/content/impressum.tex new file mode 100644 index 0000000..e69de29 diff --git a/content/kif.tex b/content/kif.tex new file mode 100644 index 0000000..a5b9651 --- /dev/null +++ b/content/kif.tex @@ -0,0 +1,5 @@ +\chapter{Die KIF} + +\section{Was ist die KIF?} + +\section{Was will die KIF?} \ No newline at end of file diff --git a/content/konsens.tex b/content/konsens.tex new file mode 100644 index 0000000..96997d9 --- /dev/null +++ b/content/konsens.tex @@ -0,0 +1 @@ +\chapter{Was ist Konsens?} \ No newline at end of file diff --git a/erstiheft.tex b/erstiheft.tex new file mode 100644 index 0000000..7fb18f6 --- /dev/null +++ b/erstiheft.tex @@ -0,0 +1,29 @@ +\documentclass[10pt,twosided]{scrreprt} + +\usepackage[utf8]{inputenc} +\usepackage{parskip} +\usepackage[ngerman]{babel} +\usepackage[inner=20mm,outer=20mm]{geometry} +\usepackage[T1]{fontenc} +\usepackage{lmodern} +\usepackage{color} + +\pagestyle{headings} + +\begin{document} + + + + +\input{./content/cover} +\input{./content/impressum} +\tableofcontents +\input{./content/einleitung} +\input{./content/kif} +\input{./content/handzeichen} +\input{./content/abc} +\input{./content/ablauf} +\input{./content/konsens} +\input{./content/fachschaft} + +\end{document} \ No newline at end of file