Template für Titel-, Mittel- und Schlussblätter für Projektdoku

This commit is contained in:
Alexander Weinhold 2017-05-28 23:22:48 +02:00
parent 1629fcd4e3
commit 838627917d

33
Projekttemplate.ltx Normal file
View File

@ -0,0 +1,33 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Template für Projektdokumentation %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt, ngerman]{scrartcl}
\usepackage{babel}
\usepackage[utf8]{inputenc}
\usepackage{uncial}
\usepackage[T1]{fontenc}
\usepackage{multido}
\newcommand\li[1]{{#1} \hrulefill \\ \\}
\newcommand{\Repeat}{\multido{\i=1+1}}
\newcommand\lines[1]{\Repeat{#1}{\\ \\\null\hrulefill}}
\setlength\parindent{0pt}
\pagestyle{empty}
\begin{document}
\unclfamily\huge\li{Projekt}\\
\li{Beginn}
\li{Ende}
\li{Erfolg \normalfont\textbf ?}
Beschreibung
\lines{6}
\clearpage
% je nach Bedarf mehrfach ausdrucken...
\li{Test am}
Kommentare
\lines{10}
\clearpage
Schlusswort
\lines{11}
\end{document}