From c2d478f2e158f26242a399133ef6cb061fe253a3 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 23 Jul 2017 23:40:13 +0200 Subject: thesis/thesis.tex: Moving overly long Listing to appendix. Making references part of toc (numbered) by using tocbibind. --- thesis/thesis.tex | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/thesis/thesis.tex b/thesis/thesis.tex index c7bfc5a..84c4d93 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -33,6 +33,7 @@ parskip=never]{paper} \setcounter{secnumdepth}{4} \usepackage[toc,page]{appendix} +\usepackage[nottoc,numbib]{tocbibind} \usepackage{hyperref} \hypersetup{hidelinks, colorlinks = false} @@ -2190,25 +2191,6 @@ ssr-aap -N “server” -C “127.0.0.1:50002” be used internally by the renderers to identify loudspeakers, not to render on.\\ - \begin{listing}[!htb] - \begin{mdframed} - \inputminted[numbers=left, firstline=44, lastline=62, - fontsize=\footnotesize, breaklines]{xml}{../../ssr/data/asdf.xsd} - \inputminted[numbers=left, firstline=250, lastline=264, - fontsize=\footnotesize]{xml}{../../ssr/data/asdf.xsd} - \inputminted[numbers=left, firstline=314, lastline=318, - fontsize=\footnotesize, breaklines]{xml}{../../ssr/data/asdf.xsd} - \inputminted[numbers=left, firstline=361, lastline=364, - fontsize=\footnotesize, breaklines]{xml}{../../ssr/data/asdf.xsd} - \inputminted[numbers=left, firstline=186, lastline=186, - fontsize=\footnotesize]{xml}{../../ssr/data/asdf.xsd} - \end{mdframed} - \caption{data/asdf.xsd: Reproduction setup, loudspeaker, circular - array and linear array definition in \gls{asdf}, extended by a - \textit{hostname} attribute} - \label{lst:asdf.xsd} - \end{listing}\\ - Already when defining a reproduction setup for the \gls{ssr}, host-specific loudspeakers have to be taken into account. Listing~\ref{lst:asdf.xsd} shows an attempt at providing a unique @@ -2414,9 +2396,6 @@ ssr-aap -N “server” -C “127.0.0.1:50002” can be assigned to them flexibly. \cleardoublepage - \pagestyle{empty} - \phantomsection - \addcontentsline{toc}{section}{References} \bibliographystyle{plainnat} \bibliography{../bib/ssr-networking} \cleardoublepage @@ -2520,6 +2499,28 @@ git diff master...networking-with-osc found on the \nameref{digital_ressource} in the folder \mintinline{shell}{master-thesis/src}. + \section{Reproduction setup changes} + \label{appendix:reproduction_setup_changes} + \begin{listing}[!htb] + \begin{mdframed} + \inputminted[numbers=left, firstline=44, lastline=62, + fontsize=\footnotesize, breaklines]{xml}{../../ssr/data/asdf.xsd} + \inputminted[numbers=left, firstline=250, lastline=264, + fontsize=\footnotesize]{xml}{../../ssr/data/asdf.xsd} + \inputminted[numbers=left, firstline=314, lastline=318, + fontsize=\footnotesize, breaklines]{xml}{../../ssr/data/asdf.xsd} + \inputminted[numbers=left, firstline=361, lastline=364, + fontsize=\footnotesize, breaklines]{xml}{../../ssr/data/asdf.xsd} + \inputminted[numbers=left, firstline=186, lastline=186, + fontsize=\footnotesize]{xml}{../../ssr/data/asdf.xsd} + \end{mdframed} + \caption{data/asdf.xsd: Reproduction setup, loudspeaker, circular + array and linear array definition in \gls{asdf}, extended by a + \textit{hostname} attribute} + \label{lst:asdf.xsd} + \end{listing}\\ + + \end{appendices} \cleardoublepage -- cgit v1.2.3