1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Martin Arver 2006-04-26 11:06:45 +00:00
parent 69cf4f57ac
commit f6db3680ee

View file

@ -103,10 +103,12 @@
% add screenshot image. % add screenshot image.
% Usage: \screenshot{filename}{caption}{label} % 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: use this only for screenshots!
% Note: leave caption empty to supress it. % Note: leave caption empty to supress it.
\newcommand{\screenshot}[3]{ \newcommand{\screenshot}[3]{
\begin{figure}[!ht] \begin{figure}[H]
\begin{center} \begin{center}
\IfFileExists{#1-\genericimg.png} \IfFileExists{#1-\genericimg.png}
{\includegraphics[width=4cm]{#1-\genericimg.png}} {\includegraphics[width=4cm]{#1-\genericimg.png}}
@ -141,8 +143,8 @@
\ifinner#1\else\marginpar{\raisebox{-6pt}{\Huge\Stopsign}}#1\par\fi% \ifinner#1\else\marginpar{\raisebox{-6pt}{\Huge\Stopsign}}#1\par\fi%
} }
% make table floats use "!htb" as default positioning % make table floats use "H" (as for screenshots) as default positioning
\makeatletter\renewcommand{\fps@table}{!htb}\makeatother \makeatletter\renewcommand{\fps@table}{H}\makeatother
% change defaults for floats on a page as we have a lot of small images % change defaults for floats on a page as we have a lot of small images
\setcounter{topnumber}{3} % default: 2 \setcounter{topnumber}{3} % default: 2
\setcounter{bottomnumber}{2} % default: 1 \setcounter{bottomnumber}{2} % default: 1