summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hvfloat
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/hvfloat
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvfloat')
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/VERSION-1.10
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/bateaux.jpgbin0 -> 45694 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdfbin0 -> 252846 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex545
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/rose.eps717
-rw-r--r--Master/texmf-dist/doc/latex/hvfloat/rose.pngbin0 -> 2493 bytes
6 files changed, 1262 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/VERSION-1.1 b/Master/texmf-dist/doc/latex/hvfloat/VERSION-1.1
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hvfloat/VERSION-1.1
diff --git a/Master/texmf-dist/doc/latex/hvfloat/bateaux.jpg b/Master/texmf-dist/doc/latex/hvfloat/bateaux.jpg
new file mode 100644
index 00000000000..bbf5485f076
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hvfloat/bateaux.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.pdf
new file mode 100644
index 00000000000..d4af55ebc8d
--- /dev/null
+++ 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
new file mode 100644
index 00000000000..1e743f5e6b4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex
@@ -0,0 +1,545 @@
+\listfiles
+\documentclass{article}
+\usepackage[T1]{fontenc}
+\usepackage[latin1]{inputenc}
+%\usepackage{mathptmx}
+%\usepackage[scaled=0.92]{helvet}
+\usepackage{courier}
+\usepackage{comment}
+\usepackage{listings}
+%
+\lstset{%
+ language=[LaTeX]TeX,%
+ showstringspaces=false,%
+ tabsize=5,%
+% frame={tb},%
+% lineskip=-1pt,%
+ extendedchars=true,%
+ basicstyle={\footnotesize\ttfamily},%
+ numbers=left,%
+ stepnumber=1,%
+ numberstyle=\tiny,%
+% xleftmargin=2em,%
+ breaklines=true}
+%
+\usepackage[fbox]{hvfloat}
+\usepackage{graphicx}
+\usepackage{url}
+\usepackage{tabularx}
+\usepackage{lscape}
+\usepackage{multicol}
+\usepackage[pdftitle={hvfloat - Rotating Objects and Captions}, pdfauthor={Herbert Voß}, urlcolor=blue, linktocpage, a4paper, colorlinks=true]{hyperref}
+%
+\newcommand{\CMD}[1]{{\small\ttfamily\textbackslash{}#1}}
+\newcommand{\ENV}[1]{{\small\ttfamily#1} Environment}
+%
+\begin{document}
+\title{Package \texttt{hvfloat}\\Rotating Objects and Captions\\ver 1.0}
+\author{Herbert Voß\thanks{\protect\url{voss@perce.de}}}
+\date{\today}
+\maketitle
+
+\begin{abstract}
+This \texttt{hvfloat.sty} defines a macro to place objects and captions of floats in different positions with different rotating angles.
+
+All objects and captions are framed, which is only for demonstration here and has no additional sense.
+\end{abstract}
+\vfill
+
+\hvFloat[%
+ nonFloat=true,%
+ capWidth=0.5,%
+ capPos=r,%
+ objectAngle=120,%
+ capAngle=-210,%
+ objectPos=c%
+]{figure}{\fbox{\includegraphics[scale=0.9]{rose}}}{\fbox{What a nice Caption :-)}}{}
+
+\vspace*{\fill}
+
+\clearpage
+
+
+\tableofcontents
+\listoffigures
+
+\clearpage
+\section{The Package Options}
+
+\noindent\begin{tabularx}{\textwidth}{lX}
+\textbf{\small\texttt{fbox}} & The objects and captions are put into a \CMD{fbox} command, like in this documentation. This doesn't make real sense and is only for some demonstration useful.
+\end{tabularx}
+
+The length \CMD{belowcaptionskip} is set by \LaTeX{} to 0pt and changed in \texttt{hvfloat} to the same value than \CMD{abovecaptionskip}. This length can be changed to another value in the usual way with \CMD{setlength} or \CMD{addtolength}.
+
+\section{The Macros}
+The syntax for the \CMD{hvFloat} macro is
+{\small\begin{verbatim}
+\hvFloat[<options>]%
+ {<float type>}%
+ {<floating object>}%
+ [<short caption>]{<long caption>}%
+ {<label>}
+\end{verbatim}}
+
+If the second parameter \texttt{<float type>} is empty, then \texttt{hvfloat} switches by default to a nonfloat (see table \ref{tab:options}) object, which is not imprtant for the user. All other parameters may also be empty and the short caption as second optional parameter missing. This one is as usual the caption for the \verb|listoffigures|.
+
+There are some more macros defined, more or less for internally use in \texttt{hvfloat}, but they can be used for own purposes.
+
+{\small\begin{verbatim}
+\figcaption[<short caption text>]{<caption text>}
+\tabcaption[<short caption text>]{<caption text>}
+\end{verbatim}}
+
+They are used for the nonfloat option, where these macros write captions in the same way but outside of a float environment. The default caption cannot be used here. It is no problem to use the \CMD{tabcaption} command to place a caption anywhere, like here in an inlined mode: \tabcaption[The Caption without sense ...]{A Caption without any sense and any object}\label{dummy} A label can be put inside the argument or after the command in the usual way, so that a reference to the not existing table \ref{dummy} is no problem.
+
+{\small\begin{verbatim}
+[...] It is no problem to use the \verb|\tabcaption| command to
+place a caption anywhere, like here in an inlined mode:
+\tabcaption[The Caption without sense ...]{A Caption without any
+sense and any object}\label{dummy} A label can be put inside the
+argument or after the command in the usual way, so that a
+reference to the not existing table \ref{dummy} is no problem.
+\end{verbatim}}
+
+\clearpage
+\subsection{The Options}
+There are following options:\\[1ex]
+\begin{table}[!htb]
+\caption{The Options for the Macro \texttt{hvFloat}}\label{tab:options}
+\begin{tabularx}{\textwidth}{lcX}
+Option & Default &Description\\\hline
+\texttt{floatPos} & \texttt{htb} & This is the same placement option like the one from the floats.\\
+\texttt{rotAngle} & 0& The value for the angle if both, the object and the caption should be rotated in the same way.\\
+
+\texttt{capWidth} & 0.8& The width of the caption. Can be "\texttt{w}" for the width of the object or "\texttt{h}" for the height of the object or a scale for \verb|\columnwidth|.\\
+
+\texttt{capAngle} & 0 & The value for the angle if the caption should be rotated. Counted anti clockwise.\\
+
+\texttt{capPos}& \texttt{b}& The position of the caption relative to the object. Possible values are (\textbf{l})eft|(\textbf{b})ottom|(\textbf{t})op|(\textbf{r})ight.\\
+
+\texttt{capVPos}& \texttt{c}& This is only important for \texttt{capPos=l|r}. Only in this case the caption can vertically placed at the (\textbf{b})ottom|(\textbf{c})enter|(\textbf{t})op.\\
+
+\texttt{objectPos} & \texttt{c} & The horizontalplacement of the object relative to the document. Possible values are (\textbf{l})eft|(\textbf{c})enter|(\textbf{r})ight.\\
+
+\texttt{objectAngle} & 0 & The value for the angle if the object should be rotated. Counted anti clockwise.\\
+
+\texttt{floatCapSep} & 5 & The additional width between the object and a left or right placed caption. The default unit is \texttt{pt}.\\
+
+\texttt{useOBox} & \texttt{false} & Instead of passing the object as parameter to the \texttt{hvFloat}, the contents maybe saved in the box \texttt{\textbackslash hvOBox} With \texttt{useOBox=true} the contents of this box will be used.\\
+
+\texttt{nonFloat} & \texttt{false} & The object isn't put in a floating environment. It is printed as standard text with an additional caption. The float counters are increased as usual and can be referenced.
+\end{tabularx}
+\end{table}
+
+\section{The Default Use of Floating Environments}
+In this case there is no essential difference to the well known \texttt{figure} or \texttt{table} environment, f.ex.:
+
+{\small\begin{verbatim}
+\begin{figure}
+... object ...
+\caption{...}% caption below the object
+\end{figure}
+\end{verbatim}}
+
+
+\hvFloat{figure}{\includegraphics{rose}}{Without any Options (only the \texttt{fbox} package option)}{fig:0}
+
+Code for figure \ref{fig:0}:
+\begin{lstlisting}
+\hvFloat{figure}{\includegraphics{rose}}{Without any Options (only the \texttt{fbox} package option)}{fig:0}
+\end{lstlisting}
+
+
+\hvFloat[capPos=t]{figure}{%
+ \begin{tabularx}{\textwidth}{l|l|X}
+ Name & Type & Description\\\hline
+ \texttt{hvFloat} & command & places object and caption in different ways\\
+ \texttt{figcaption} & command & writes a figure caption in a non floating environment\\
+ \texttt{tabcaption} & command & writes a table caption in a non floating environment\\
+ \texttt{setDefaults} & command & sets all options to the defaults
+ \end{tabularx}%
+}[Caption on top of a table]{With the only Option \texttt{capPos=t} to place the caption on top of the table, which is often the default}{tab:0}
+
+Code for table \ref{tab:0}:
+\begin{lstlisting}[xrightmargin=-8em,xleftmargin=-3em]
+\hvFloat[capPos=t]{figure}{%
+ \begin{tabularx}{\textwidth}{l|l|X}
+ Name & Type & Description\\\hline
+ \CMD{hvFloat} & command & places object and caption in different ways\\
+ \CMD{figcaption} & command & writes a figure caption in a non floating environment\\
+ \CMD{tabcaption} & command & writes a table caption in a non floating environment\\
+ \CMD{setDefaults} & command & sets all options to the defaults
+ \end{tabularx}%
+}{With the only Option \texttt{capPos=t} to place the caption on top of the table, which is often the default}{tab:0}
+\end{lstlisting}
+
+See section \ref{sec:tables} for some more informations about tabulars as objects.
+
+\section{Caption Right or Left}
+\hvFloat[%
+ floatPos=htb,%
+ capWidth=0.5,% of \columnwidth
+ capPos=r,%
+ capVPos=c,%
+ objectPos=c]{figure}{\includegraphics{rose}}%
+ [Caption beside object and vertically centered]{%
+ Caption vertically centered right beside the float with a caption width of \texttt{0.5\textbackslash columnwidth} and \texttt{floatcapsep=5pt} (the default)}{fig:1}
+
+Code for figure \ref{fig:1}:
+\begin{lstlisting}
+\hvFloat[%
+ floatPos=htb,%
+ capWidth=0.5,% of \columnwidth
+ capPos=r,%
+ capVPos=c,%
+ objectPos=c]{figure}{\includegraphics{rose}}%
+ [Caption beside object and vertically centered]{%
+ Caption vertically centered right beside the float with a caption width of \texttt{0.5\textbackslash columnwidth} and \texttt{floatcapsep=5pt} (the default)}{fig:1}
+\end{lstlisting}
+
+
+\subsection{Caption Right and Rotated}
+\hvFloat[%
+ floatPos=htb,%
+ capWidth=h,% of \columnwidth
+ capPos=r,%
+ capAngle=90,%
+ capVPos=c,%
+ objectPos=c]{figure}{\includegraphics{rose}}%
+ [Centered Caption beside Object]{%
+ Caption vertically centered right beside the float with a caption width of \texttt{0.5\textbackslash columnwidth} and \texttt{floatcapsep=5pt} (the default)}{fig:2}
+
+Code for figure \ref{fig:2}:
+\begin{lstlisting}
+\hvFloat[%
+ floatPos=htb,%
+ capWidth=h,% of \columnwidth
+ capPos=r,%
+ capAngle=90,%
+ capVPos=c,%
+ objectPos=c]{figure}{\includegraphics{rose}}%
+ [Centered Caption beside Object]{%
+ Caption vertically centered right beside the float with a caption width of \texttt{0.5\textbackslash columnwidth} and \texttt{floatcapsep=5pt} (the default)}{fig:2}
+\end{lstlisting}
+
+It is no problem to rotate the object, too. But with a different angle value than for the caption. Do not ask for the sense, it is only a demonstration of what is possible ... The object (image) is rotated by $-30$ degrees with the \verb|rotatebox| makro.
+
+\hvFloat[%
+ floatPos=htb,%
+ capWidth=h,% of \columnwidth
+ capPos=r,%
+ capAngle=180,%
+ objectAngle=-30,%
+ capVPos=c,%
+ objectPos=c]{figure}{\fbox{\includegraphics{rose}}}
+ [Centered Caption beside Object]{%
+ Caption vertically centered right beside the float with a caption width of the height of the image and \texttt{floatcapsep=5pt} (the default)}{fig:3}
+
+Code for figure \ref{fig:3}:
+\begin{lstlisting}
+\hvFloat[%
+ floatPos=htb,%
+ capWidth=h
+ capPos=r,%
+ capAngle=180,%
+ objectAngle=-30,%
+ capVPos=c,%
+ objectPos=c]{figure}{\fbox{\includegraphics{rose}}}%
+ [Centered Caption beside Object]{%
+ Caption vertically centered right beside the float with a caption width of the height of the image and \texttt{floatcapsep=5pt} (the default)}{fig:3}
+\end{lstlisting}
+
+\section{Vertical Position of the Caption}
+The caption can be placed beside the object in the psoitions
+\begin{verbatim}
+(c)enter|(b)ottom|(t)op
+\end{verbatim}
+
+\hvFloat[%
+ floatPos=htb,%
+ capWidth=0.25,%
+ capPos=r,%
+ capVPos=b,%
+]{figure}{\includegraphics{rose}}{Caption at bottom right beside the float}{fig:4}
+
+The code for figure \ref{fig:4}:
+\begin{lstlisting}
+\hvFloat[%
+ floatPos=htb,%
+ capWidth=0.25,%
+ capPos=r,%
+ capVPos=b,%
+]{figure}{\includegraphics{rose}}{Caption at bottom right beside the float}{fig:4}
+\end{lstlisting}
+
+
+\hvFloat[%
+ floatPos=htb,%
+ capWidth=0.25,%
+ capPos=l,%
+ capVPos=t,%
+]{figure}{\includegraphics{rose}}{Caption at top left beside the float}{fig:5}
+
+The code for figure \ref{fig:5}:
+\begin{lstlisting}
+\hvFloat[%
+ floatPos=htb,%
+ capWidth=0.25,%
+ capPos=r,%
+ capVPos=t,%
+]{figure}{\includegraphics{rose}}{Caption at top left beside the float}{fig:5}
+\end{lstlisting}
+
+\hvFloat[%
+ capWidth=0.25,%
+ capPos=r,%
+ capVPos=c,% the default
+]{figure}{\includegraphics{rose}}{Caption centered right beside the float}{fig:6}
+
+The code for figure \ref{fig:6}:
+\begin{lstlisting}
+\hvFloat[%
+ capWidth=0.25,%
+ capPos=r,%
+ capVPos=c,% the default
+]{figure}{\includegraphics{rose}}{Caption centered right beside the float}{fig:6}
+\end{lstlisting}
+
+\section{Horizontal Position of the Float}
+
+\hvFloat[%
+ capWidth=0.25,%
+ capPos=r,%
+ capVPos=t,%
+ objectPos=l,%
+]{figure}{\includegraphics{rose}}{%
+ Caption at top right beside the float and object position left}{fig:7}
+
+The code for figure \ref{fig:7}:
+\begin{lstlisting}
+\hvFloat[%
+ capWidth=0.25,%
+ capPos=r,%
+ capVPos=t,%
+ objectPos=l,%
+]{figure}{\includegraphics{rose}}{%
+ Caption at top right beside the float and object position left}{fig:7}
+\end{lstlisting}
+
+
+\hvFloat[%
+ capWidth=0.25,%
+ capPos=l,%
+ capVPos=t,%
+ objectPos=r,%
+]{figure}{\includegraphics{rose}}{%
+ Caption at top left beside the float and object position right}{fig:8}
+
+The code for figure \ref{fig:8}:
+\begin{lstlisting}
+\hvFloat[%
+ capWidth=0.25,%
+ capPos=l,%
+ capVPos=t,%
+ objectPos=r,%
+]{figure}{\includegraphics{rose}}{%
+ Caption at top leftt beside the float and object position right}{fig:8}
+\end{lstlisting}
+
+\section{Full Page Width in Landscape Mode}
+If you do not want to load the \texttt{lscape} package you can use the \texttt{floatPos=p} option to put the image on an own page and rotated by 90 degrees (figure \ref{fig:9}).
+
+Code for figure \ref{fig:9}:
+\begin{lstlisting}
+\hvFloat[%
+ floatPos=p,%
+ capWidth=1,%
+ capPos=b,%
+ rotAngle=90,%
+ objectPos=c%
+]{figure}{\includegraphics[width=0.9\textheight]{bateaux}}{%
+ Caption at top right beside the float and object position right}{fig:9}
+\end{lstlisting}
+
+The float can also be put to the left or to the right (above/below in landscape) with the \texttt{objectPos=l} parameter
+
+\hvFloat[%
+ floatPos=p,%
+ capWidth=1,%
+ capPos=t,%
+ rotAngle=90,%
+ objectPos=c%
+]{figure}{\includegraphics[width=\textheight]{bateaux}}{%
+ Caption at top and together with the object rotated}{fig:9}
+
+
+
+\hvFloat[%
+ floatPos=p,%
+ capWidth=h,%
+ capPos=r,%
+ objectAngle=90,%
+ capAngle=-90,%
+ objectPos=l%
+]{figure}{\includegraphics[width=\textheight]{bateaux}}%
+ [Rotated Caption]{%
+ Caption right beside the float and object position left. The caption rotated by $-90$ degrees}{fig:10}
+
+The code for figure \ref{fig:10}:
+\begin{lstlisting}
+\hvFloat[%
+ floatPos=p,%
+ capWidth=h,%
+ capPos=r,%
+ objectAngle=90,%
+ capAngle=-90,%
+ objectPos=l%
+]{figure}{\includegraphics[width=\textheight]{bateaux}}%
+ [Rotated Caption]{%
+ Caption right beside the float and object position left. The caption rotated by $-90$ degrees}{fig:10}
+\end{lstlisting}
+
+
+
+\section{The \texttt{nonfloat} Option}
+Sometimes it is better to put a "float" in a specific position of the page. This is possible with the \texttt{nonfloat} package and the option \texttt{nonFloat=true}.
+
+\begin{lstlisting}
+\hvFloat[%
+ nonFloat=true,%
+ capWidth=0.25,%
+ capPos=r,%
+ capVPos=b,%
+ objectPos=c,%
+]{figure}{\includegraphics{rose}}%
+ [Nonfloat Captions]{%
+ Caption of a "nonfloat" Object, using the \texttt{nonfloat} Package}{fig:11}
+\end{lstlisting}
+
+\hvFloat[%
+ nonFloat=true,%
+ capWidth=0.25,%
+ capPos=r,%
+ capVPos=b,%
+ objectPos=c,%
+]{figure}{\includegraphics{rose}}%
+ [Nonfloat Captions]{%
+ Caption of a "nonfloat" Object, using the \texttt{nonfloat} Package}{fig:11}
+
+\bigskip
+The image \ref{fig:11} is exactly placed where the \texttt{hvFloat} command appears. There are only commands for \texttt{figure} and \texttt{table} environments:
+
+\begin{lstlisting}
+\newcommand{\figcaption}{\def\@captype{figure}\caption}
+\newcommand{\tabcaption}{\def\@captype{table}\caption}
+\end{lstlisting}
+
+But it is no problem, to define more \texttt{xxxcaption} commands to support other with the \texttt{float} package defined new floats.
+
+\section{Tables as Objects}\label{sec:tables}
+The object has to be passed as an parameter to the \texttt{hvFloat} macro. This is no problem with images but maybe with tables, so it is easier to use the box \texttt{\textbackslash hvOBox} to save the table in this box and pass it then to \texttt{hvFloat} with the \texttt{useOBox} option. For example see table \ref{table:1} and \ref{table:2}:
+
+\savebox{\hvOBox}{%
+\begin{tabular}{l|l|l}
+ Name & Type & Description\\\hline
+\texttt{hvFloat} & command & places object and caption in different ways\\
+\texttt{figcaption} & command & writes a figure caption in a non floating environment\\
+\texttt{tabcaption} & command & writes a table caption in a non floating environment\\
+\texttt{setDefaults} & command & sets all options to the defaults
+\end{tabular}
+}
+
+
+\begin{lstlisting}[xrightmargin=-8em,xleftmargin=-3em]
+\begin{tabular}{l|l|l}
+ Name & Type & Description\\\hline
+ \texttt{hvFloat} & command & places object and caption in different ways\\
+ \texttt{figcaption} & command & writes a figure caption in a non floating environment\\
+ \texttt{tabcaption} & command & writes a table caption in a non floating environment\\
+ \texttt{setDefaults} & command & sets all options to the defaults
+\end{tabular}
+}
+\end{lstlisting}
+
+The code for table \ref{table:1} and \ref{table:2} is:
+\begin{lstlisting}[xrightmargin=-7em,xleftmargin=-3em]
+\hvFloat[%
+ floatPos=!hb,%
+ useOBox=true]{table}{}{Demonstration of the \texttt{useOBox} Parameter}{table:1}
+
+\hvFloat[%
+ floatPos=hb,%
+ useOBox=true,%
+ objectAngle=90,%
+ capPos=r,%
+ capVPos=t,%
+ capWidth=0.3]{table}{}{Demonstration of the \texttt{useOBox} Parameter}{table:2}
+\end{lstlisting}
+
+In this case leave the third parameter empty.
+
+\hvFloat[%
+ floatPos=!hb,%
+ useOBox=true]{table}{}{Demonstration of the \texttt{useOBox} Parameter}{table:1}
+
+\hvFloat[%
+ floatPos=!htb,%
+ useOBox=true,%
+ objectAngle=90,%
+ capPos=r,%
+ capVPos=t,%
+ capWidth=0.3]{table}{}{Demonstration of the \texttt{useOBox} Parameter}{table:2}
+
+
+\section{Text and Objects}\label{sec:text}
+
+With the \texttt{onlyText} option it is no problem to put some text beside an image without getting the caption titels figue/table. The object still can be a floating one or a nonfloating if the \texttt{nonfloat} is used.
+
+\hvFloat[%
+ onlyText=true,%
+ capAngle=90,%
+ capPos=r,%
+ capVPos=t,%
+ capWidth=h]{}{\includegraphics{rose}}%
+ ["\texttt{onlyText}" Caption]{%
+ Demonstration of the \texttt{onlyText} Parameter, which makes it
+ possible to put some text beside a floating object without getting
+ a starting \texttt{Figure:} or \texttt{Table:}}{fig:text}
+
+The code for figure \ref{fig:text}:
+
+
+\begin{lstlisting}
+\hvFloat[%
+ onlyText=true,%
+ capAngle=90,%
+ capPos=r,%
+ capVPos=t,%
+ capWidth=h]{}{\includegraphics{rose}}%
+ ["\texttt{onlyText}" Caption]{%
+ Demonstration of the \texttt{onlyText} Parameter, which makes it
+ possible to put some text beside a floating object without getting
+ a starting \texttt{Figure:} or \texttt{Table:}}{fig:text}
+\end{lstlisting}
+
+
+\appendix
+\section{Problems}
+\begin{itemize}
+\item[] With the \texttt{nonfloat} option all objects are left aligned, \verb|\centering| doesn't work here. Only God knows why ...\hfill \textbf{solved!}
+\item[] Optional Arguments for a short caption doesn't work for the \verb|nonfloat| option.\hfill \textbf{solved!}
+\end{itemize}
+
+\section{To Do}
+\begin{itemize}
+\item[] Using the \texttt{float} package to create by default a new \ENV{float}, when the one which is passed to \CMD{hvfloat} is not defined.
+\end{itemize}
+
+
+\section{The Package Source}
+\lstinputlisting[basicstyle=\ttfamily\footnotesize,tabsize=3]{hvfloat.sty}
+
+
+\end{document}
+
diff --git a/Master/texmf-dist/doc/latex/hvfloat/rose.eps b/Master/texmf-dist/doc/latex/hvfloat/rose.eps
new file mode 100644
index 00000000000..ef14f639e47
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hvfloat/rose.eps
@@ -0,0 +1,717 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: (ImageMagick)
+%%Title: (rose.eps)
+%%CreationDate: (Wed Apr 23 19:37:33 2003)
+%%BoundingBox: 0 0 107 133
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 1
+%%Pages: 1
+%%EndComments
+
+%%BeginDefaults
+%%EndDefaults
+
+%%BeginProlog
+%
+% Display a color image. The image is displayed in color on
+% Postscript viewers or printers that support color, otherwise
+% it is displayed as grayscale.
+%
+/DirectClassPacket
+{
+ %
+ % Get a DirectClass packet.
+ %
+ % Parameters:
+ % red.
+ % green.
+ % blue.
+ % length: number of pixels minus one of this color (optional).
+ %
+ currentfile color_packet readhexstring pop pop
+ compression 0 eq
+ {
+ /number_pixels 3 def
+ }
+ {
+ currentfile byte readhexstring pop 0 get
+ /number_pixels exch 1 add 3 mul def
+ } ifelse
+ 0 3 number_pixels 1 sub
+ {
+ pixels exch color_packet putinterval
+ } for
+ pixels 0 number_pixels getinterval
+} bind def
+
+/DirectClassImage
+{
+ %
+ % Display a DirectClass image.
+ %
+ systemdict /colorimage known
+ {
+ columns rows 8
+ [
+ columns 0 0
+ rows neg 0 rows
+ ]
+ { DirectClassPacket } false 3 colorimage
+ }
+ {
+ %
+ % No colorimage operator; convert to grayscale.
+ %
+ columns rows 8
+ [
+ columns 0 0
+ rows neg 0 rows
+ ]
+ { GrayDirectClassPacket } image
+ } ifelse
+} bind def
+
+/GrayDirectClassPacket
+{
+ %
+ % Get a DirectClass packet; convert to grayscale.
+ %
+ % Parameters:
+ % red
+ % green
+ % blue
+ % length: number of pixels minus one of this color (optional).
+ %
+ currentfile color_packet readhexstring pop pop
+ color_packet 0 get 0.299 mul
+ color_packet 1 get 0.587 mul add
+ color_packet 2 get 0.114 mul add
+ cvi
+ /gray_packet exch def
+ compression 0 eq
+ {
+ /number_pixels 1 def
+ }
+ {
+ currentfile byte readhexstring pop 0 get
+ /number_pixels exch 1 add def
+ } ifelse
+ 0 1 number_pixels 1 sub
+ {
+ pixels exch gray_packet put
+ } for
+ pixels 0 number_pixels getinterval
+} bind def
+
+/GrayPseudoClassPacket
+{
+ %
+ % Get a PseudoClass packet; convert to grayscale.
+ %
+ % Parameters:
+ % index: index into the colormap.
+ % length: number of pixels minus one of this color (optional).
+ %
+ currentfile byte readhexstring pop 0 get
+ /offset exch 3 mul def
+ /color_packet colormap offset 3 getinterval def
+ color_packet 0 get 0.299 mul
+ color_packet 1 get 0.587 mul add
+ color_packet 2 get 0.114 mul add
+ cvi
+ /gray_packet exch def
+ compression 0 eq
+ {
+ /number_pixels 1 def
+ }
+ {
+ currentfile byte readhexstring pop 0 get
+ /number_pixels exch 1 add def
+ } ifelse
+ 0 1 number_pixels 1 sub
+ {
+ pixels exch gray_packet put
+ } for
+ pixels 0 number_pixels getinterval
+} bind def
+
+/PseudoClassPacket
+{
+ %
+ % Get a PseudoClass packet.
+ %
+ % Parameters:
+ % index: index into the colormap.
+ % length: number of pixels minus one of this color (optional).
+ %
+ currentfile byte readhexstring pop 0 get
+ /offset exch 3 mul def
+ /color_packet colormap offset 3 getinterval def
+ compression 0 eq
+ {
+ /number_pixels 3 def
+ }
+ {
+ currentfile byte readhexstring pop 0 get
+ /number_pixels exch 1 add 3 mul def
+ } ifelse
+ 0 3 number_pixels 1 sub
+ {
+ pixels exch color_packet putinterval
+ } for
+ pixels 0 number_pixels getinterval
+} bind def
+
+/PseudoClassImage
+{
+ %
+ % Display a PseudoClass image.
+ %
+ % Parameters:
+ % class: 0-PseudoClass or 1-Grayscale.
+ %
+ currentfile buffer readline pop
+ token pop /class exch def pop
+ class 0 gt
+ {
+ currentfile buffer readline pop
+ token pop /depth exch def pop
+ /grays columns 8 add depth sub depth mul 8 idiv string def
+ columns rows depth
+ [
+ columns 0 0
+ rows neg 0 rows
+ ]
+ { currentfile grays readhexstring pop } image
+ }
+ {
+ %
+ % Parameters:
+ % colors: number of colors in the colormap.
+ % colormap: red, green, blue color packets.
+ %
+ currentfile buffer readline pop
+ token pop /colors exch def pop
+ /colors colors 3 mul def
+ /colormap colors string def
+ currentfile colormap readhexstring pop pop
+ systemdict /colorimage known
+ {
+ columns rows 8
+ [
+ columns 0 0
+ rows neg 0 rows
+ ]
+ { PseudoClassPacket } false 3 colorimage
+ }
+ {
+ %
+ % No colorimage operator; convert to grayscale.
+ %
+ columns rows 8
+ [
+ columns 0 0
+ rows neg 0 rows
+ ]
+ { GrayPseudoClassPacket } image
+ } ifelse
+ } ifelse
+} bind def
+
+/DisplayImage
+{
+ %
+ % Display a DirectClass or PseudoClass image.
+ %
+ % Parameters:
+ % x & y translation.
+ % x & y scale.
+ % label pointsize.
+ % image label.
+ % image columns & rows.
+ % class: 0-DirectClass or 1-PseudoClass.
+ % compression: 0-none or 1-RunlengthEncoded.
+ % hex color packets.
+ %
+ gsave
+ /buffer 512 string def
+ /byte 1 string def
+ /color_packet 3 string def
+ /pixels 768 string def
+
+ currentfile buffer readline pop
+ token pop /x exch def
+ token pop /y exch def pop
+ x y translate
+ currentfile buffer readline pop
+ token pop /x exch def
+ token pop /y exch def pop
+ currentfile buffer readline pop
+ token pop /pointsize exch def pop
+ /Times-Roman findfont pointsize scalefont setfont
+ x y scale
+ currentfile buffer readline pop
+ token pop /columns exch def
+ token pop /rows exch def pop
+ currentfile buffer readline pop
+ token pop /class exch def pop
+ currentfile buffer readline pop
+ token pop /compression exch def pop
+ class 0 gt { PseudoClassImage } { DirectClassImage } ifelse
+ grestore
+} bind def
+%%EndProlog
+%%Page: 1 1
+%%PageBoundingBox: 0 0 107 133
+userdict begin
+DisplayImage
+0 0
+107 133
+12.000000
+107 133
+1
+0
+0
+42
+F8FCF8
+707470
+E8ECE8
+D8DCD8
+A8A8A8
+C8CCC8
+989898
+B8B8B8
+888888
+F80000
+A0A0A0
+A8ACA8
+686868
+707070
+888C88
+808480
+C0C0C0
+686C68
+505050
+606460
+A0A4A0
+909490
+606060
+505450
+484848
+B8BCB8
+989C98
+404040
+404440
+585C58
+B0B0B0
+585858
+383838
+787878
+202020
+484C48
+383C38
+787C78
+008800
+282828
+303030
+101010
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000010102030000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000405030607010605000003010606010402
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000501080105000206050909020408080A0B0C0609090900020806
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000060009000404010009090806020A0D080607010909090909090703
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+00000000000201010909090E0F0710000908020006110909090909090908060009090403
+070601040300000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000800090909091201000800090809090606090909090909090903080909130705
+000002070102000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000005040009090900010800080009010906020100040107070404090901090900000909
+090909000607000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+02060909090909020405070509090609010008000A0A0000000807040108140209090909
+090909090506000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000002060804
+090909090009080000080008060209150809000601000909090000050107130909090909
+090909000504000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000808020909
+090009090405090006050704030916000903040100090909090901001717030909090002
+070000060300000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000204090009
+0909040509090006040E0001090406090600070004061809000100060806000902060607
+120500060102000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000009090909
+0008000900020608020612090005050803070603000511190400081A1B06080703000007
+080009020800000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000109090909
+0700090003010909000F0609090115010001090909011B0004080603000000090904030D
+080900060302000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000080809090904
+0009090000120909040100090909010006090909061C0C11050909090909090904000100
+090900040100000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000006020809090602
+09090900010909120F0500000909011909090900041D0000090909000208070003080004
+090003040000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000008040909000801
+01061212070303011E09090909001309090000010804041F1D0D0C0602040606030C1500
+051F04080400000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000506080606040701090909090900
+000002060909090407070909090005010807150C01030000031F01080F01041D060F0106
+000000030400000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000206090909030002011209090909090909
+0909120D20091F05010206211722130108070000060D0C21040603020608020223000309
+090900080000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000002080401090909000004080606241F05000906010706
+060000000007130206060B0C05000701040107070F0A0D1D070704020005080D25000900
+090513000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000800090909000909090300000909020A08180500000909
+090909000600010002010606030909070805000005040701010707251306040600090909
+040208000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000010909000909090F00090909090009090909050600090000
+00090901000307090002070D090909000701060402070301040603000506000900090809
+09041A000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000004090909090508150209090909090909090900060209000909
+090908060008090009000209090909090000080605060000000301040909090909090909
+060800000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000700050605000600040801040101070104000002060909090000
+090001000909090009090509090909131301060806030108080009090904090909000906
+060000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000002010504000005040000000003060708060000090901000909090909
+0003060909090909090902010606080C0700090909090909090908000909090909090406
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000002130707070E00090009000109090909090909090807000909090900
+0008090900040809090909090900000609090909090909090400080D1D0F000909000707
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000010009090909070900090909000909090308060500090909
+080909090000050608090909090806050009090909080200081906000802090900090400
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000001000909090504090009000009090909090909090106000909
+0609090909090000020604140604182509011D010604010201000000011A090909100000
+000000000000000000000000000000000000000000000401040500000000000000000000
+000000000000000000000600090009000809000909090909090900000909090206070909
+0105000909090204080C2002000003010700050402070501000909050109040604000000
+000000000000000000000000000000000000030106032626260605000000000000000000
+000000000000000000020800090900040309090909090900090909090909090905060909
+040800070909020000020109090900030707031302070709090000020604070000000000
+000000000000000000000000000000000104262626262626260802000000000000000000
+000000000000000000020105090000010009090909090909090909090909090902080909
+090405000009090900000900090909090000020803000009000909000800000000000000
+000000000002060000000000051708040326262626262626000600000000000000000000
+000000000000000000000401050005040009090909050409000909090009090002080603
+000009090909090106010909090009090900000708000909000905070000000000000000
+00000000010100000000051C040500262626262626002600010000000002000000000000
+00000000000000000000000508081E080400030401070909090909090909000307000408
+040705000006020618090909090909090909090206060909090400000000000000000000
+000000040100000008060000262626262626260007000002060701070408000000000000
+000000000000000000000000000000030807030705090909090909090906170309090909
+0909090909090006080700090900090900090902150B0909060000000000000000000000
+000008080606010605262626260307002626000603000000002626000204000000000000
+00000000001306011C080300000000000000000105090909090906080801000900000000
+000000090900010003010209090909090909080001090908000000000000000000000000
+000800262626262626262626000602262626000800002626262626000406000000000000
+00001701080300040307080400000000000000070608060F0D0209090600090909090909
+09090900032102000008020909090902010E030700070500000000000000000000000003
+0D2626000603262626262626000802262600040500260026262626262601030000000106
+262626262626262626260301040000000000000000030D00090909080009090909090909
+09000706000802000004080106060600020F070006000000000000000000000000000713
+2626262626262626262613010B0826260005030026260026262600262626150804012626
+26000000262626262626262606070000000000000E090009090902010101010101080406
+08050000000100000007000000000000040D06050000000000000000000000000000070E
+0401080800000000040500030D0D07062103000026262626262600002605080026262626
+262626262626262626262626080000000000021309000909090909090909090909090909
+000909090208000008000000000000001502000000000000000000000000000000000201
+040005262626040500260026262600000408070026260026260026260003132626262626
+0400000004012508260026040300000000040E0009090909090909090909090000000909
+090009090504000602000000000000000000000000000000000000000000000000000005
+0401260026030026262626262626010104030806262626262626260004030004040E0601
+0B0813100000000806260001000000000809090909090909090909090002080606080909
+00090909040502060000000000000000000000000000000000000000000000000000000C
+062626262626262626262626262626260604030826260026262602082626000718020000
+040500000107080D0E03160404030403090000090900090909090006080200000E090909
+090009000802070500000000000000000000000000000000000000000000000000051F00
+26262626260026262600040500002626030602082626260026060026262600010000001F
+08060F1108080101110D060C1A0E03090909090909090909090102000000000009090000
+0009000025030802000000000000000000000000000000000000000000000000051E2626
+262626002626002606210807060800000600020600000515070326262605070013010C0F
+08040000260000200F050315041301090909090909000604000000000000000609090909
+090406170500010000000000000000000000000000000000000000000000000013262600
+260026260026260000000000020808190800050700060C19072626000827230C0C262626
+2626262626001F1008011607070802090000000501020000000000000000010600000301
+030206030605000000000000000000000000000000000000000000000000000604262626
+26262626260000000000000000001E0C0F05080215120326000403080403262626262626
+26262626050A060006050606070606060104130000000000000000000001080B12150601
+0D0F04000000000000000000000000000000000000000000000000000000000301010601
+012605040000000000000000031C03000708120600012626000606020026002626262626
+00262605070100060615081E080606070026080000000000000000000706080200000000
+000000000000000000000000000000000000000000000000000000000000000000000705
+000000000000000000000506002626262626260206262600060326262626262626262626
+262600070103040800000706040005082626080000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000130326262626002626012626262608262626262626262626262600
+000008010107030507050003010403042626030000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000103262626002626262606260026260405260026262600262603060801
+010C12031D25131507060400020808262601000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000010726262626262626262626002626000626262626262626082626262626
+0010010D1506161606030800080826260400000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000104002626260026260003262626262603010126262600050626260000002600
+000013020000060501210205142626070000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+0000000001032626260026000326262604281C0500000504260804262600000000262626
+2601262626260800060E0001062608000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000004150726262626260008280300000007032600051326022626262626262626262626
+26262600260800001802021F030100000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+0001010026262626260206262626262626262608041A13000406070704010D2626262626
+262626260505000B1F081A0D040000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+0606042626262626010800262605060808070000081017050000000001020F1107000006
+1C2626000700080126030F0C020000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000003
+080226262600260805040608070000000000000505060000000003062601000508040208
+172600010001012626262626040000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000401
+072626260026150103000000000000000000000601000000000126260300000002080201
+010208000401262626002604020000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000100
+26262626260D000000000000000000000000010100000003062606000000000000080201
+040400060126262600260001000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000004032626
+00262618030000000000000000000000000808000000062626020000000000000008081C
+010001082626260026000700000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000813080500030106
+08071E000000000000000000000000000401000003262604000000000000000000060411
+070711262626002603070000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000601010106000003
+050000000000000000000000000000080100000826080000000000000000000000070112
+021826262600260707000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000526040007262607000000000000000000000000020403
+122626260026040000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000042606000126080000000000000000000000000000000013
+260026262608000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000006260607262603000000000000000000000000000000000D26
+262626060000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000004000826022626060000000000000000000000000000000000122626
+000605000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000070700062606260802000000000000000000000000000000000512000208
+020000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000001050505262626040000000000000000000000000000000000060208060000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000804010226260800000000000000000000000000000000000008011E15000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000071306072607070000000000000000000000000000000000000003081300000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000290326260600000000000000000000000000000000000000000100110700000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000707262604030000000000000000000000000000000000000005262605110000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+0826260E060000000000000000000000000000000000000005040026020F000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000008
+26000F020000000000000000000000000000000000000217032626080200000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000060226
+030400000000000000000000000000000000000000012626261306000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000206262601
+000000000000000000000000000000000000000001262603010500000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000060226070300
+000000000000000000000000000000000000000826020805000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000008262608000000
+000000000000000000000000000000000000170106000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000052626080200000000
+000000000000000000000000000000000004050000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000006260304000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000032626080000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000001260705000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000032626080000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000026260802000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000052603040000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000026260800000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000042607050000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000008260800000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000082626020000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000403260600061303000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000003062626080601030000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000626262626010200000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000062626262600000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000526262608000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000002082626080000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000800260800000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000003
+072626030000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000826
+260400000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000003262601
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000002626040300
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000004260206000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000022626080000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000008260507000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000052626010000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000008262603000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000082626060000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000326260602000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000262603060000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000726000800000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000002262607030000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000262626020600000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000002626050008000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000026260400040500000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000262604000208000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000002626040000010000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000026260400000802000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+030807000008020000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000030807
+000000040500000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+00000000000000000000000000000000000000000000000000000000000000000608041D
+011305000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000322
+020000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000A00
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+000000000000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000
+end
+%%PageTrailer
+%%Trailer
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/hvfloat/rose.png b/Master/texmf-dist/doc/latex/hvfloat/rose.png
new file mode 100644
index 00000000000..3bbb2e85fdb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/hvfloat/rose.png
Binary files differ