summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/flashcards
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/flashcards')
-rw-r--r--Master/texmf-dist/tex/latex/flashcards/flashcards.cls5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/flashcards/flashcards.cls b/Master/texmf-dist/tex/latex/flashcards/flashcards.cls
index 7d209617650..76e49c05e8a 100644
--- a/Master/texmf-dist/tex/latex/flashcards/flashcards.cls
+++ b/Master/texmf-dist/tex/latex/flashcards/flashcards.cls
@@ -40,9 +40,8 @@
%% Right brace \} Tilde \~}
%%
\NeedsTeXFormat{LaTeX2e}[1996/12/01]
-\ProvidesClass{flashcards}[2000/03/14 0.1.1 (ambudge@mit.edu)]
+\ProvidesClass{flashcards}[2010/08/13 1.0.1 (matthew@debian.org)]
\RequirePackage{ifthen}
-\RequirePackage{geometry}
\LoadClass{article}
\newboolean{flashcards@dvips}\setboolean{flashcards@dvips}{false}
\newboolean{flashcards@grid}\setboolean{flashcards@grid}{false}
@@ -74,6 +73,7 @@
\OptionNotUsed}}
\ProcessOptions
\pagestyle{empty}
+\RequirePackage[\cardpaper]{geometry}
\setlength{\oddevenshift}{\oddoffset}
\addtolength{\oddevenshift}{-\evenoffset}
\addtolength{\oddoffset}{-\oddevenshift}
@@ -83,7 +83,6 @@
top=\topoffset,
left=\oddoffset,
right=\evenoffset,
- twosideshift=\oddevenshift,
bottom=0.0in,
noheadfoot}
\ifthenelse{\boolean{flashcards@dvips}}{\geometry{dvips}}{}