summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-03 18:14:25 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-03 18:14:25 +0000
commit38385a52844cacc7c8d3dcb162fa2713267719b0 (patch)
tree9f0975697605c9245b25a62cf5e291f58c1d6acc
parent484c1584c6ab97581e3f315baf36320ad59df138 (diff)
downloadrockbox-38385a52844cacc7c8d3dcb162fa2713267719b0.tar.gz
rockbox-38385a52844cacc7c8d3dcb162fa2713267719b0.zip
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
-rw-r--r--manual/preamble.tex7
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 @@
125 \ifinner#1\else\marginpar{\raisebox{-6pt}{\Huge\Stopsign}}#1\par\fi% 125 \ifinner#1\else\marginpar{\raisebox{-6pt}{\Huge\Stopsign}}#1\par\fi%
126} 126}
127 127
128% make table floats use "!htb" as default positioning
129\makeatletter\renewcommand{\fps@table}{!htb}\makeatother
130% change defaults for floats on a page as we have a lot of small images
131\setcounter{topnumber}{3} % default: 2
132\setcounter{bottomnumber}{2} % default: 1
133\setcounter{totalnumber}{5} % default: 3
134