mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-08 08:50:40 +00:00
update to nextra 4
This commit is contained in:
33
content/latex/tu-dresden.md
Executable file
33
content/latex/tu-dresden.md
Executable file
@@ -0,0 +1,33 @@
|
||||
# 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)
|
Reference in New Issue
Block a user