Specify the width for the player overview image too and make sure the aspect ratio is kept. Used value seems to work fine for all manuals.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14788 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2755e39706
commit
f138fe28dc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
% but requires to use the exact value of \specimg in the filename!
|
||||
% The extension is selected in the preamble, so no further \ifpdfoutput
|
||||
% is necessary.
|
||||
\includegraphics[height=8cm]{rockbox_interface/images/\specimg-front}
|
||||
\includegraphics[height=8cm,width=10cm,keepaspectratio=true]{rockbox_interface/images/\specimg-front}
|
||||
|
||||
\end{center}
|
||||
|
||||
|
|
Loading…
Reference in a new issue