2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Remove trailing spaces

The commands

find . -type f -name '*.md' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

and

find . -type f -name '*.tex' -exec sed --in-place 's/[[:space:]]\+$//' {} \+

were used to do so.
This commit is contained in:
Martin Thoma 2015-10-14 14:25:34 +02:00
parent c578b25d2f
commit 7740f0147f
538 changed files with 3496 additions and 3496 deletions

View file

@ -15,7 +15,7 @@
\end{align}
\item Abgeschlossenheit: $D$ ist offentsichtlich abgeschlossen.
\item Kontraktion: \\ %TODO:
\item Kontraktion: \\ %TODO:
%\textbf{Behauptung:} $F(x)$ ist auf $A$ eine Kontraktion.
%\textbf{Beweis:}
%z.Z.: $\exists L \in [0, 1): \forall x,y \in A: || F(x) - F(y) || \leq L \cdot || x - y||$

View file

@ -14,7 +14,7 @@ Für die ersten 3. Ordnungsbedingungen gilt:
\end{align*}
\subsection*{Teilaufgabe c}
Wähle die Simpson-Regel, also $c_1=0, c_2 = \frac{1}{2}, c_3 = 1$ und
Wähle die Simpson-Regel, also $c_1=0, c_2 = \frac{1}{2}, c_3 = 1$ und
$b_1 = b_3 = \frac{1}{6}$ und $b_2 = \frac{4}{6}$.
Überprüfe nun Ordnungsbedingungen 1-4 $\Rightarrow$ Simpson-Regel hat Ordnung 4

View file

@ -25,10 +25,10 @@
\title{Numerik Klausur 3 - Musterlösung}
\makeatletter
\AtBeginDocument{
\hypersetup{
\hypersetup{
pdfauthor = {Felix Benz-Baldas, Martin Thoma, Peter Merkert},
pdfkeywords = {Numerik, KIT, Klausur},
pdftitle = {\@title}
pdfkeywords = {Numerik, KIT, Klausur},
pdftitle = {\@title}
}
\pagestyle{fancy}
\lhead{\@title}