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

removed horizontal centering

This commit is contained in:
Martin Thoma 2014-02-12 07:23:40 +01:00
parent a3824e080f
commit 7887f8d116
4 changed files with 25 additions and 13 deletions

View file

@ -8,6 +8,12 @@
\def\mdr{\ensuremath{\mathbb{R}}}
\DeclareMathOperator{\Bild}{Bild}
\makeatletter
\renewcommand{\flashcards@ps@back@begin@plain}
% {\vspace*{\fill}\center\flashcards@format@back}% REMOVED
{\vspace*{\fill}\flashcards@format@back}% ADDED
\makeatother
\begin{document}
\begin{flashcard}{ Tangentialebene }
{ %In Vorlesung: 17.1
@ -51,4 +57,4 @@
Man scheibt: $\kappa_\gamma(0) := \kappa_{\text{Nor}}(s, x)$
}
\end{flashcard}
\end{document}
\end{document}