From f6db3680ee92baf8d53c7ac4e80bfa81a064662a Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Wed, 26 Apr 2006 11:06:45 +0000 Subject: Change the float placement to H (as in HERE) for screenshots and in-text-tables. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9812 a1c6a512-1295-4272-9138-f99709370657 --- manual/preamble.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'manual') diff --git a/manual/preamble.tex b/manual/preamble.tex index a411a94e01..0c8db5ccf7 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -103,10 +103,12 @@ % add screenshot image. % Usage: \screenshot{filename}{caption}{label} +% By using the 'H' (HERE) placement, the screenshots are placed where +% we want them. % Note: use this only for screenshots! % Note: leave caption empty to supress it. \newcommand{\screenshot}[3]{ - \begin{figure}[!ht] + \begin{figure}[H] \begin{center} \IfFileExists{#1-\genericimg.png} {\includegraphics[width=4cm]{#1-\genericimg.png}} @@ -141,8 +143,8 @@ \ifinner#1\else\marginpar{\raisebox{-6pt}{\Huge\Stopsign}}#1\par\fi% } -% make table floats use "!htb" as default positioning -\makeatletter\renewcommand{\fps@table}{!htb}\makeatother +% make table floats use "H" (as for screenshots) as default positioning +\makeatletter\renewcommand{\fps@table}{H}\makeatother % change defaults for floats on a page as we have a lot of small images \setcounter{topnumber}{3} % default: 2 \setcounter{bottomnumber}{2} % default: 1 -- cgit