diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-19 23:23:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-19 23:23:23 +0000 |
commit | 562c23a85a90c442a2b6fe5dde23b3a33e8c4acd (patch) | |
tree | 48ab55b2554f58542957982248d0d70d5e7c814d /Master/texmf-dist/doc/latex/hvfloat/hvfloat.tex | |
parent | f5f86df4bab191bd95601a0c1b4e4d9c094643c8 (diff) |
hvfloat (18sep17)
git-svn-id: svn://tug.org/texlive/trunk@45347 c570f23f-e606-0410-a88d-b1316a301751
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} |