From f138fe28dcc650415d08aba3399c2a544ba22e0a Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Thu, 20 Sep 2007 17:41:24 +0000 Subject: 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 --- manual/rockbox_interface/main.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index 7d6fa45..e54fd82 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -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} -- cgit v1.1