-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsig_sys_task_template.tex
85 lines (79 loc) · 2.24 KB
/
sig_sys_task_template.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
\documentclass[11pt,a4paper,DIV=12]{scrartcl}
\usepackage{scrlayer-scrpage}
\usepackage[utf8]{inputenc}
\usepackage{fouriernc}
\usepackage[T1]{fontenc}
\usepackage[german]{babel}
\usepackage[hidelinks]{hyperref}
\usepackage{natbib}
\usepackage{url}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{trfsigns}
\usepackage{marvosym}
\usepackage{nicefrac}
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{xcolor}
\usepackage{comment}
\usepackage{mdframed}
\usepackage{tikz}
\usepackage{circuitikz}
\usepackage{pgfplots}
\usepackage{bm}
\usepackage{cancel}
\bibliographystyle{dinat}
\usepackage{sig_sys_macros}
%------------------------------------------------------------------------------
\ohead{Signal- und Systemtheorie Übung}
\cfoot{\pagemark}
\ofoot{\tiny\url{https://github.com/spatialaudio/signals-and-systems-exercises}}
\begin{document}
%
\noindent Signal- und Systemtheorie Übung\footnote{This tutorial is provided as
Open Educational Resource (OER), to be found at
\url{https://github.com/spatialaudio/signals-and-systems-exercises}
accompanying the OER lecture
\url{https://github.com/spatialaudio/signals-and-systems-lecture}.
%
Both are licensed under a) the Creative Commons Attribution 4.0 International
License for text and graphics and b) the MIT License for source code.
%
Please attribute material from the tutorial as \textit{Frank Schultz,
Continuous- and Discrete-Time Signals and Systems - A Tutorial Featuring
Computational Examples, University of Rostock} with
\texttt{github URL, commit number and/or version tag, year, (file name and/or
content)}.}---Frank Schultz, Sascha Spors,
Institut für Nachrichtentechnik (INT),
Fakultät für Informatik und Elektrotechnik (IEF),
Universität Rostock \&
Robert Hauser, Universität Rostock---Sommersemester 2022, Version: \today
%
\section*{Aufgabe: XXX}
\vspace{-0.4cm}{\tiny XXXXXXXXXX} %insert unique 10digit hex hash from random_hex.txt (and delete used hex their)
%
%
%
\subsection*{a)}
\subsection*{b)}
\subsection*{c)}
%
%
%
\section*{Lösung}
%
%
%
\subsection*{a)}
\subsection*{b)}
\subsection*{c)}
%
%
%
\input{test_sig_sys_macros.tex}
\renewcommand{\refname}{Buchzitate}
\cite{Strang2007,Strang2010}
\clearpage
\bibliography{tutorial_latex_deu/literatur}
\end{document}