diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-16 23:49:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-16 23:49:06 +0000 |
commit | 62afbf2498783f9ca3f415e2b8f9df2e22b1be43 (patch) | |
tree | 897ca7baf05f2c932074f8d2deaecdcaa63d5732 /Master/texmf-dist/tex | |
parent | 073661b413b5683c65ca049724362422a931bfd8 (diff) |
flacards update (16jan10)
git-svn-id: svn://tug.org/texlive/trunk@16751 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-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% }% |