2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +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

@ -53,6 +53,12 @@
} }
\allowdisplaybreaks \allowdisplaybreaks
\makeatletter
\renewcommand{\flashcards@ps@back@begin@plain}
% {\vspace*{\fill}\center\flashcards@format@back}% REMOVED
{\vspace*{\fill}\flashcards@format@back}% ADDED
\makeatother
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Begin document % % Begin document %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

View file

@ -8,6 +8,12 @@
\def\mdr{\ensuremath{\mathbb{R}}} \def\mdr{\ensuremath{\mathbb{R}}}
\DeclareMathOperator{\Bild}{Bild} \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{document}
\begin{flashcard}{ Tangentialebene } \begin{flashcard}{ Tangentialebene }
{ %In Vorlesung: 17.1 { %In Vorlesung: 17.1
@ -51,4 +57,4 @@
Man scheibt: $\kappa_\gamma(0) := \kappa_{\text{Nor}}(s, x)$ Man scheibt: $\kappa_\gamma(0) := \kappa_{\text{Nor}}(s, x)$
} }
\end{flashcard} \end{flashcard}
\end{document} \end{document}

View file

@ -1,12 +1,12 @@
\NeedsTeXFormat{LaTeX2e}[1996/12/01] \NeedsTeXFormat{LaTeX2e}[1996/12/01]
\ProvidesFile{avery5388.cfg} \ProvidesFile{avery5388.cfg}
\newcommand{\cardpaper}{a4paper} \newcommand{\cardpaper}{a4paper}
\newcommand{\cardpapermode}{portrait} \newcommand{\cardpapermode}{portrait}
\newcommand{\cardrows}{4} \newcommand{\cardrows}{4}
\newcommand{\cardcolumns}{2} \newcommand{\cardcolumns}{2}
\setlength{\cardheight}{70mm} \setlength{\cardheight}{70mm}
\setlength{\cardwidth}{100mm} \setlength{\cardwidth}{100mm}
\setlength{\topoffset}{2mm} \setlength{\topoffset}{2mm}
\setlength{\oddoffset}{5mm} \setlength{\oddoffset}{5mm}
\setlength{\evenoffset}{5mm} \setlength{\evenoffset}{5mm}
\endinput \endinput