move newcommands in document body and update complete script

This commit is contained in:
2020-05-01 11:58:14 +02:00
parent 1f5f1d8b4a
commit a861b07e65
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
\documentclass{lecture}
\begin{document}
\newcommand{\K}{\mathrm{K}}
\newcommand{\qnorm}[1]{\left|\left|#1\right|\right|^2}
\newcommand{\norm}[1]{\left|\left|#1\right|\right|}
\begin{document}
\section{Fourier-Entwicklung}
\begin{definition}[Periodische Funktionen]
$f: \R \to \K$ heißt $L$-periodisch $(L >0)$ falls $f(x+L) = f(x)$, $\forall x \in \R (\implies f(x+kL) = f(x),\; \forall k\in \Z)$.
BIN
View File
Binary file not shown.
+1
View File
@@ -18,5 +18,6 @@
\input{ana1.tex}
\input{ana2.tex}
\input{ana3.tex}
\end{document}