hopefully fixed everything, added .out files to gitignore
This commit is contained in:
@@ -4,3 +4,4 @@
|
|||||||
*.toc
|
*.toc
|
||||||
*.synctex.*
|
*.synctex.*
|
||||||
*.fls
|
*.fls
|
||||||
|
*.out
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
\documentclass{lecture}
|
\documentclass{lecture}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
\newcommand{\K}{\mathrm{K}}
|
||||||
|
\newcommand{\qnorm}[1]{\left\Vert#1\right\Vert^2}
|
||||||
\section{Fourier-Entwicklung}
|
\section{Fourier-Entwicklung}
|
||||||
\begin{definition}[Periodische Funktionen]
|
\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)$.
|
$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)$.
|
||||||
|
|||||||
Binary file not shown.
+2
-4
@@ -139,7 +139,5 @@
|
|||||||
% remove page before chapters
|
% remove page before chapters
|
||||||
\let\cleardoublepage=\clearpage
|
\let\cleardoublepage=\clearpage
|
||||||
|
|
||||||
%josuas fault, ana3.tex addons
|
%josua
|
||||||
\newcommand{\K}{\mathrm{K}}
|
\newcommand{\norm}[1]{\left\Vert#1\right|\Vert}
|
||||||
\newcommand{\qnorm}[1]{\left|\left|#1\right|\right|^2}
|
|
||||||
\newcommand{\norm}[1]{\left|\left|#1\right|\right|}
|
|
||||||
Reference in New Issue
Block a user