소스 검색

hopefully fixed everything, added .out files to gitignore

master
JosuaKugler 5 년 전
부모
커밋
c6a2eb583d
4개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -0
      .gitignore
  2. +2
    -0
      ana3.tex
  3. BIN
      analysisII.pdf
  4. +2
    -4
      lecture.cls

+ 1
- 0
.gitignore 파일 보기

@@ -4,3 +4,4 @@
*.toc
*.synctex.*
*.fls
*.out

+ 2
- 0
ana3.tex 파일 보기

@@ -1,6 +1,8 @@
\documentclass{lecture}

\begin{document}
\newcommand{\K}{\mathrm{K}}
\newcommand{\qnorm}[1]{\left\Vert#1\right\Vert^2}
\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
analysisII.pdf 파일 보기


+ 2
- 4
lecture.cls 파일 보기

@@ -139,7 +139,5 @@
% remove page before chapters
\let\cleardoublepage=\clearpage

%josuas fault, ana3.tex addons
\newcommand{\K}{\mathrm{K}}
\newcommand{\qnorm}[1]{\left|\left|#1\right|\right|^2}
\newcommand{\norm}[1]{\left|\left|#1\right|\right|}
%josua
\newcommand{\norm}[1]{\left\Vert#1\right|\Vert}

불러오는 중...
취소
저장