From 71f07f6ec0778b677c8c57908323704f3907d931 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Sun, 7 Jun 2020 00:44:21 +0200 Subject: Strcuture for Chapter 6 --- main/exercise06.tex | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 main/exercise06.tex (limited to 'main/exercise06.tex') diff --git a/main/exercise06.tex b/main/exercise06.tex new file mode 100644 index 0000000..8787444 --- /dev/null +++ b/main/exercise06.tex @@ -0,0 +1,74 @@ +% SPDX-License-Identifier: CC-BY-SA-4.0 +% +% Copyright (c) 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: +% https://creativecommons.org/licenses/by-sa/4.0/legalcode + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Configuration +\def\thekindofdocument{Exercise} +\def\thesubtitle{Chapter 6: Digital Signal Processing and Spead Spectrum} +\def\therevision{1} +\def\therevisiondate{2020-05-26} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Header +\input{../common/settings.tex} + +\begin{document} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Title Page +\pagenumbering{Alph} +\pagestyle{empty} + +% Title Page +\input{../common/titlepage.tex} +\newpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Preface +\pagenumbering{arabic} +\pagestyle{headings} + +% Inhaltsverzeichnis +%\tableofcontents +%\newpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Content + +\setcounter{chapter}{6} + +\input{../exercise06/exercise06.tex} +\clearpage + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Appendix + +\begin{appendix} + +\chapter{Solutions} + +\printsolutions +\clearpage + +\end{appendix} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Nachtrag + +% Imprint +\input{../common/imprint.tex} +\newpage + +% To Do +\pagenumbering{alph} +%\listoftodos + +\end{document} -- cgit v1.1