mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix a possible breakage in pdfdraftcopy. The error would kick in when page numbers are not arabic numbers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11002 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1e6b227164
commit
f5520f5cef
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
||||||
\addtolength\LLY{-1in}
|
\addtolength\LLY{-1in}
|
||||||
\addtolength\LLY{-3pt}
|
\addtolength\LLY{-3pt}
|
||||||
\setlength\LLX{1in}
|
\setlength\LLX{1in}
|
||||||
\ifodd\thepage
|
\ifodd\c@page
|
||||||
\addtolength\LLX{\oddsidemargin}\else
|
\addtolength\LLX{\oddsidemargin}\else
|
||||||
\addtolength\LLX{\evensidemargin}\fi
|
\addtolength\LLX{\evensidemargin}\fi
|
||||||
\setlength\URX{\textwidth}
|
\setlength\URX{\textwidth}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue