diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-14 21:40:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-14 21:40:28 +0000 |
commit | a8f6acf197d3ba49a39eb27376efaab0c6f70208 (patch) | |
tree | c2e0ba2dcc9792cc009a07e8f15d81d9ea9886b9 /Master/texmf-dist/doc/latex/hvfloat | |
parent | 3cbfe9fed1cc33f8578da323116b6729d658d5b6 (diff) |
hvfloat (14may19)
git-svn-id: svn://tug.org/texlive/trunk@51123 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvfloat')
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/Changes | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/fullpage1s2c.pdf | bin | 94193 -> 94734 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/fullpage1s2c.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf | bin | 3054752 -> 3064688 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex | 26 |
5 files changed, 29 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/Changes b/Master/texmf-dist/doc/latex/hvfloat/Changes index 7a97127a189..b64d5e14f58 100644 --- a/Master/texmf-dist/doc/latex/hvfloat/Changes +++ b/Master/texmf-dist/doc/latex/hvfloat/Changes @@ -1,4 +1,7 @@ hvfloat.sty: +2.15 2019-05-13 - added optional arguments capFormat and subcapFormat + which will pass the key values to \caption or + \subcaption from package caption/subcaption 2.14 2019-05-10 - changed floatCapSep into a dimen 2.13 2019-04-08 - fix for trailing spaces 2.12a 2019-04-04 - fix for wrong index diff --git a/Master/texmf-dist/doc/latex/hvfloat/fullpage1s2c.pdf b/Master/texmf-dist/doc/latex/hvfloat/fullpage1s2c.pdf Binary files differindex 6e9841d1b34..187dc86e4d4 100644 --- a/Master/texmf-dist/doc/latex/hvfloat/fullpage1s2c.pdf +++ b/Master/texmf-dist/doc/latex/hvfloat/fullpage1s2c.pdf diff --git a/Master/texmf-dist/doc/latex/hvfloat/fullpage1s2c.tex b/Master/texmf-dist/doc/latex/hvfloat/fullpage1s2c.tex index 11dd836028a..f4f9c5130da 100644 --- a/Master/texmf-dist/doc/latex/hvfloat/fullpage1s2c.tex +++ b/Master/texmf-dist/doc/latex/hvfloat/fullpage1s2c.tex @@ -16,7 +16,7 @@ \subsection{\texttt{fullpage}} \blindtext - +\blindtext \verb|\includegraphics[fullpage]{tiger}| \includegraphics[fullpage]{tiger} diff --git a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf Binary files differindex c64edd87566..c66afb61dfa 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 73353a7e2c5..75d47c45e70 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 1038 2019-04-07 12:15:53Z herbert $ +%% $Id: hvfloat.tex 1054 2019-05-13 08:20:11Z herbert $ \listfiles \errorcontextlines=100 \documentclass[twoside,paper=a4]{scrartcl} @@ -334,6 +334,10 @@ There are the following keywords: \Lkeyword{objectFrame} & false & put a frame with no separation around the float object.\\ \Lkeyword{style} & --- & Use a defined style\\ + +\Lkeyword{capFormat} & --- & Define formatting options for \Lcs{caption} (see documentation of package \Lpack{caption}).\\ + +\Lkeyword{subcapFormat} & --- & Define formatting options for \Lcs{subcaption}.\\ \end{xltabular} @@ -784,6 +788,26 @@ The code for figure \ref{fig:6}: ]{figure}{\frame{\includegraphics{images/rose}}}{Caption centered right beside the float}{fig:6} +\section{Caption format} +The \Lcs{caption} and \Lcs{subcaption} macros are fully under the control of the package \Lpack{caption}. +The formatting can be set with the macros \Lcs{captionsetup}, \Lcs{subcaptionsetup}, or via the optional +argument setting of \Lcs{hvFloat} with the keywords \Lkeyword{capFormat} and \Lkeyword{subcapFormat}. +The argument itself will then be used internally by \Lcs{captionsetup} and/or \Lcs{subcaptionsetup} +in a minipage, the reason why it will be local to the current image.. + +\begin{lstlisting} +\hvFloat[% + capPos=right, + capFormat={labelsep=newline,justification=RaggedRight,font={small,it},labelfont=bf} +]{figure}{\frame{\includegraphics{images/rose}}}{\blindtext}{fig:66} +\end{lstlisting} + +\Float +\hvFloat[% + capPos=right, + capFormat={labelsep=newline,justification=RaggedRight,font={small,it},labelfont=bf} +]{figure}{\frame{\includegraphics{images/rose}}}{\blindtext}{fig:66} + \section{Horizontal Position of the Float} |