1
0
Fork 0
forked from len0rd/rockbox

change default positioning of floating tables and allow more floats per page

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9463 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2006-04-03 18:14:25 +00:00
parent 484c1584c6
commit 38385a5284

View file

@ -125,3 +125,10 @@
\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
% 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
\setcounter{totalnumber}{5} % default: 3