diff options
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | chapter01/content.tex | 18 | ||||
| -rw-r--r-- | common/acronym.tex | 132 | ||||
| -rw-r--r-- | common/cc-by-sa-4.0.png | bin | 0 -> 17594 bytes | |||
| -rw-r--r-- | common/imprint.tex | 31 | ||||
| -rw-r--r-- | common/settings.tex | 202 | ||||
| -rwxr-xr-x | common/titlepage.tex | 10 | ||||
| -rw-r--r-- | main/chapter01.tex | 22 |
8 files changed, 309 insertions, 109 deletions
@@ -5,6 +5,7 @@ LATEXMK = latexmk -pdf -silent -synctex=1 LATEXMK_PVC = $(LATEXMK) -pvc ALL_TARGETS = $(BUILD_DIR)/chapter01.pdf +COMMON_DEPS = common/settings.tex common/titlepage.tex common/acronym.tex common/imprint.tex all: $(ALL_TARGETS) @@ -12,7 +13,7 @@ clean: mkdir -p $(BUILD_DIR) cd $(BUILD_DIR) ; rm -f *.aux *.fdb_latexmk *.fls *.lof *.log *.lot *.pdf *.synctex.gz -$(BUILD_DIR)/%.pdf: main/%.tex +$(BUILD_DIR)/%.pdf: main/%.tex $(COMMON_DEPS) %/content.tex mkdir -p $(BUILD_DIR) cd $(BUILD_DIR) ; $(LATEXMK) ../$< diff --git a/chapter01/content.tex b/chapter01/content.tex index 326be55..0d52074 100644 --- a/chapter01/content.tex +++ b/chapter01/content.tex @@ -248,13 +248,13 @@ These devices mainly operate automatically without human interaction. Therefore, Protocols are standardized and must be implemented in every device, which interacts with other devices. Important standardization organizations are: \begin{itemize} - \item The non-profit organization \textbf{Internet Engineering Task Force} (IETF) issues standards concerning the internet. The standards are called \emph{Request For Comment} (RFC) and are available for everyone for free. Example standards: Internet Protocol (IP), Hypertext Transfer Protocol (HTTP) - \item The \textbf{Institute of Electrical and Electronics Engineers} (IEEE) has standards committees which develop and publish standards. With respect to the internet, the IEEE\,802 LAN/MAN Standards Committee is the most important one. Example standards: IEEE\,802.11 (Wifi) - \item The \textbf{European Telecommunications Standards Institute} (ETSI) is an independent, non-profit standardization organization. It is recognized by the European Council and officially responsible for standardization of information and communication technologies in Europe. Example standards: 3G (cell phone system), 4G (cell phone system), TETRA (professional mobile radio system) + \item The non-profit organization \textbf{\acf{IETF}} issues standards concerning the internet. The standards are called \emph{Request For Comment} (RFC) and are available for everyone for free. Example standards: \ac{IP}, \ac{HTTP} + \item The \textbf{\acf{IEEE}} has standards committees which develop and publish standards. With respect to the internet, the IEEE\,802 LAN/MAN Standards Committee is the most important one. Example standards: IEEE\,802.11 (Wifi) + \item The \textbf{\acf{ETSI}} is an independent, non-profit standardization organization. It is recognized by the European Council and officially responsible for standardization of information and communication technologies in Europe. Example standards: 3G (cell phone system), 4G (cell phone system), TETRA (professional mobile radio system) \end{itemize} -\subsection{OSI Model} +\subsection{\acs{OSI} Model} There are many task which a digital communication systems must accomplish. \begin{itemize} @@ -263,7 +263,7 @@ There are many task which a digital communication systems must accomplish. \item The network is shared with other users and applications. \item The network consists of many links using different physical transmission channels, for example, wired and wireless. \end{itemize} -For each task, there are communication protocols to solve it. Communication protocols are grouped by the task which they fulfil. There is an increasing level of abstraction from the physical link to the application data. The \textbf{OSI Model} (Figure \ref{fig:ch01:osi_model}) defines a layer structure for classifying communication protocols, which regards the level of abstraction. +For each task, there are communication protocols to solve it. Communication protocols are grouped by the task which they fulfil. There is an increasing level of abstraction from the physical link to the application data. The \textbf{\acs{OSI} Model} (Figure \ref{fig:ch01:osi_model}) defines a layer structure for classifying communication protocols, which regards the level of abstraction. \begin{figure}[H] \centering @@ -292,12 +292,12 @@ For each task, there are communication protocols to solve it. Communication prot \filldraw[fill=gray!60, draw=none] ([xshift=10mm, yshift=3mm] L7.north east) -- node[midway, above, anchor=south, align=center]{Level of\\ abstraction} ([xshift=15mm, yshift=3mm] L7.north east) -- ([xshift=12.5mm, yshift=-3mm] L1.south east); \end{tikzpicture} - \caption{OSI Model with seven layers} + \caption[OSI Model with seven layers]{\ac{OSI} Model with seven layers} \label{fig:ch01:osi_model} \end{figure} \begin{table}[H] - \caption{Description of the layers of the OSI Model (Figure \ref{fig:ch01:osi_model}). The protocol data unit is the information } + \caption[Description of the layers of the OSI Model]{Description of the layers of the \ac{OSI} Model (Figure \ref{fig:ch01:osi_model}). The protocol data unit is the information } \begin{tabular}{|l|l|p{0.5\linewidth}|} \hline Layer & PDU & Function \\ @@ -327,7 +327,7 @@ Each protocol has a standardized interface exposed to the upper layer, called \t \item Network registration and de-registration \end{itemize} -Protocol layers add own information to the data received from the upper layer. This additional information is required to provide the protocol's functionality. For example, the Internet Protocol (IP) needs to add the source and destination address, so that the packet can be routed to the correct endpoint. One can imagine this like data which is written on a letter, which is put into an envelope, which itself is put into another envelope, and so on. +Protocol layers add own information to the data received from the upper layer. This additional information is required to provide the protocol's functionality. For example, the \acf{IP} needs to add the source and destination address, so that the packet can be routed to the correct endpoint. One can imagine this like data which is written on a letter, which is put into an envelope, which itself is put into another envelope, and so on. \begin{figure}[H] \centering @@ -336,7 +336,7 @@ Protocol layers add own information to the data received from the upper layer. T \label{fig:ch01:frame_construction} \end{figure} -Communication protocols may be exchanged in one layer without affecting the functionality of the other layers. For example, HTTP operates on TCP/IP. But the Internet Protocol (IP) works on multiple physical links like Ethernet (IEEE\,802.3), Wifi (IEEE\,802.11) or 4G. The transmission media can even change along the communication path. Information travlling through the internet experience lots of \textbf{media changes}. +Communication protocols may be exchanged in one layer without affecting the functionality of the other layers. For example, \ac{HTTP} operates on \acs{TCP}/\acs{IP}. But the \acf{IP} works on multiple physical links like Ethernet (IEEE\,802.3), Wifi (IEEE\,802.11) or 4G. The transmission media can even change along the communication path. Information travlling through the internet experience lots of \textbf{media changes}. \begin{figure}[H] diff --git a/common/acronym.tex b/common/acronym.tex new file mode 100644 index 0000000..39347f4 --- /dev/null +++ b/common/acronym.tex @@ -0,0 +1,132 @@ +\phantomsection +\addcontentsline{toc}{chapter}{List of Abbreviations} +\chapter*{List of Abbreviations} + +\begin{acronym}[blablablabla] + \acro{ADC}{analog-to-digital converter} + \acro{AM}{amplitude modulation} + \acro{AOA}{angle of arrival} + \acro{AWGN}{additive white Gaussian noise} + \acro{BER}{bit error rate} + \acro{BPM}{burst-position modulation} + \acro{BPSK}{binary phase shift keying} + \acro{BS}{base station} + \acro{CDF}{cummulative distribution function} + \acro{CDMA}{code-division multiple access} + \acro{CEP}{circular error probablilty} + \acro{CFR}{channel frequency response} + \acro{CIR}{channel impulse response} + \acro{CMF}{channel matched filter} + \acro{CPU}{central processing unit} + \acro{CRLB}{Cramer-Rao lower bound} + \acro{CSMA-CA}{carrier sense multiple access collision avoidance} + \acro{CW}{continuous wave} + \acro{DAC}{digital-to-analog converter} + \acro{DC}{discrete current} + \acro{DME}{Distance Measuring Equipment} + \acro{DOP}{dilution of precision} + \acro{DSSS}{direct sequence spread specturm} + \acro{DS-CDMA}{direct sequence code-division multiple access} + \acro{EIRP}{effective isotropic radiated power} + \acro{EMC}{electromagnetic compatibility} + \acro{ETSI}{European Telecommunications Standards Institue} + \acro{FCC}{Federal Communications Commission} + \acro{FDL}{field bus data link} + \acro{FDP}{first detected path} + \acro{FDMA}{frequency-division multiple access} + \acro{FEC}{forward error coding} + \acro{FFT}{fast Fourier transform} + \acro{FSPL}{free-space path loss} + \acro{FWHM}{full width at half maximum} + \acro{GIS}{Geo Information System} + \acro{GNSS}{global navigation satellite system} + \acro{GPIO}{general-purpose input and output} + \acro{GPS}{Global Positioning System} + \acro{HTTP}{Hypertext Transfer Protocol} + \acro{IC}{integrated circuit} + \acro{ID}{identification} + \acro{IEEE}{Institute of Electrical and Electronics Engineers} + \acro{IETF}{Internet Engineering Task Force} + \acro{IF}{intermediate frequency} + \acro{IFFT}{inverse fast Fourier transform} + \acro{IOT}{Intenet of Things} + \acro{IP}{Internet Protocol} + \acro{IR}{impulse radio} + \acro{ISI}{inter-symbol interference} + \acro{ISM}{industrial, scientific and medical} + \acro{LBS}{location based service} + \acro{LFSR}{linear feedback shift register} + \acro{LNA}{low noise amplifier} + \acro{LO}{local oscillator} + \acro{LORAN-C}{Long Range Navigation-C} + \acro{LOS}{line-of-sight} + \acro{LS}{least squares} + \acro{LSB}{least significant bit} + \acro{LTI}{linear, time-invariant} + \acro{LVPECL}{low-voltage positive emitter-coupled logic} + \acro{MAC}{medium access control} + \acro{MAP}{maximum aposteriori} + \acro{MB-OFDM}{multiband orthogonal frequency-division multiplexing} + \acro{MCU}{micro-controller unit} + \acro{ML}{maximum likelihood} + \acro{MSB}{most significant bit} + \acro{MSE}{mean square error} + \acro{MMSE}{minimum mean square error} + \acro{MQTT}{message queuing telemetry transport} + \acro{MU}{mobile unit} + \acro{NLOS}{non-line-of-sight} + \acro{OFDM}{orthogonal frequency-division multiplexing} + \acro{OFDMA}{orthogonal frequency-division multiple access} + \acro{OOK}{on-off keying} + \acro{OSI}{Open Systems Interconntection} + \acro{PAN}{personal area network} + \acro{PC}{personal computer} + \acro{PCB}{printed circuit board} + \acro{PDF}{probability density function} + \acro{PHR}{physical layer header} + \acro{PHY}{physical layer} + \acro{PLL}{phase-locked loop} + \acro{PPM}{pulse-position modulation} + \acro{PRF}{pulse repetition frequency} + \acro{PSD}{power spectral density} + \acro{PPDU}{physical layer protocol data unit} + \acro{PSDU}{physical layer service data unit} + \acro{PSK}{phase shift keying} + \acro{QOS}{quality of service} + \acro{RAM}{random access memory} + \acro{ROM}{read-only memory} + \acro{RS}{recommended standard} + \acro{RTC}{real-time clock} + \acro{QAM}{quadrature amplitude modulation} + \acro{QPSK}{quadrature phase shift keying} + \acro{RF}{radio frequency} + \acro{RFID}{radio frequency identification} + \acro{RMS}{root mean square} + \acro{RSSI}{received signal strength indication} + \acro{RTLS}{real-time localization system} + \acro{RTT}{round trip time} + \acro{SAP}{service access point} + \acro{SECDED}{single error correct, double error detect} + \acro{SEP}{spherical error probablilty} + \acro{SFD}{start of frame delimiter} + \acro{SNR}{signal-to-noise ratio} + \acro{SPI}{serial peripheral interface} + \acro{TCXO}{temperature-compensated crystal oscillator} + \acro{TCP}{Transmission Control Protocol} + \acro{TOA}{time of arrival} + \acro{TDMA}{time-division multiple access} + \acro{TD-CDMA}{time-division code-division multiple access} + \acro{TDOA}{time difference of arrival} + \acro{UART}{universal asynchronous receiver and transmitter} + \acro{UDP}{user datagram protocol} + \acro{UERE}{user equivalent range error} + \acro{UDP}{User Datagram Protocol} + \acro{USB}{Universal Serial Bus} + \acro{UTC}{Coordinated Universal Time} + \acro{UWB}{ultra-wide band} + \acro{VCO}{voltage controlled oscillator} + \acro{VHF}{very high frequency} + \acro{VOR}{VHF Omnidirectional Range} + \acro{WLAN}{wireless local area network} + \acro{WPAN}{wireless personal area network} +\end{acronym}
\ No newline at end of file diff --git a/common/cc-by-sa-4.0.png b/common/cc-by-sa-4.0.png Binary files differnew file mode 100644 index 0000000..8770732 --- /dev/null +++ b/common/cc-by-sa-4.0.png diff --git a/common/imprint.tex b/common/imprint.tex new file mode 100644 index 0000000..2084f8a --- /dev/null +++ b/common/imprint.tex @@ -0,0 +1,31 @@ +\phantomsection +\chapter*{Imprint} + +{ +\small + +License: + +\begin{quote} + \includegraphics[width=2cm]{../common/cc-by-sa-4-0.png} + + Copyright \textcopyright{} 2020 Philipp Le + + Except where otherwise noted, this work is licensed under a + Creative Commons Attribution-ShareAlike 4.0 License. + + Please find the full copy of the licence at \url{https://creativecommons.org/licenses/by-sa/4.0/legalcode}. +\end{quote} + +\vspace{1.5em} + +\hrule{} + +\vspace{1.5em} + +Information according to the Press Law of the Land Saxony-Anhalt:\\ +Angaben gem\"a{}{\ss} des Pressegesetzes des Landes Sachsen-Anhalt: + +Verfasser, V.i.S.d.P: Philipp Le, Pablo-Neruda-Str. 6, 39126 Magdeburg + +} diff --git a/common/settings.tex b/common/settings.tex index 8e85a9f..99083d3 100644 --- a/common/settings.tex +++ b/common/settings.tex @@ -25,8 +25,7 @@ \usepackage{graphicx} %\graphicspath{{./}{./bilder/export/}} - -\usepackage{float} +\usepackage{pdfpages} % TikZ \usepackage{tikz} @@ -83,33 +82,26 @@ % Subfigures \usepackage{subfig} +% Controlling floats +%\renewcommand{\topfraction}{0.8} +%\renewcommand{\bottomfraction}{0.33} +%\renewcommand{\floatpagefraction}{0.66} +%\renewcommand{\textfraction}{0.10} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Symbols +\usepackage{textcomp} + % Mathematics \usepackage{amsmath} \usepackage{amssymb} \usepackage{bm} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% Symbols - -\usepackage{rotating} +% Quotes +\usepackage{csquotes} -% Linien für Tabellen -\usepackage{booktabs} - -%\usepackage{multirow} -% -%\usepackage{longtable} -% -%\usepackage{bibgerm} -% -%\usepackage{csquotes} -% -%\usepackage[normalem]{ulem} - -% Formatierung von Zahlen mit Einheiten +% Formatting units \usepackage[load-configurations=binary]{siunitx} \sisetup{per-mode=fraction,mode=math} \addto\extrasngerman{\sisetup{output-decimal-marker={,}}} @@ -117,97 +109,123 @@ \addto\extrasngerman{\sisetup{range-phrase={ bis~}}} \addto\extrasenglish{\sisetup{range-phrase={ to~}}} -%\usepackage{xspace} -% -%\usepackage{xfrac} -% -%\usepackage{bigfoot} -% +% Custom symbols +%\newcommand{\vect}[1]{\boldsymbol{\vec{\mathbf{#1}}}} +\newcommand{\vect}[1]{\vec{\bm{#1}}} +\newcommand{\cmplxvect}[1]{\vect{\underline{#1}}} +\newcommand{\mat}[1]{\bm{\mathrm{#1}}} +\newcommand{\E}{\mathrm{E}} +\newcommand{\Var}{\mathrm{Var}} +\newcommand{\Cov}{\mathrm{Cov}} +\def\j{\mathsf{j}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Tables + +% Lines for Tables +\usepackage{booktabs} + +\usepackage{multirow} +\usepackage{longtable} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Page layout + \usepackage{setspace} \onehalfspacing \usepackage[a4paper, margin=2.5cm, headheight=22pt]{geometry} +\usepackage{pdflscape} + +\usepackage[bottom]{footmisc} +\interfootnotelinepenalty=10000 + +% Don't restart footnote count on each chapter +\let\counterwithout\relax +\let\counterwithin\relax +\usepackage{chngcntr} +\counterwithout{footnote}{chapter} +%\usepackage{remreset} +%\makeatletter +%\@removefromreset{footnote}{chapter} +%\makeatother + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Formatting +\usepackage[normalem]{ulem} + \usepackage{adjustbox} +\usepackage{xspace} +\usepackage{xfrac} +\usepackage{bigfoot} + +%\usepackage{float} +%\usepackage{rotating} +\usepackage{rotfloat} +% make \emph{} bold +%\makeatletter +%\DeclareRobustCommand{\em}{% +% \@nomath\em \if b\expandafter\@car\f@series\@nil +% \normalfont \else \bfseries \fi} +%\makeatother + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Bibliography + +%\usepackage{bibgerm} +%\usepackage[numbers]{natbib} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Directories + +\usepackage[subfigure]{tocloft} + +%% Nomenclature %\usepackage[english]{nomencl} %\makenomenclature %\usepackage{etoolbox} -% -%% Abkürzungsverzeichnis -%%\usepackage{acronym} -%\usepackage[printonlyused]{acronym} -% -%\renewcommand{\topfraction}{0.8} -%\renewcommand{\bottomfraction}{0.33} -%\renewcommand{\floatpagefraction}{0.66} -%\renewcommand{\textfraction}{0.10} -% -%\usepackage[numbers]{natbib} -% -%\usepackage[ -% pdftitle={Indoor Localization of Ultra Wide Band Beacons using Synchronized Receivers}, -% pdfauthor={Philipp Le}, -% pdfcreator={LaTeX with hyperref and KOMA-Script}, -% pdfsubject={}, -% pdfkeywords={}, -% pdfstartview={Fit}, -% hidelinks]{hyperref} -% + +% Acronyms +\usepackage[printonlyused]{acronym} + %\usepackage[xindy,numberedsection,section=section,toc]{glossaries} %\makeglossaries %\GlsSetXdyCodePage{duden-utf8} %\usepackage[xindy]{imakeidx} %\makeindex -% -%\usepackage{pdflscape} -% -%\usepackage{pdfpages} -% -%\usepackage{listings} -% -%\usepackage[subfigure]{tocloft} -% -%\usepackage[bottom]{footmisc} -%\interfootnotelinepenalty=10000 -% -%% Fußnotennummerierung nicht in jedem Kapitel neu beginnen -%\let\counterwithout\relax -%\let\counterwithin\relax -%\usepackage{chngcntr} -%\counterwithout{footnote}{chapter} -%%\usepackage{remreset} -%%\makeatletter -%%\@removefromreset{footnote}{chapter} -%%\makeatother -% -%% \emph{} fett darstellen -%%\makeatletter -%%\DeclareRobustCommand{\em}{% -%% \@nomath\em \if b\expandafter\@car\f@series\@nil -%% \normalfont \else \bfseries \fi} -%%\makeatother -% -%%\newcommand{\varDatum}{xx.xx.2018} -%\newcommand{\varAbgabeDatum}{21.08.2019} -% -% -%%\newcommand{\vect}[1]{\boldsymbol{\vec{\mathbf{#1}}}} -%\newcommand{\vect}[1]{\vec{\bm{#1}}} -%\newcommand{\cmplxvect}[1]{\vect{\underline{#1}}} -%\newcommand{\mat}[1]{\bm{\mathrm{#1}}} -% -%\newcommand{\E}{\mathrm{E}} -%\newcommand{\Var}{\mathrm{Var}} -%\newcommand{\Cov}{\mathrm{Cov}} -%\def\j{\mathsf{j}} -% -%\newlistof{todos}{mcf}{To Do} -%\newcommand{\todo}[1]{\texttt{\textbf{\#\# TODO \#\# #1 \#\#}} \addcontentsline{mcf}{todos}{#1}} + +% ToDo list +\newlistof{todos}{mcf}{To Do} +\newcommand{\todo}[1]{\texttt{\textbf{\#\# TODO \#\# #1 \#\#}} \addcontentsline{mcf}{todos}{#1}} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Listings + +\usepackage{listings} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% PDF Metadata + +\def\hyperrefgeneraltitle{Digital Communication Systems - \thekindofdocument{}} +\ifdefined\thesubtitle +\def\hyperreftitle{\hyperrefgeneraltitle{} - \thesubtitle{}} +\else +\def\hyperreftitle{\hyperrefgeneraltitle{}} +\fi + +\usepackage[ + pdftitle={\hyperreftitle{}}, + pdfauthor={Philipp Le}, + pdfcreator={LaTeX with hyperref and KOMA-Script}, + pdfsubject={}, + pdfkeywords={}, + pdfstartview={Fit}, + pdflang={en-GB}, + pdfduplex={DuplexFlipLongEdge} + hidelinks]{hyperref} + diff --git a/common/titlepage.tex b/common/titlepage.tex index 3964504..f5620c0 100755 --- a/common/titlepage.tex +++ b/common/titlepage.tex @@ -50,10 +50,14 @@ \normalsize Summer Semester 2020 - - \vspace{0.75cm} - \end{center} + + \vfill + + \begin{flushright} + \footnotesize + Revision \therevision, \therevisiondate + \end{flushright} \end{titlepage} % Ende der Datei diff --git a/main/chapter01.tex b/main/chapter01.tex index 8f1c08a..d9b7d83 100644 --- a/main/chapter01.tex +++ b/main/chapter01.tex @@ -1,7 +1,15 @@ -\input{../common/settings.tex} -\newcommand{\thekindofdocument}{Lecture Notes} -\newcommand{\thesubtitle}{Chapter 1: Communication Systems} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Configuration +\date{2020-04-27} +\def\thekindofdocument{Lecture Notes} +\def\thesubtitle{Chapter 1: Communication Systems} +\def\therevision{1} +\def\therevisiondate{2020-04-27} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Header +\input{../common/settings.tex} \begin{document} @@ -26,6 +34,8 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Content +\setcounter{chapter}{0} + \clearpage \input{../chapter01/content.tex} @@ -46,7 +56,7 @@ %\bibliography{Masterarbeit} % List of Acronyms -%\include{formales/acronym} +\input{../common/acronym.tex} \newpage % Notation @@ -73,6 +83,10 @@ \listoftables \newpage +% Imprint +\input{../common/imprint.tex} +\newpage + % To Do \pagenumbering{alph} %\listoftodos |
