summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-10-03 20:33:48 +0000
committerKarl Berry <karl@freefriends.org>2024-10-03 20:33:48 +0000
commit989d388daa76bdf9649fa85b4a2ffd986785f741 (patch)
tree0b7331106502369bfd16894ef6ab5ae5ba475819 /Master/texmf-dist/doc
parentdf1620c5e4790d88ad950893453e9da0b6dbaaf3 (diff)
hvfloat (3oct24)
git-svn-id: svn://tug.org/texlive/trunk@72452 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/Changes3
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdfbin11613770 -> 11614944 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex3
3 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/Changes b/Master/texmf-dist/doc/latex/hvfloat/Changes
index ac9450c444d..a44bbdc7871 100644
--- a/Master/texmf-dist/doc/latex/hvfloat/Changes
+++ b/Master/texmf-dist/doc/latex/hvfloat/Changes
@@ -1,4 +1,7 @@
hvfloat.sty:
+2.51 2024-10-02 - added option nonFloatTopSkip, preset to 2pt like \interlineskip
+ only valid for nonFloats and caption not on top
+2.50 2024-04-06 - first try for a check on page beginning
2.49 2024-03-17 - bugfix for checkoddpage and FULLPAGE option
2.48 2024-03-03 - added option fboxLines to get patial lines of \fbox
(package fbox)
diff --git a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf
index eb14a418f5c..df6892daae9 100644
--- a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf
+++ b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex
index 169270c2d46..846f363bc1f 100644
--- a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex
+++ b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex
@@ -1,4 +1,4 @@
-%% $Id: hvfloat.tex 878 2024-03-16 20:49:50Z herbert $
+%% $Id: hvfloat.tex 1014 2024-10-03 08:22:14Z herbert $
%\listfiles
\errorcontextlines=100
\documentclass[twoside,paper=a4,usegeometry,index=totoc]{scrartcl}
@@ -401,6 +401,7 @@ There are the following keywords:
\Lkeyword{nonFloat} & false & \rowvsp The object isn't put in a floating
environment, but printed as standard text with an additional caption.
\rownl The float counter is increased as usual and can be referenced.\\
+\Lkeyword{nonFloatTopSkip} & 2pt & Skip between text and object with caption below for nonFloat objects.\\
\Lkeyword{wide} & false & \rowvsp The float can use
\Ldim{textwidth}$\,+\,$\Ldim{marginparwidth} as horizontal width.\\
\Lkeyword{inMargin} & false & \rowvsp Put object and frame into the margin.\\