26 lines
573 B
Plaintext
26 lines
573 B
Plaintext
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
%% 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}
|
||
|
Status
|
||
|
\lines{2}\\ \\
|
||
|
Abstract
|
||
|
\lines{5}
|
||
|
\end{document}
|