blob: 98d0581f5d5b661570f88f16f9a2134455e42997 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
%
% main.tex -- Paper zum Thema <verkehr>
%
% (c) 2020 Hochschule Rapperswil
%
\chapter{Verkehrsfluss und Verkehrsnetze\label{chapter:verkehr}}
\begin{refsection}
\chapterauthor{Pascal Andreas Schmid und Robine Luchsinger}
\input{papers/verkehr/section1.tex}
\input{papers/verkehr/section2.tex}
\input{papers/verkehr/section3.tex}
\printbibliography[heading=subbibliography]
\end{refsection}
|