mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 08:06:27 +00:00
33 lines
624 B
Markdown
33 lines
624 B
Markdown
|
# TU Dresden
|
||
|
|
||
|
```latex
|
||
|
\documentclass{tudscrartcl}
|
||
|
|
||
|
\iftutex
|
||
|
\usepackage{fontspec}
|
||
|
\else
|
||
|
\usepackage[T1]{fontenc}
|
||
|
\fi
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
% Title
|
||
|
\faculty{Faculty of Computer Science}
|
||
|
\institute{Institute of Systems Architecture}
|
||
|
\chair{Chair of Computer Networks}
|
||
|
\extraheadline{Source: \href{https://github.com/cupcakearmy/master-thesis/}{github.com/cupcakearmy/master-thesis/}}
|
||
|
\author{Niccolo Borgioli}
|
||
|
\date{\today}
|
||
|
\title{Comparison of DTN simulators}
|
||
|
\maketitle
|
||
|
|
||
|
\tableofcontents
|
||
|
|
||
|
\section{Introduction}
|
||
|
|
||
|
Foo bar
|
||
|
|
||
|
\end{document}
|
||
|
```
|
||
|
|
||
|
[Docs](https://mirror.foobar.to/CTAN/macros/latex/contrib/tudscr/doc/tudscr.pdf)
|