2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

Fixed typo

This commit is contained in:
Martin Thoma 2013-09-15 22:52:50 +02:00
parent 505674d05e
commit 7406c1175b
6 changed files with 13 additions and 3 deletions

View file

@ -32,7 +32,7 @@
}
\pagestyle{fancy}
\lhead{\@title}
\rhead{Seite \thepage von \pageref{LastPage}}
\rhead{Seite \thepage{} von \pageref{LastPage}}
}
\makeatother

View file

@ -22,7 +22,7 @@
\newcommand{\cmark}{\ding{51}}%
\newcommand{\xmark}{\ding{55}}%
\title{Numerik Klausur 2 - Musterlösung}
\title{Numerik Klausur 2{} - Musterlösung}
\makeatletter
\AtBeginDocument{
\hypersetup{

View file

@ -10,7 +10,7 @@ Erste Spalte:
Zweite Spalte:
\begin{align}
l_{22} &= \sqrt{a_{22} - {l_{21}}^2}\\
l_{32} &= (a_{32} -l_{21} \cdot l_{31}) \div l_{22} \\
l_{32} &= \frac{a_{32} -l_{21} \cdot l_{31}}{l_{22}} \\
\end{align}
Dritte Spalte:
\begin{align}

View file

@ -24,6 +24,16 @@
\title{Numerik Klausur 3 - Musterlösung}
\makeatletter
\AtBeginDocument{
\hypersetup{
pdfauthor = {Felix Benz-Baldas, Martin Thoma, Peter},
pdfkeywords = {Numerik, KIT, Klausur},
pdftitle = {\@title}
}
\pagestyle{fancy}
\lhead{\@title}
\rhead{Seite \thepage{} von \pageref{LastPage}}
}
\makeatother
\usepackage{fancyhdr}