add report
This commit is contained in:
parent
cc433d47f9
commit
d8d0902a76
30
.gitignore
vendored
30
.gitignore
vendored
@ -13,3 +13,33 @@ Gemfile.lock
|
|||||||
bin/*
|
bin/*
|
||||||
.bundle/*
|
.bundle/*
|
||||||
presentation/node_modules
|
presentation/node_modules
|
||||||
|
|
||||||
|
# Latex
|
||||||
|
*.aux
|
||||||
|
*.pdf
|
||||||
|
*.dvi
|
||||||
|
*.glo
|
||||||
|
*.idx
|
||||||
|
*.log
|
||||||
|
*.toc
|
||||||
|
*.ist
|
||||||
|
*.acn
|
||||||
|
*.acr
|
||||||
|
*.alg
|
||||||
|
*.bbl
|
||||||
|
*.blg
|
||||||
|
*.dvi
|
||||||
|
*.glg
|
||||||
|
*.gls
|
||||||
|
*.ilg
|
||||||
|
*.ind
|
||||||
|
*.lof
|
||||||
|
*.lot
|
||||||
|
*.maf
|
||||||
|
*.mtc
|
||||||
|
*.mtc1
|
||||||
|
*.out
|
||||||
|
*.synctex.gz
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.fls
|
||||||
|
*~
|
||||||
|
1665
report/alphadin.bst
Normal file
1665
report/alphadin.bst
Normal file
File diff suppressed because it is too large
Load Diff
1493
report/plaindin.bst
Normal file
1493
report/plaindin.bst
Normal file
File diff suppressed because it is too large
Load Diff
30
report/report.tex
Normal file
30
report/report.tex
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
\documentclass[german,plainarticle,utf8]{zihpub}
|
||||||
|
|
||||||
|
\usepackage{multirow}
|
||||||
|
\usepackage{hyperref}
|
||||||
|
\usepackage{tabularx}
|
||||||
|
\usepackage{listings}
|
||||||
|
\usepackage{upquote}
|
||||||
|
\usepackage{courier}
|
||||||
|
\usepackage{microtype}
|
||||||
|
|
||||||
|
\lstset{basicstyle=\footnotesize\ttfamily,breaklines=true,xleftmargin=1cm}
|
||||||
|
|
||||||
|
% schönere Hyperlinkfarben
|
||||||
|
\definecolor{darkred}{rgb}{0.5, 0, 0}
|
||||||
|
\definecolor{darkgreen}{rgb}{0, 0.5, 0}
|
||||||
|
\definecolor{darkblue}{rgb}{0, 0, 0.5}
|
||||||
|
\hypersetup{
|
||||||
|
colorlinks,
|
||||||
|
linkcolor=darkblue,
|
||||||
|
filecolor=darkgreen,
|
||||||
|
urlcolor=darkblue,
|
||||||
|
citecolor=black
|
||||||
|
}
|
||||||
|
|
||||||
|
\author{Jörg Thalheim}
|
||||||
|
\title{LCTP – Abschlussaufgabe Chef \\ Wintersemester 2013 / 2014}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\end{document}
|
1248
report/zihpub.cls
Normal file
1248
report/zihpub.cls
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user