diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex index 96be0774592..76556e3f28c 100644 --- a/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex +++ b/Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex @@ -2,7 +2,7 @@ \documentclass{scrartcl} \usepackage[T1]{fontenc} \usepackage{libertine} -\usepackage[scaled=0.88]{beramono} +\usepackage[scaled=0.85]{beramono} \usepackage[utf8]{inputenc} \usepackage{listings} % @@ -582,6 +582,25 @@ L & C & R \\\hline \end{lstlisting} +\section{Global float setting} +Instead of writing the following sequence into the preamble: + +\begin{verbatim} +\makeatletter +\renewcommand\fps@figure{tb} +\renewcommand\fps@table{t} +\makeatother +\end{verbatim} + +you can change the global setting of floats by loading the package \texttt{hvfloat-fps}. It allows +optional package options to set the global placement: + + +\begin{verbatim} +\usepackage[figure=tb,table=t]{hvfloat-fps} +\end{verbatim} + + %\appendix %\section{Problems} %\begin{itemize} |