diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/flacards/flacards.cls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/flacards/flacards.cls b/Master/texmf-dist/tex/latex/flacards/flacards.cls index 40e89a45c2c..eb7b0b1081e 100644 --- a/Master/texmf-dist/tex/latex/flacards/flacards.cls +++ b/Master/texmf-dist/tex/latex/flacards/flacards.cls @@ -165,7 +165,7 @@ \advance\@tempdimb by \textwidth\relax% \advance\@tempdimb by -\cardwidth\relax% \put(\fc@strippt\@tempdimb,-\fc@strippt\@tempdima){% -\ifdefined\fc@backgrid{true}\framebox(\fc@strippt\cardwidth,\fc@strippt\cardheight)[t]{\fc@boxcontent{b}{#2}}% +\ifdefined\fc@backgrid\framebox(\fc@strippt\cardwidth,\fc@strippt\cardheight)[t]{\fc@boxcontent{b}{#2}}% \else\makebox(\fc@strippt\cardwidth,\fc@strippt\cardheight)[t]{\fc@boxcontent{b}{#2}}% \fi% }% |