diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-29 20:47:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-29 20:47:22 +0000 |
commit | c8c940e24e234397a463a37cedcaeb974405c53f (patch) | |
tree | b2e52ebd822c5d2477c01e01d4b89ae159d01a37 /Master/texmf-dist/tex | |
parent | 6c392cb9a5cebc8e1a75958d45ee12e9ec90d256 (diff) |
hvfloat (29apr21)
git-svn-id: svn://tug.org/texlive/trunk@59023 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/hvfloat/hvfloat.sty | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/hvfloat/hvfloat.sty b/Master/texmf-dist/tex/latex/hvfloat/hvfloat.sty index 67c4c86b8d9..1fef91099f4 100644 --- a/Master/texmf-dist/tex/latex/hvfloat/hvfloat.sty +++ b/Master/texmf-dist/tex/latex/hvfloat/hvfloat.sty @@ -1,4 +1,4 @@ -%% $Id: hvfloat.sty 55 2021-03-15 06:54:38Z herbert $ +%% $Id: hvfloat.sty 56 2021-03-15 07:20:37Z herbert $ %% %% %% IMPORTANT NOTICE: @@ -15,8 +15,8 @@ %% `hvfloat' offers rotating of captions and objects for floats %% \NeedsTeXFormat{LaTeX2e} -\def\fileversion{2.19} -\def\filedate{2021/03/15} +\def\fileversion{2.20} +\def\filedate{2021/04/29} \message{`hvfloat' v\fileversion, \filedate\space (Herbert Voss)} \ProvidesPackage{hvfloat}[\filedate\ rotating of floating objects] \let\hvFloatFileVersion\fileversion @@ -166,6 +166,7 @@ \let\hvFloatSet\hv@set % \def\defhvstyle#1#2{\@namedef{hv@#1}{#2}} +\let\hvDefFloatStyle\defhvstyle % better name % \newcommand{\setDefaults}{% \hv@set{% @@ -179,6 +180,9 @@ capFormat={}, subcapFormat={}, }% } + +\let\hvFloatSetDefaults\setDefaults + \newcommand\reset@special@float{% \hv@set{subFloat=false,%fullpage=false, multiFloat=false,%FULLPAGE=false |