summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-01 21:51:00 +0000
committerKarl Berry <karl@freefriends.org>2022-03-01 21:51:00 +0000
commit935e9b9132014e2cb75e3772dc1499c088fb3798 (patch)
treed30fe2c6a0bf957e8494ec5cbfab6c2fb8116bd4 /Master
parent59e22e13f06ba242e9a3e85cb4d49c1e1628336e (diff)
hvfloat (1mar22)
git-svn-id: svn://tug.org/texlive/trunk@62322 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/Changes2
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdfbin5744565 -> 5029031 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex8
3 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/Changes b/Master/texmf-dist/doc/latex/hvfloat/Changes
index 4084d7eb925..578c9be771e 100644
--- a/Master/texmf-dist/doc/latex/hvfloat/Changes
+++ b/Master/texmf-dist/doc/latex/hvfloat/Changes
@@ -1,4 +1,6 @@
hvfloat.sty:
+2.37 2022-02-28 - fix bug for doublepage floats in twoside and twocolumn mode
+ and captions after the image
2.36 2022-02-22 - fix bug for outer captions (was wrong)
2.35 2021-10-09 - add \parskip for vertical negative space
2.34 2021-09-23 - fix for nonFloat and forceOutput
diff --git a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf
index 79f4e6dfc98..10e1519bf17 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 44b35f8a900..70113c0a7e0 100644
--- a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex
+++ b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex
@@ -2556,7 +2556,7 @@ even page and following text will be placed \emph{before} the object.
\begin{lstlisting}
\hvFloat[doubleFULLPAGE,capPos=right,capAngle=90]%
{figure}%
- {\includegraphics[angle=90,width=2\paperwidth]{images/r+j}}%
+ {\includegraphics[width=2\paperwidth]{images/r+j2}}%
[A doublepage image with a caption on the image.]%
{A caption for a double-sided image that will be placed below the right-hand
part of the illustration. The illustration begins on the left edge of the paper.
@@ -2568,7 +2568,7 @@ even page and following text will be placed \emph{before} the object.
\marginnote{Fig.~\ref{fig:doubleFULLPAGE0}}
\hvFloat[doubleFULLPAGE,capPos=right,capAngle=90]%
{figure}%
- {\includegraphics[angle=90,height=\paperheight]{images/r+j}}%
+ {\includegraphics[height=\paperheight]{images/r+j2}}%
[A doublepage image with a caption on the image.]%
{A caption for a double-sided image that will be placed on the right-hand
part of the illustration. The illustration begins on the left edge of the paper.
@@ -2590,7 +2590,7 @@ in the inner margin on both pages.
\begin{lstlisting}
\hvFloat[doubleFULLPAGE,capPos=right,bindCorr=5mm]%
{figure}%
- {\includegraphics[angle=90,width=2\paperwidth]{images/r+j}}%
+ {\includegraphics[width=2\paperwidth]{images/r+j3}}%
[A doublepage image with a caption on the image.]%
{A caption for a double-sided image that will be placed below the right-hand
part of the illustration. The illustration begins on the left edge of the paper.
@@ -2602,7 +2602,7 @@ in the inner margin on both pages.
\marginnote{Fig.~\ref{fig:doubleFULLPAGE0a}}
\hvFloat[doubleFULLPAGE,capPos=right,bindCorr=5mm]%
{figure}%
- {\includegraphics[height=2\paperwidth,angle=90]{images/r+j}}%
+ {\includegraphics[height=2\paperwidth]{images/r+j3}}%
[A doublepage image with a caption on the image.]%
{A caption for a double-sided image that will be placed on the right-hand
part of the illustration. The illustration begins on the left edge of the paper.