summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hvfloat/hvfloat-fps.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/hvfloat/hvfloat-fps.sty')
-rw-r--r--Master/texmf-dist/tex/latex/hvfloat/hvfloat-fps.sty5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/hvfloat/hvfloat-fps.sty b/Master/texmf-dist/tex/latex/hvfloat/hvfloat-fps.sty
index fb58251bae9..dd0218e8322 100644
--- a/Master/texmf-dist/tex/latex/hvfloat/hvfloat-fps.sty
+++ b/Master/texmf-dist/tex/latex/hvfloat/hvfloat-fps.sty
@@ -14,14 +14,15 @@
%% DESCRIPTION:
%% `hvfloat-fps' offers global placement of floats
%%
-\def\fileversion{0.01}
-\def\filedate{2017/09/16}
+\def\fileversion{0.02}
+\def\filedate{2017/09/20}
\message{`hvfloat-fps' v\fileversion, \filedate\space (Herbert Voss)}
%
\RequirePackage{xkeyval}
%
\DeclareOptionX{figure}{\renewcommand*\fps@figure{#1}}
\DeclareOptionX{table}{\renewcommand*\fps@table{#1}}
+\DeclareOptionX{all}{\renewcommand*\fps@figure{#1}\renewcommand*\fps@table{#1}}
\ProcessOptionsX\relax
%
\endinput