blob: b8cdc21bb6bc67afccdbfad93665c0b59682dd29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
%
% main.tex -- Paper zum Thema <0f1>
%
% (c) 2020 Hochschule Rapperswil
%
%
\chapter{Algorithmus zur Berechnung von $\mathstrut_0F_1$\label{chapter:0f1}}
\lhead{Algorithmus zur Berechnung von $\mathstrut_0F_1$}
\begin{refsection}
\chapterauthor{Fabian Dünki}
\input{papers/0f1/teil0.tex}
\input{papers/0f1/teil1.tex}
\input{papers/0f1/teil2.tex}
\input{papers/0f1/teil3.tex}
\printbibliography[heading=subbibliography]
\end{refsection}
|