diff options
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf | bin | 365498 -> 365500 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/hvfloat/hvfloat-fps.sty | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/hvfloat/hvfloat.sty | 4 |
5 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/Changes b/Master/texmf-dist/doc/latex/hvfloat/Changes index 9cafb6f03ff..0893a1900fc 100644 --- a/Master/texmf-dist/doc/latex/hvfloat/Changes +++ b/Master/texmf-dist/doc/latex/hvfloat/Changes @@ -1,4 +1,5 @@ hvfloat.sty: +1.2b 2017-12-22 - added option all for hvfloat-fps 1.2a 2017-09-16 - new package for global float setting 1.2 2017-04-28 - fix bug with caption (no entry in lof) 1.1 2012-03-04 - added environment hvFloatEnv diff --git a/Master/texmf-dist/doc/latex/hvfloat/README b/Master/texmf-dist/doc/latex/hvfloat/README index afdae48dcd5..a8bcb3b5746 100644 --- a/Master/texmf-dist/doc/latex/hvfloat/README +++ b/Master/texmf-dist/doc/latex/hvfloat/README @@ -1,5 +1,5 @@ hvfloat -hv-float-fps +hv-float-fps (float placement setting) Placing figures/tables with various options, like rotating the image/table and/or caption. diff --git a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf Binary files differindex 2da95ba0692..ef686cd1bb7 100644 --- a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf +++ b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf 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 diff --git a/Master/texmf-dist/tex/latex/hvfloat/hvfloat.sty b/Master/texmf-dist/tex/latex/hvfloat/hvfloat.sty index 91ad3afb6a0..fa901ed58f8 100644 --- a/Master/texmf-dist/tex/latex/hvfloat/hvfloat.sty +++ b/Master/texmf-dist/tex/latex/hvfloat/hvfloat.sty @@ -14,8 +14,8 @@ %% DESCRIPTION: %% `hvfloat' offers rotating of captions and objects for floats %% -\def\fileversion{1.2a} -\def\filedate{2017/09/16} +\def\fileversion{1.2b} +\def\filedate{2017/12/22} \message{`hvfloat' v\fileversion, \filedate\space (Herbert Voss)} % \newif\ifhv@fbox \hv@fboxfalse |