From 8f9b3b5be58c6f49a1392edcc902d4dd00a8a7a8 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 6 Oct 2020 17:38:31 +0200 Subject: Fix small error, add pdf --- .gitignore | 2 +- build/komfour_zf.pdf | Bin 0 -> 78014 bytes komfour_zf.tex | 4 ++-- latexmkrc | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 build/komfour_zf.pdf diff --git a/.gitignore b/.gitignore index 5102a8f..e608514 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,7 @@ _ReSharper*/ # these rules might exclude image files for figures etc. *.ps *.eps - *.pdf + # *.pdf *.doc ## Bibliography auxiliary files (bibtex/biblatex/biber): diff --git a/build/komfour_zf.pdf b/build/komfour_zf.pdf new file mode 100644 index 0000000..337d3de Binary files /dev/null and b/build/komfour_zf.pdf differ diff --git a/komfour_zf.tex b/komfour_zf.tex index 485eb1e..cc42a1d 100644 --- a/komfour_zf.tex +++ b/komfour_zf.tex @@ -462,11 +462,11 @@ \begin{theorem}[Fourier coefficients of even and odd functions] Recall that a function is said to be \emph{even} if \(f(-x) = f(x)\) or \emph{odd} if \(f(-x) = -f(x)\). We can show that if a function is \begin{itemize} - \item odd, then \(b_n = 0\) for all \(n\), and + \item even, then \(b_n = 0\) for all \(n\), and \[ a_n = \frac{4}{T}\int\limits_0^{T/2} f(t)\cos(n\omega t)\di{t} \] - \item even, then \(a_n = 0\) for all \(n\), and + \item odd, then \(a_n = 0\) for all \(n\), and \[ b_n = \frac{4}{T}\int\limits_0^{T/2} f(t)\sin(n\omega t)\di{t} \] diff --git a/latexmkrc b/latexmkrc index 2b7ff76..813ad8e 100644 --- a/latexmkrc +++ b/latexmkrc @@ -2,7 +2,7 @@ $pdflatex = 'xelatex -synctex=1 -interaction=nonstopmode'; $pdf_mode = 1; -$aux_dir = b; -$out_dir = b; +$aux_dir = 'build'; +$out_dir = 'build'; $pdf_previewer = 'start zathura'; -- cgit v1.2.1