diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-09-20 17:41:24 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-09-20 17:41:24 +0000 |
| commit | f138fe28dcc650415d08aba3399c2a544ba22e0a (patch) | |
| tree | 9275a7d6674ffde5321b3eb84050c635d09b6761 | |
| parent | 2755e397066593e2eece0a9975772864e2418d68 (diff) | |
| download | rockbox-f138fe28dcc650415d08aba3399c2a544ba22e0a.zip rockbox-f138fe28dcc650415d08aba3399c2a544ba22e0a.tar.gz rockbox-f138fe28dcc650415d08aba3399c2a544ba22e0a.tar.bz2 rockbox-f138fe28dcc650415d08aba3399c2a544ba22e0a.tar.xz | |
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
| -rw-r--r-- | manual/rockbox_interface/main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} |