diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-03 18:14:25 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-04-03 18:14:25 +0000 |
commit | 38385a52844cacc7c8d3dcb162fa2713267719b0 (patch) | |
tree | 9f0975697605c9245b25a62cf5e291f58c1d6acc /manual | |
parent | 484c1584c6ab97581e3f315baf36320ad59df138 (diff) |
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
Diffstat (limited to 'manual')
-rw-r--r-- | manual/preamble.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index 01e31860b5..d1317cd700 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -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 + |