summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-05-19 17:10:14 +0000
committerAlexander Levin <al.le@rockbox.org>2010-05-19 17:10:14 +0000
commit9fbd7fd9c9ef4d2ef52556af7479866521018048 (patch)
treee756f6e41aeeae59cf9855716399aadca872835e
parent3fa48eef455e05cb1d17a5fef4f44e5c62397ee7 (diff)
Revert r26171. Special macro for the image base name is needed. Will be committed soon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26173 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/advanced_topics/main.tex2
-rw-r--r--manual/appendix/wps_tags.tex2
-rw-r--r--manual/getting_started/installation.tex2
-rw-r--r--manual/platform/archosfmrecorder.tex2
-rw-r--r--manual/platform/archosondiofm.tex2
-rw-r--r--manual/platform/archosondiosp.tex2
-rw-r--r--manual/platform/archosrecorder.tex2
-rw-r--r--manual/platform/cowond2.tex2
-rw-r--r--manual/platform/gigabeatfx.tex2
-rw-r--r--manual/platform/gigabeats.tex2
-rw-r--r--manual/platform/iaudiom3.tex2
-rw-r--r--manual/platform/iaudiom5.tex2
-rw-r--r--manual/platform/iaudiox5.tex2
-rw-r--r--manual/platform/ipod1g2g.tex2
-rw-r--r--manual/platform/ipod3g.tex2
-rw-r--r--manual/platform/ipod4g.tex2
-rw-r--r--manual/platform/ipodcolor.tex2
-rw-r--r--manual/platform/ipodmini1g.tex2
-rw-r--r--manual/platform/ipodnano1g.tex2
-rw-r--r--manual/platform/ipodnano2g.tex2
-rw-r--r--manual/platform/ipodvideo.tex2
-rw-r--r--manual/platform/iriverh10.tex2
-rw-r--r--manual/platform/iriverh100.tex2
-rw-r--r--manual/platform/iriverh10_5gb.tex2
-rw-r--r--manual/platform/iriverh300.tex2
-rw-r--r--manual/platform/mrobe100.tex2
-rw-r--r--manual/platform/sa9200.tex2
-rw-r--r--manual/platform/sansac200.tex2
-rw-r--r--manual/platform/sansaclip.tex2
-rw-r--r--manual/platform/sansaclipplus.tex2
-rw-r--r--manual/platform/sansaclipv2.tex2
-rw-r--r--manual/platform/sansae200.tex2
-rw-r--r--manual/platform/sansae200v2.tex2
-rw-r--r--manual/platform/sansafuze.tex2
-rw-r--r--manual/platform/vibe500.tex2
-rw-r--r--manual/plugins/chip8emulator.tex4
-rw-r--r--manual/rockbox_interface/main.tex2
37 files changed, 38 insertions, 38 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 1c47b670b1..d863453e78 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -225,7 +225,7 @@ are discussed below.
the last number giving the colour depth in bits) when
designing your own WPS, or if you use a WPS designed for another target.
\opt{HAVE_REMOTE_LCD}{The resolution of the remote is
- \opt{h100,h300}{128$\times$64$\times$1}\opt{x5,m5}{128$\times$96$\times$2} pixels.}}
+ \opt{h100,h300}{128x64x1}\opt{x5,m5}{128x96x2} pixels.}}
\nopt{lcd_charcell}{
\subsubsection{\label{ref:Viewports}Viewports}
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index f0adc22824..577d31eeef 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -371,7 +371,7 @@ Examples:
\begin{enumerate}
\item Load albumart at position 20,40 and display it without resizing:\\
\config{\%Cl{\textbar}20{\textbar}40{\textbar}{\textbar}{\textbar}}
- \item Load albumart at position 0,20 and resize it to be at most 100$\times$100
+ \item Load albumart at position 0,20 and resize it to be at most 100x100
pixels. If the image isn't square, align it to the bottom-right
corner:\\
\config{\%CL{\textbar}0{\textbar}20{\textbar}r100{\textbar}b100{\textbar}}
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex
index 8a07986aa7..02394248e9 100644
--- a/manual/getting_started/installation.tex
+++ b/manual/getting_started/installation.tex
@@ -82,7 +82,7 @@ follow the instructions at
cards until we are satisfied the driver is safe to use.\\}
\item There is only basic touchscreen support. Further work is
required to make the UI more usable with a touchscreen in general.
- \note{The touchscreen can be used in two modes, either a 3$\times$3 grid mode
+ \note{The touchscreen can be used in two modes, either a 3x3 grid mode
which divides the screen into areas to emulate a set of physical
buttons (the default setting), or ``absolute point'' mode where the
touchscreen is used to point to items on the screen.\\}
diff --git a/manual/platform/archosfmrecorder.tex b/manual/platform/archosfmrecorder.tex
index 0d312e8295..3464ffa914 100644
--- a/manual/platform/archosfmrecorder.tex
+++ b/manual/platform/archosfmrecorder.tex
@@ -9,7 +9,7 @@
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Recorder V2/FM}
\newcommand{\playerlongtype}{Recorder V2 and FM}
-\newcommand{\genericimg}{112$\times$64$\times$1}
+\newcommand{\genericimg}{112x64x1}
\newcommand{\specimg}{archosfmrecorder}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/archosondiofm.tex b/manual/platform/archosondiofm.tex
index 7764241306..40d0220bac 100644
--- a/manual/platform/archosondiofm.tex
+++ b/manual/platform/archosondiofm.tex
@@ -9,7 +9,7 @@
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Ondio}
\newcommand{\playerlongtype}{Ondio 128 FM}
-\newcommand{\genericimg}{112$\times$64$\times$1}
+\newcommand{\genericimg}{112x64x1}
\newcommand{\specimg}{archosondiofm}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/archosondiosp.tex b/manual/platform/archosondiosp.tex
index f30459d079..f1eab45152 100644
--- a/manual/platform/archosondiosp.tex
+++ b/manual/platform/archosondiosp.tex
@@ -9,7 +9,7 @@
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Ondio}
\newcommand{\playerlongtype}{Ondio 128 SP}
-\newcommand{\genericimg}{112$\times$64$\times$1}
+\newcommand{\genericimg}{112x64x1}
\newcommand{\specimg}{archosondiosp}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/archosrecorder.tex b/manual/platform/archosrecorder.tex
index 26f6e81206..e9ede9a2a7 100644
--- a/manual/platform/archosrecorder.tex
+++ b/manual/platform/archosrecorder.tex
@@ -9,7 +9,7 @@
\newcommand{\playerman}{Archos}
\newcommand{\playertype}{Recorder}
\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20}
-\newcommand{\genericimg}{112$\times$64$\times$1}
+\newcommand{\genericimg}{112x64x1}
\newcommand{\specimg}{archosrecorder}
%Used to name the player, e.g. ...to the \dap
diff --git a/manual/platform/cowond2.tex b/manual/platform/cowond2.tex
index 7f81b14830..be06b248cd 100644
--- a/manual/platform/cowond2.tex
+++ b/manual/platform/cowond2.tex
@@ -9,7 +9,7 @@
\newcommand{\playerman}{Cowon}
\newcommand{\playertype}{D2}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{320$\times$240$\times$16}
+\newcommand{\genericimg}{320x240x16}
\newcommand{\specimg}{cowond2}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/gigabeatfx.tex b/manual/platform/gigabeatfx.tex
index 8ad2f0ca6a..56e8a7868b 100644
--- a/manual/platform/gigabeatfx.tex
+++ b/manual/platform/gigabeatfx.tex
@@ -13,7 +13,7 @@
\newcommand{\playerman}{Toshiba}
\newcommand{\playertype}{Gigabeat F and X Series}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{240$\times$320$\times$16}
+\newcommand{\genericimg}{240x320x16}
\newcommand{\specimg}{gigabeatfx}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/gigabeats.tex b/manual/platform/gigabeats.tex
index 62cb146740..920eb1789f 100644
--- a/manual/platform/gigabeats.tex
+++ b/manual/platform/gigabeats.tex
@@ -12,7 +12,7 @@
\newcommand{\playerman}{Toshiba}
\newcommand{\playertype}{Gigabeat S Series}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{240$\times$320$\times$16}
+\newcommand{\genericimg}{240x320x16}
\newcommand{\specimg}{gigabeats}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/iaudiom3.tex b/manual/platform/iaudiom3.tex
index ca4afe6ad7..cffcc8e128 100644
--- a/manual/platform/iaudiom3.tex
+++ b/manual/platform/iaudiom3.tex
@@ -11,7 +11,7 @@
\newcommand{\playerman}{Iaudio}
\newcommand{\playertype}{M3}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{128$\times$96$\times$2}
+\newcommand{\genericimg}{128x96x2}
\newcommand{\specimg}{iaudiom3}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/iaudiom5.tex b/manual/platform/iaudiom5.tex
index 80cd4614e3..da45a1810b 100644
--- a/manual/platform/iaudiom5.tex
+++ b/manual/platform/iaudiom5.tex
@@ -11,7 +11,7 @@
\newcommand{\playerman}{Iaudio}
\newcommand{\playertype}{M5}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{160$\times$128$\times$2}
+\newcommand{\genericimg}{160x128x2}
\newcommand{\specimg}{iaudiom5}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/iaudiox5.tex b/manual/platform/iaudiox5.tex
index 7f4f338c8b..15785ea74e 100644
--- a/manual/platform/iaudiox5.tex
+++ b/manual/platform/iaudiox5.tex
@@ -11,7 +11,7 @@
\newcommand{\playerman}{Iaudio}
\newcommand{\playertype}{X5}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{160$\times$128$\times$16}
+\newcommand{\genericimg}{160x128x16}
\newcommand{\specimg}{iaudiox5}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/ipod1g2g.tex b/manual/platform/ipod1g2g.tex
index 74c45827e5..28679a5025 100644
--- a/manual/platform/ipod1g2g.tex
+++ b/manual/platform/ipod1g2g.tex
@@ -9,7 +9,7 @@
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{1G / 2G}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{160$\times$128$\times$2}
+\newcommand{\genericimg}{160x128x2}
\newcommand{\specimg}{ipod1g2g}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex
index d200e9f7ad..21ca69adbb 100644
--- a/manual/platform/ipod3g.tex
+++ b/manual/platform/ipod3g.tex
@@ -9,7 +9,7 @@
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{3G}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{160$\times$128$\times$2}
+\newcommand{\genericimg}{160x128x2}
\newcommand{\specimg}{ipod3g}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex
index c634dab594..06483fa6e2 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -9,7 +9,7 @@
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{4G}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{160$\times$128$\times$2}
+\newcommand{\genericimg}{160x128x2}
\newcommand{\specimg}{ipod4g}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index 8c4ee5b37f..04dc457a81 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -9,7 +9,7 @@
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{Color}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{220$\times$176$\times$16}
+\newcommand{\genericimg}{220x176x16}
\newcommand{\specimg}{ipodcolor}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/ipodmini1g.tex b/manual/platform/ipodmini1g.tex
index 4d1446438e..4613ecd20c 100644
--- a/manual/platform/ipodmini1g.tex
+++ b/manual/platform/ipodmini1g.tex
@@ -9,7 +9,7 @@
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{Mini}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{138$\times$110$\times$2}
+\newcommand{\genericimg}{138x110x2}
\newcommand{\specimg}{ipodmini1g}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/ipodnano1g.tex b/manual/platform/ipodnano1g.tex
index 6f6d1bf081..62811c3a2b 100644
--- a/manual/platform/ipodnano1g.tex
+++ b/manual/platform/ipodnano1g.tex
@@ -8,7 +8,7 @@
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{Nano}
\newcommand{\playerlongtype}{\playertype{} 1st generation}
-\newcommand{\genericimg}{176$\times$132$\times$16}
+\newcommand{\genericimg}{176x132x16}
\newcommand{\specimg}{ipodnano1g}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/ipodnano2g.tex b/manual/platform/ipodnano2g.tex
index f313f12429..88b02f8e3e 100644
--- a/manual/platform/ipodnano2g.tex
+++ b/manual/platform/ipodnano2g.tex
@@ -8,7 +8,7 @@
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{Nano}
\newcommand{\playerlongtype}{\playertype{} 2nd generation}
-\newcommand{\genericimg}{176$\times$132$\times$16}
+\newcommand{\genericimg}{176x132x16}
\newcommand{\specimg}{ipodnano2g}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index 6f39ed8816..ff18551266 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -10,7 +10,7 @@
\newcommand{\playerman}{Ipod}
\newcommand{\playertype}{Video}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{320$\times$240$\times$16}
+\newcommand{\genericimg}{320x240x16}
\newcommand{\specimg}{ipodvideo}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/iriverh10.tex b/manual/platform/iriverh10.tex
index 539b8b843b..038003019b 100644
--- a/manual/platform/iriverh10.tex
+++ b/manual/platform/iriverh10.tex
@@ -10,7 +10,7 @@
\newcommand{\playerman}{Iriver}
\newcommand{\playertype}{H10}
\newcommand{\playerlongtype}{\playertype{} 20~GB}
-\newcommand{\genericimg}{160$\times$128$\times$16}
+\newcommand{\genericimg}{160x128x16}
\newcommand{\specimg}{iriverh10}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/iriverh100.tex b/manual/platform/iriverh100.tex
index 7e6bff66fa..062a928575 100644
--- a/manual/platform/iriverh100.tex
+++ b/manual/platform/iriverh100.tex
@@ -13,7 +13,7 @@
\newcommand{\playerman}{Iriver}
\newcommand{\playertype}{H100}
\newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140}
-\newcommand{\genericimg}{160$\times$128$\times$2}
+\newcommand{\genericimg}{160x128x2}
\newcommand{\specimg}{iriverh100}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/iriverh10_5gb.tex b/manual/platform/iriverh10_5gb.tex
index 9b3384f293..d6f6c8649a 100644
--- a/manual/platform/iriverh10_5gb.tex
+++ b/manual/platform/iriverh10_5gb.tex
@@ -10,7 +10,7 @@
\newcommand{\playerman}{Iriver}
\newcommand{\playertype}{H10}
\newcommand{\playerlongtype}{\playertype{} 5~GB and 6~GB}
-\newcommand{\genericimg}{128$\times$128$\times$16}
+\newcommand{\genericimg}{128x128x16}
\newcommand{\specimg}{iriverh10_5gb}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/iriverh300.tex b/manual/platform/iriverh300.tex
index cdadb7aaa3..a69af98455 100644
--- a/manual/platform/iriverh300.tex
+++ b/manual/platform/iriverh300.tex
@@ -11,7 +11,7 @@
\newcommand{\playerman}{Iriver}
\newcommand{\playertype}{H3xx}
\newcommand{\playerlongtype}{H320 and H340}
-\newcommand{\genericimg}{220$\times$176$\times$16}
+\newcommand{\genericimg}{220x176x16}
\newcommand{\specimg}{iriverh300}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/mrobe100.tex b/manual/platform/mrobe100.tex
index 094aec937c..16dc669fec 100644
--- a/manual/platform/mrobe100.tex
+++ b/manual/platform/mrobe100.tex
@@ -12,7 +12,7 @@
\newcommand{\playerman}{Olympus}
\newcommand{\playertype}{m:robe 100}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{160$\times$128$\times$1}
+\newcommand{\genericimg}{160x128x1}
\newcommand{\specimg}{mrobe100}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/sa9200.tex b/manual/platform/sa9200.tex
index 3acef829e2..f5c5e4514e 100644
--- a/manual/platform/sa9200.tex
+++ b/manual/platform/sa9200.tex
@@ -9,7 +9,7 @@
\newcommand{\playerman}{Philips}
\newcommand{\playertype}{GoGear SA9200}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{128$\times$160$\times$16}
+\newcommand{\genericimg}{128x160x16}
\newcommand{\specimg}{sa9200}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/sansac200.tex b/manual/platform/sansac200.tex
index 0c23bd6d7c..3d4cc1bc46 100644
--- a/manual/platform/sansac200.tex
+++ b/manual/platform/sansac200.tex
@@ -10,7 +10,7 @@
\newcommand{\playerman}{Sansa}
\newcommand{\playertype}{c200 Series}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{132$\times$80$\times$16}
+\newcommand{\genericimg}{132x80x16}
\newcommand{\specimg}{sansac200}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/sansaclip.tex b/manual/platform/sansaclip.tex
index 14adb20078..a39528fdc4 100644
--- a/manual/platform/sansaclip.tex
+++ b/manual/platform/sansaclip.tex
@@ -10,7 +10,7 @@
\newcommand{\playerman}{Sansa}
\newcommand{\playertype}{Clip}
\newcommand{\playerlongtype}{Clip v1}
-\newcommand{\genericimg}{128$\times$64$\times$1}
+\newcommand{\genericimg}{128x64x1}
\newcommand{\specimg}{sansaclip}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/sansaclipplus.tex b/manual/platform/sansaclipplus.tex
index 6c1d2dff71..871d1c0276 100644
--- a/manual/platform/sansaclipplus.tex
+++ b/manual/platform/sansaclipplus.tex
@@ -10,7 +10,7 @@
\newcommand{\playerman}{Sansa}
\newcommand{\playertype}{Clip+}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{128$\times$64$\times$1}
+\newcommand{\genericimg}{128x64x1}
\newcommand{\specimg}{sansaclipplus}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/sansaclipv2.tex b/manual/platform/sansaclipv2.tex
index af85ba01c7..ba053535a6 100644
--- a/manual/platform/sansaclipv2.tex
+++ b/manual/platform/sansaclipv2.tex
@@ -10,7 +10,7 @@
\newcommand{\playerman}{Sansa}
\newcommand{\playertype}{Clip}
\newcommand{\playerlongtype}{Clip v2}
-\newcommand{\genericimg}{128$\times$64$\times$1}
+\newcommand{\genericimg}{128x64x1}
\newcommand{\specimg}{sansaclip}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/sansae200.tex b/manual/platform/sansae200.tex
index cc2e85871f..1703a0c309 100644
--- a/manual/platform/sansae200.tex
+++ b/manual/platform/sansae200.tex
@@ -10,7 +10,7 @@
\newcommand{\playerman}{Sansa}
\newcommand{\playertype}{e200 and e200R Series}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{176$\times$220$\times$16}
+\newcommand{\genericimg}{176x220x16}
\newcommand{\specimg}{sansae200}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/sansae200v2.tex b/manual/platform/sansae200v2.tex
index fcaa6eca98..d1f4fdffc2 100644
--- a/manual/platform/sansae200v2.tex
+++ b/manual/platform/sansae200v2.tex
@@ -10,7 +10,7 @@
\newcommand{\playerman}{Sansa}
\newcommand{\playertype}{e200v2 Series}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{176$\times$220$\times$16}
+\newcommand{\genericimg}{176x220x16}
\newcommand{\specimg}{sansae200}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/sansafuze.tex b/manual/platform/sansafuze.tex
index d3a9a60906..9ba14c4d9b 100644
--- a/manual/platform/sansafuze.tex
+++ b/manual/platform/sansafuze.tex
@@ -10,7 +10,7 @@
\newcommand{\playerman}{Sansa}
\newcommand{\playertype}{Fuze}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{220$\times$176$\times$16}
+\newcommand{\genericimg}{220x176x16}
\newcommand{\specimg}{sansafuze}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/platform/vibe500.tex b/manual/platform/vibe500.tex
index 177aa06dc1..1dc515d846 100644
--- a/manual/platform/vibe500.tex
+++ b/manual/platform/vibe500.tex
@@ -10,7 +10,7 @@
\newcommand{\playerman}{Packard Bell}
\newcommand{\playertype}{Vibe 500}
\newcommand{\playerlongtype}{\playertype}
-\newcommand{\genericimg}{160$\times$128$\times$16}
+\newcommand{\genericimg}{160x128x16}
\newcommand{\specimg}{vibe500}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
diff --git a/manual/plugins/chip8emulator.tex b/manual/plugins/chip8emulator.tex
index 71859c0c7b..c410396039 100644
--- a/manual/plugins/chip8emulator.tex
+++ b/manual/plugins/chip8emulator.tex
@@ -6,10 +6,10 @@ To start a game open a \fname{.ch8} file in the \setting{File Browser}
There are lots of tiny Chip8 games (usually only about 256 bytes to a
couple of KB) which were made popular by the HP48
calculator's emulator for them. The original Chip8 had
-64$\times$32 pixel graphics, and the new superchip emulator supports 128$\times$64
+64x32 pixel graphics, and the new superchip emulator supports 128x64
graphics.
-The only problem is that they are based on a 4$\times$4 keyboard, but since most
+The only problem is that they are based on a 4x4 keyboard, but since most
games do not use all of the buttons, this can easily be worked around.
To do this, one may put a \fname{.c8k} file with the same name as the
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index fd139e7572..9a69dde57a 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -20,7 +20,7 @@
Throughout this manual, the buttons on the \dap{} are labelled according to the
picture above.
\opt{touchscreen}{
-The areas of the touchscreen in the 3$\times$3 grid mode are in turn referred as follows:
+The areas of the touchscreen in the 3x3 grid mode are in turn referred as follows:
\begin{table}
\begin{center}
%\begin{tabularx}{.82\textwidth}{l|c|r}