diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-16 00:35:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-16 00:35:31 +0000 |
commit | 633e589696b3070094a313c5cddd484571a3ea7b (patch) | |
tree | f924349d1e55705296759af506465fd4005e2e6b /Master/texmf-dist/tex/latex | |
parent | 4217b6526dc5969a75590384ceaaa4ea814fc6a0 (diff) |
trivfloat update (14aug07)
git-svn-id: svn://tug.org/texlive/trunk@4738 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/trivfloat/trivfloat.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/trivfloat/trivfloat.sty b/Master/texmf-dist/tex/latex/trivfloat/trivfloat.sty index 091b15752ff..014d2a2e6e7 100644 --- a/Master/texmf-dist/tex/latex/trivfloat/trivfloat.sty +++ b/Master/texmf-dist/tex/latex/trivfloat/trivfloat.sty @@ -14,7 +14,7 @@ %% ---------------------------------------------------------------- \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{trivfloat} - [2007/06/09 v1.0 Quick floats in LaTeX] + [2007/08/13 v1.1 Quick floats in LaTeX] \RequirePackage{float} \newcount\tfl@floatcount% \def\tfl@genext{% @@ -112,6 +112,8 @@ }% \x% }% +\DeclareOption*{\expandafter\trivfloat\expandafter{\CurrentOption}} +\ProcessOptions \endinput %% %% End of file `trivfloat.sty'. |