texlive[62323]
commits+karl at tug.org
commits+karl at tug.org
Tue Mar 1 22:51:14 CET 2022
Revision: 62323
http://tug.org/svn/texlive?view=revision&revision=62323
Author: karl
Date: 2022-03-01 22:51:14 +0100 (Tue, 01 Mar 2022)
Log Message:
-----------
hvfloat (1mar22) (branch)
Modified Paths:
--------------
branches/branch2021.final/Master/texmf-dist/doc/latex/hvfloat/Changes
branches/branch2021.final/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf
branches/branch2021.final/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex
Modified: branches/branch2021.final/Master/texmf-dist/doc/latex/hvfloat/Changes
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/latex/hvfloat/Changes 2022-03-01 21:51:00 UTC (rev 62322)
+++ branches/branch2021.final/Master/texmf-dist/doc/latex/hvfloat/Changes 2022-03-01 21:51:14 UTC (rev 62323)
@@ -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
Modified: branches/branch2021.final/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf
===================================================================
(Binary files differ)
Modified: branches/branch2021.final/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex 2022-03-01 21:51:00 UTC (rev 62322)
+++ branches/branch2021.final/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex 2022-03-01 21:51:14 UTC (rev 62323)
@@ -2556,7 +2556,7 @@
\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 @@
\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 @@
\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 @@
\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.
More information about the tex-live-commits
mailing list.