summaryrefslogtreecommitdiff
path: root/manual/rockbox_interface/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/rockbox_interface/main.tex')
-rw-r--r--manual/rockbox_interface/main.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index 45da828143..ccc6e25ae6 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -15,8 +15,9 @@
15% specify the extension. 15% specify the extension.
16\begin{center} 16\begin{center}
17\IfFileExists{rockbox_interface/images/\specimg-front.png} 17\IfFileExists{rockbox_interface/images/\specimg-front.png}
18 {\includegraphics[height=8cm,width=10cm,keepaspectratio=true]% 18 {\Ifpdfoutput{\includegraphics[height=8cm,width=10cm,keepaspectratio=true]%
19 {rockbox_interface/images/\specimg-front} 19 {rockbox_interface/images/\specimg-front}}
20 {\includegraphics{rockbox_interface/images/\specimg-front}}
20 } 21 }
21 {\color{red}{\textbf{WARNING!} Image not found}% 22 {\color{red}{\textbf{WARNING!} Image not found}%
22 \typeout{Warning: missing front image} 23 \typeout{Warning: missing front image}
@@ -26,7 +27,8 @@
26 % spacing between the two pictures, could possibly be improved 27 % spacing between the two pictures, could possibly be improved
27 \begin{center} 28 \begin{center}
28 \IfFileExists{rockbox_interface/images/\specimg-remote.png} 29 \IfFileExists{rockbox_interface/images/\specimg-remote.png}
29 {\includegraphics[height=5.6cm,width=10cm,keepaspectratio=true]{rockbox_interface/images/\specimg-remote} 30 {\Ifpdfoutput{\includegraphics[height=5.6cm,width=10cm,keepaspectratio=true]{rockbox_interface/images/\specimg-remote}}
31 {\includegraphics{rockbox_interface/images/\specimg-remote}}
30 } 32 }
31 {\color{red}{\textbf{WARNING!} Image not found}% 33 {\color{red}{\textbf{WARNING!} Image not found}%
32 \typeout{Warning: missing remote image} 34 \typeout{Warning: missing remote image}