diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-01 20:12:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-01 20:12:23 +0000 |
commit | 33234012a1c70fca13572aa7961a19d19aa9f56d (patch) | |
tree | a9a0e4e3bee68a4ff3d740ec8f480d23fb1ef08c /Master/texmf-dist/doc/latex | |
parent | 365894adb821246789580634457c126d7c4fe767 (diff) |
hvfloat (1may22)
git-svn-id: svn://tug.org/texlive/trunk@63201 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf | bin | 5031955 -> 5039170 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex | 22 |
3 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/Changes b/Master/texmf-dist/doc/latex/hvfloat/Changes index 5cd0c94e9d1..9976f84d270 100644 --- a/Master/texmf-dist/doc/latex/hvfloat/Changes +++ b/Master/texmf-dist/doc/latex/hvfloat/Changes @@ -1,4 +1,5 @@ hvfloat.sty: +2.39 2022-05-01 - fix for using package calc and global length setting 2.38 2022-04-02 - added option l for capWidth to get a caption with linewidth, if also using the option wide for the object 2.37 2022-02-28 - fix bug for doublepage floats in twoside and twocolumn mode diff --git a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf Binary files differindex 856cdd1ffb3..83ad56d4727 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/doc/latex/hvfloat/hvfloat.tex b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex index 820136ff360..116141dec66 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 488 2022-04-02 19:32:17Z herbert $ +%% $Id: hvfloat.tex 530 2022-05-01 11:01:31Z herbert $ \listfiles \errorcontextlines=100 \documentclass[twoside,paper=a4,usegeometry]{scrartcl} @@ -2610,7 +2610,7 @@ in the inner margin on both pages. \begin{lstlisting} -\hvFloat[doubleFULLPAGE,capPos=right,bindCorr=5mm]% +\hvFloat[doubleFULLPAGE,capPos=after,bindCorr=5mm]% {figure}% {\includegraphics[width=2\paperwidth]{images/r+j3}}% [A doublepage image with a caption on the image.]% @@ -2622,7 +2622,7 @@ in the inner margin on both pages. \end{lstlisting} \marginnote{Fig.~\ref{fig:doubleFULLPAGE0a}} - \hvFloat[doubleFULLPAGE,capPos=right,bindCorr=5mm]% + \hvFloat[doubleFULLPAGE,capPos=after,bindCorr=5mm]% {figure}% {\includegraphics[height=2\paperwidth]{images/r+j3}}% [A doublepage image with a caption on the image.]% @@ -2771,6 +2771,7 @@ There will be pagenumbers and a caption can be rotated on the right of the objec {fig:doublePAGE0} \hvblindtext +\hvblindtext \Blindtext @@ -2813,7 +2814,9 @@ and the rest of the text area is filled with text. \hvblindtext +\Blindtext +\hvblindtext \begin{lstlisting} @@ -2825,13 +2828,13 @@ and the rest of the text area is filled with text. right-hand part of the illustration. The illustration begins on the left edge of the paper. A short form is used for the LOF. The parameter is \texttt{doublePage}}% - {fig:doublePage0} + {fig:doublePage1} \end{lstlisting} \hvFloatSetDefaults -\marginnote{Fig. \ref{fig:doublePage0}} +\marginnote{Fig. \ref{fig:doublePage1}} \hvFloat[doublePage,capPos=right,capVPos=top]% {figure}% {\includegraphics[width=2\textwidth]{images/sonne-meer}}% @@ -2840,7 +2843,9 @@ and the rest of the text area is filled with text. right-hand part of the illustration. The illustration begins on the left edge of the paper. A short form is used for the LOF. The parameter is \texttt{doublePage}}% - {fig:doublePage0} + {fig:doublePage1} + +\Blindtext \Blindtext @@ -2867,7 +2872,8 @@ and the rest of the text area is filled with text. \hvFloatSetDefaults \marginnote{Fig. \ref{fig:doublePage0sH2}} -\hvFloat[doublePage,,bindCorr=inner]% +\hvFloat[doublePage,bindCorr=inner +]% {figure}% {\includegraphics[width=2\textwidth]{images/sonne-meer}}% [A doublepage image with a caption on the right side of the right part.]% @@ -2881,7 +2887,7 @@ and the rest of the text area is filled with text. \Blindtext -%\Blindtext +\Blindtext |