diff --git "a/dateien_f\303\274r_teilnehmer/vorlesung_handout.pdf" "b/dateien_f\303\274r_teilnehmer/vorlesung_handout.pdf" index 7ab371a..3dadefc 100644 Binary files "a/dateien_f\303\274r_teilnehmer/vorlesung_handout.pdf" and "b/dateien_f\303\274r_teilnehmer/vorlesung_handout.pdf" differ diff --git "a/einf\303\274hrung_pr\303\244sentation/vorlesung.tex" "b/einf\303\274hrung_pr\303\244sentation/vorlesung.tex" index dd7cbd7..cd4405d 100644 --- "a/einf\303\274hrung_pr\303\244sentation/vorlesung.tex" +++ "b/einf\303\274hrung_pr\303\244sentation/vorlesung.tex" @@ -416,8 +416,8 @@ \section{Mathematik in \LaTeX} \item \lstinline!$ ... $!: Formel in der Textzeile ("inline") \lstinline!$a = b + c$!: $a = b + c$ - \item \lstinline!\begin{equation} ... \end{equation}!: Nummerierte, abgesetzte Gleichung - \item \lstinline!\begin{align} ... \end{align}!: Mehrere nummerierte, abgesetzte, ausgerichtete Gleichungen + \item \lstinline!\begin{equation} ... \end{equation}!: \emph{Einzelne} nummerierte, abgesetzte Gleichung + \item \lstinline!\begin{align} ... \end{align}!: \emph{Mehrere} nummerierte, abgesetzte, \emph{ausgerichtete} Gleichungen \end{itemize} \item Im Mathemodus werden Leerzeichen ignoriert! Jeder Buchstabe wird als Formelzeichen verstanden @@ -425,6 +425,7 @@ \section{Mathematik in \LaTeX} \item Ausweg: \lstinline!\text{...}! \lstinline!$p V = \text{const.}$!: $p V = \text{\rmfamily const.}$ + \item \strong{Achtung:} Absätze (Leerzeilen) sind in Mathe-Umgebungen verboten! \end{itemize} \end{frame} diff --git "a/einf\303\274hrung_pr\303\244sentation/vorlesung_handout.pdf" "b/einf\303\274hrung_pr\303\244sentation/vorlesung_handout.pdf" index 7ab371a..3dadefc 100644 Binary files "a/einf\303\274hrung_pr\303\244sentation/vorlesung_handout.pdf" and "b/einf\303\274hrung_pr\303\244sentation/vorlesung_handout.pdf" differ diff --git "a/einf\303\274hrung_pr\303\244sentation/vorlesung_praesentation.pdf" "b/einf\303\274hrung_pr\303\244sentation/vorlesung_praesentation.pdf" index 7934327..3b3028c 100644 Binary files "a/einf\303\274hrung_pr\303\244sentation/vorlesung_praesentation.pdf" and "b/einf\303\274hrung_pr\303\244sentation/vorlesung_praesentation.pdf" differ