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:
parent
484c1584c6
commit
38385a5284
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue