summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-05-20 16:20:58 +0000
committerAlexander Levin <al.le@rockbox.org>2010-05-20 16:20:58 +0000
commit87b2ad14c7f4800a7e05c61de22a47f8f4df9d57 (patch)
tree8bf685b9b4aa7a4af2fa9a84d11e27e7f77b8631
parentf531adc3121704d3c3a8ce4b580551aa8691236c (diff)
downloadrockbox-87b2ad14c7f4800a7e05c61de22a47f8f4df9d57.tar.gz
rockbox-87b2ad14c7f4800a7e05c61de22a47f8f4df9d57.zip
Another go at FS#11295 -- Use nice 'times' glyphs for describing dimensions. This time properly implemented.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26198 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/advanced_topics/main.tex6
-rw-r--r--manual/appendix/wps_tags.tex2
-rw-r--r--manual/getting_started/installation.tex2
-rw-r--r--manual/platform/archosfmrecorder.tex4
-rw-r--r--manual/platform/archosondiofm.tex4
-rw-r--r--manual/platform/archosondiosp.tex4
-rw-r--r--manual/platform/archosplayer.tex4
-rw-r--r--manual/platform/archosrecorder.tex4
-rw-r--r--manual/platform/cowond2.tex4
-rw-r--r--manual/platform/gigabeatfx.tex4
-rw-r--r--manual/platform/gigabeats.tex4
-rw-r--r--manual/platform/iaudiom3.tex4
-rw-r--r--manual/platform/iaudiom5.tex4
-rw-r--r--manual/platform/iaudiox5.tex4
-rw-r--r--manual/platform/ipod1g2g.tex4
-rw-r--r--manual/platform/ipod3g.tex4
-rw-r--r--manual/platform/ipod4g.tex4
-rw-r--r--manual/platform/ipodcolor.tex4
-rw-r--r--manual/platform/ipodmini1g.tex4
-rw-r--r--manual/platform/ipodnano1g.tex4
-rw-r--r--manual/platform/ipodnano2g.tex4
-rw-r--r--manual/platform/ipodvideo.tex4
-rw-r--r--manual/platform/iriverh10.tex4
-rw-r--r--manual/platform/iriverh100.tex4
-rw-r--r--manual/platform/iriverh10_5gb.tex4
-rw-r--r--manual/platform/iriverh300.tex4
-rw-r--r--manual/platform/mrobe100.tex4
-rw-r--r--manual/platform/sa9200.tex4
-rw-r--r--manual/platform/sansac200.tex4
-rw-r--r--manual/platform/sansaclip.tex4
-rw-r--r--manual/platform/sansaclipplus.tex4
-rw-r--r--manual/platform/sansaclipv2.tex4
-rw-r--r--manual/platform/sansae200.tex5
-rw-r--r--manual/platform/sansae200v2.tex4
-rw-r--r--manual/platform/sansafuze.tex4
-rw-r--r--manual/platform/vibe500.tex4
-rw-r--r--manual/plugins/chip8emulator.tex4
-rw-r--r--manual/preamble.tex3
-rw-r--r--manual/rockbox_interface/main.tex2
39 files changed, 110 insertions, 42 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index d863453e78..a75e2505a8 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -125,7 +125,7 @@ file find the instructions on the Rockbox website:
125 \subsection{\label{ref:LoadingBackdrops}Loading Backdrops} 125 \subsection{\label{ref:LoadingBackdrops}Loading Backdrops}
126 Rockbox supports showing an image as a backdrop in the \setting{File Browser} 126 Rockbox supports showing an image as a backdrop in the \setting{File Browser}
127 and the menus. The backdrop image must be a \fname{.bmp} file of the exact 127 and the menus. The backdrop image must be a \fname{.bmp} file of the exact
128 same dimensions as the display in your \dap{} (\genericimg{} with the last 128 same dimensions as the display in your \dap{} (\dapdisplaysize{} with the last
129 number giving the colour depth in bits). To use an image as a backdrop browse 129 number giving the colour depth in bits). To use an image as a backdrop browse
130 to it in the \setting{File Browser} and open the \setting{Context Menu} 130 to it in the \setting{File Browser} and open the \setting{Context Menu}
131 (see \reference{ref:Contextmenu}) on it and select the option 131 (see \reference{ref:Contextmenu}) on it and select the option
@@ -221,11 +221,11 @@ are discussed below.
221\item Lines beginning with \# are comments and will be ignored. 221\item Lines beginning with \# are comments and will be ignored.
222\end{itemize} 222\end{itemize}
223 223
224\note{Keep in mind that your \dap{} resolution is \genericimg{} (with 224\note{Keep in mind that your \dap{} resolution is \dapdisplaysize{} (with
225 the last number giving the colour depth in bits) when 225 the last number giving the colour depth in bits) when
226 designing your own WPS, or if you use a WPS designed for another target. 226 designing your own WPS, or if you use a WPS designed for another target.
227 \opt{HAVE_REMOTE_LCD}{The resolution of the remote is 227 \opt{HAVE_REMOTE_LCD}{The resolution of the remote is
228 \opt{h100,h300}{128x64x1}\opt{x5,m5}{128x96x2} pixels.}} 228 \opt{h100,h300}{128$\times$64$\times$1}\opt{x5,m5}{128$\times$96$\times$2} pixels.}}
229 229
230\nopt{lcd_charcell}{ 230\nopt{lcd_charcell}{
231\subsubsection{\label{ref:Viewports}Viewports} 231\subsubsection{\label{ref:Viewports}Viewports}
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 577d31eeef..f0adc22824 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -371,7 +371,7 @@ Examples:
371\begin{enumerate} 371\begin{enumerate}
372 \item Load albumart at position 20,40 and display it without resizing:\\ 372 \item Load albumart at position 20,40 and display it without resizing:\\
373 \config{\%Cl{\textbar}20{\textbar}40{\textbar}{\textbar}{\textbar}} 373 \config{\%Cl{\textbar}20{\textbar}40{\textbar}{\textbar}{\textbar}}
374 \item Load albumart at position 0,20 and resize it to be at most 100x100 374 \item Load albumart at position 0,20 and resize it to be at most 100$\times$100
375 pixels. If the image isn't square, align it to the bottom-right 375 pixels. If the image isn't square, align it to the bottom-right
376 corner:\\ 376 corner:\\
377 \config{\%CL{\textbar}0{\textbar}20{\textbar}r100{\textbar}b100{\textbar}} 377 \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 02394248e9..8a07986aa7 100644
--- a/manual/getting_started/installation.tex
+++ b/manual/getting_started/installation.tex
@@ -82,7 +82,7 @@ follow the instructions at
82 cards until we are satisfied the driver is safe to use.\\} 82 cards until we are satisfied the driver is safe to use.\\}
83 \item There is only basic touchscreen support. Further work is 83 \item There is only basic touchscreen support. Further work is
84 required to make the UI more usable with a touchscreen in general. 84 required to make the UI more usable with a touchscreen in general.
85 \note{The touchscreen can be used in two modes, either a 3x3 grid mode 85 \note{The touchscreen can be used in two modes, either a 3$\times$3 grid mode
86 which divides the screen into areas to emulate a set of physical 86 which divides the screen into areas to emulate a set of physical
87 buttons (the default setting), or ``absolute point'' mode where the 87 buttons (the default setting), or ``absolute point'' mode where the
88 touchscreen is used to point to items on the screen.\\} 88 touchscreen is used to point to items on the screen.\\}
diff --git a/manual/platform/archosfmrecorder.tex b/manual/platform/archosfmrecorder.tex
index 3464ffa914..bd7319313d 100644
--- a/manual/platform/archosfmrecorder.tex
+++ b/manual/platform/archosfmrecorder.tex
@@ -9,7 +9,9 @@
9\newcommand{\playerman}{Archos} 9\newcommand{\playerman}{Archos}
10\newcommand{\playertype}{Recorder V2/FM} 10\newcommand{\playertype}{Recorder V2/FM}
11\newcommand{\playerlongtype}{Recorder V2 and FM} 11\newcommand{\playerlongtype}{Recorder V2 and FM}
12\newcommand{\genericimg}{112x64x1} 12\newcommand{\dapdisplaywidth}{112}
13\newcommand{\dapdisplayheight}{64}
14\newcommand{\dapdisplaydepth}{1}
13\newcommand{\specimg}{archosfmrecorder} 15\newcommand{\specimg}{archosfmrecorder}
14%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player} 17\newcommand{\dap}{player}
diff --git a/manual/platform/archosondiofm.tex b/manual/platform/archosondiofm.tex
index 40d0220bac..0bca03ea5b 100644
--- a/manual/platform/archosondiofm.tex
+++ b/manual/platform/archosondiofm.tex
@@ -9,7 +9,9 @@
9\newcommand{\playerman}{Archos} 9\newcommand{\playerman}{Archos}
10\newcommand{\playertype}{Ondio} 10\newcommand{\playertype}{Ondio}
11\newcommand{\playerlongtype}{Ondio 128 FM} 11\newcommand{\playerlongtype}{Ondio 128 FM}
12\newcommand{\genericimg}{112x64x1} 12\newcommand{\dapdisplaywidth}{112}
13\newcommand{\dapdisplayheight}{64}
14\newcommand{\dapdisplaydepth}{1}
13\newcommand{\specimg}{archosondiofm} 15\newcommand{\specimg}{archosondiofm}
14%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player} 17\newcommand{\dap}{player}
diff --git a/manual/platform/archosondiosp.tex b/manual/platform/archosondiosp.tex
index f1eab45152..f984b17368 100644
--- a/manual/platform/archosondiosp.tex
+++ b/manual/platform/archosondiosp.tex
@@ -9,7 +9,9 @@
9\newcommand{\playerman}{Archos} 9\newcommand{\playerman}{Archos}
10\newcommand{\playertype}{Ondio} 10\newcommand{\playertype}{Ondio}
11\newcommand{\playerlongtype}{Ondio 128 SP} 11\newcommand{\playerlongtype}{Ondio 128 SP}
12\newcommand{\genericimg}{112x64x1} 12\newcommand{\dapdisplaywidth}{112}
13\newcommand{\dapdisplayheight}{64}
14\newcommand{\dapdisplaydepth}{1}
13\newcommand{\specimg}{archosondiosp} 15\newcommand{\specimg}{archosondiosp}
14%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player} 17\newcommand{\dap}{player}
diff --git a/manual/platform/archosplayer.tex b/manual/platform/archosplayer.tex
index 1cdc67937a..89beb82655 100644
--- a/manual/platform/archosplayer.tex
+++ b/manual/platform/archosplayer.tex
@@ -10,7 +10,9 @@
10\newcommand{\playerman}{Archos} 10\newcommand{\playerman}{Archos}
11\newcommand{\playertype}{Studio/Player} 11\newcommand{\playertype}{Studio/Player}
12\newcommand{\playerlongtype}{Jukebox 5000, 6000, Studio 10 and 20} 12\newcommand{\playerlongtype}{Jukebox 5000, 6000, Studio 10 and 20}
13\newcommand{\genericimg}{charx11x1} 13\newcommand{\dapdisplaywidth}{char}
14\newcommand{\dapdisplayheight}{11}
15\newcommand{\dapdisplaydepth}{1}
14\newcommand{\specimg}{archosplayer} 16\newcommand{\specimg}{archosplayer}
15%Used to name the player, e.g. ...to the \dap 17%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 18\newcommand{\dap}{player}
diff --git a/manual/platform/archosrecorder.tex b/manual/platform/archosrecorder.tex
index e9ede9a2a7..2c0677f31d 100644
--- a/manual/platform/archosrecorder.tex
+++ b/manual/platform/archosrecorder.tex
@@ -9,7 +9,9 @@
9\newcommand{\playerman}{Archos} 9\newcommand{\playerman}{Archos}
10\newcommand{\playertype}{Recorder} 10\newcommand{\playertype}{Recorder}
11\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20} 11\newcommand{\playerlongtype}{Recorder 6, 10, 15 and 20}
12\newcommand{\genericimg}{112x64x1} 12\newcommand{\dapdisplaywidth}{112}
13\newcommand{\dapdisplayheight}{64}
14\newcommand{\dapdisplaydepth}{1}
13 15
14\newcommand{\specimg}{archosrecorder} 16\newcommand{\specimg}{archosrecorder}
15%Used to name the player, e.g. ...to the \dap 17%Used to name the player, e.g. ...to the \dap
diff --git a/manual/platform/cowond2.tex b/manual/platform/cowond2.tex
index be06b248cd..9dc14f894f 100644
--- a/manual/platform/cowond2.tex
+++ b/manual/platform/cowond2.tex
@@ -9,7 +9,9 @@
9\newcommand{\playerman}{Cowon} 9\newcommand{\playerman}{Cowon}
10\newcommand{\playertype}{D2} 10\newcommand{\playertype}{D2}
11\newcommand{\playerlongtype}{\playertype} 11\newcommand{\playerlongtype}{\playertype}
12\newcommand{\genericimg}{320x240x16} 12\newcommand{\dapdisplaywidth}{320}
13\newcommand{\dapdisplayheight}{240}
14\newcommand{\dapdisplaydepth}{16}
13\newcommand{\specimg}{cowond2} 15\newcommand{\specimg}{cowond2}
14%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player} 17\newcommand{\dap}{player}
diff --git a/manual/platform/gigabeatfx.tex b/manual/platform/gigabeatfx.tex
index 56e8a7868b..642e402db3 100644
--- a/manual/platform/gigabeatfx.tex
+++ b/manual/platform/gigabeatfx.tex
@@ -13,7 +13,9 @@
13\newcommand{\playerman}{Toshiba} 13\newcommand{\playerman}{Toshiba}
14\newcommand{\playertype}{Gigabeat F and X Series} 14\newcommand{\playertype}{Gigabeat F and X Series}
15\newcommand{\playerlongtype}{\playertype} 15\newcommand{\playerlongtype}{\playertype}
16\newcommand{\genericimg}{240x320x16} 16\newcommand{\dapdisplaywidth}{240}
17\newcommand{\dapdisplayheight}{320}
18\newcommand{\dapdisplaydepth}{16}
17\newcommand{\specimg}{gigabeatfx} 19\newcommand{\specimg}{gigabeatfx}
18%Used to name the player, e.g. ...to the \dap 20%Used to name the player, e.g. ...to the \dap
19\newcommand{\dap}{player} 21\newcommand{\dap}{player}
diff --git a/manual/platform/gigabeats.tex b/manual/platform/gigabeats.tex
index 920eb1789f..917b678b6e 100644
--- a/manual/platform/gigabeats.tex
+++ b/manual/platform/gigabeats.tex
@@ -12,7 +12,9 @@
12\newcommand{\playerman}{Toshiba} 12\newcommand{\playerman}{Toshiba}
13\newcommand{\playertype}{Gigabeat S Series} 13\newcommand{\playertype}{Gigabeat S Series}
14\newcommand{\playerlongtype}{\playertype} 14\newcommand{\playerlongtype}{\playertype}
15\newcommand{\genericimg}{240x320x16} 15\newcommand{\dapdisplaywidth}{240}
16\newcommand{\dapdisplayheight}{320}
17\newcommand{\dapdisplaydepth}{16}
16\newcommand{\specimg}{gigabeats} 18\newcommand{\specimg}{gigabeats}
17%Used to name the player, e.g. ...to the \dap 19%Used to name the player, e.g. ...to the \dap
18\newcommand{\dap}{player} 20\newcommand{\dap}{player}
diff --git a/manual/platform/iaudiom3.tex b/manual/platform/iaudiom3.tex
index cffcc8e128..b9beafaa84 100644
--- a/manual/platform/iaudiom3.tex
+++ b/manual/platform/iaudiom3.tex
@@ -11,7 +11,9 @@
11\newcommand{\playerman}{Iaudio} 11\newcommand{\playerman}{Iaudio}
12\newcommand{\playertype}{M3} 12\newcommand{\playertype}{M3}
13\newcommand{\playerlongtype}{\playertype} 13\newcommand{\playerlongtype}{\playertype}
14\newcommand{\genericimg}{128x96x2} 14\newcommand{\dapdisplaywidth}{128}
15\newcommand{\dapdisplayheight}{96}
16\newcommand{\dapdisplaydepth}{2}
15\newcommand{\specimg}{iaudiom3} 17\newcommand{\specimg}{iaudiom3}
16%Used to name the player, e.g. ...to the \dap 18%Used to name the player, e.g. ...to the \dap
17\newcommand{\dap}{player} 19\newcommand{\dap}{player}
diff --git a/manual/platform/iaudiom5.tex b/manual/platform/iaudiom5.tex
index da45a1810b..cb82597bdd 100644
--- a/manual/platform/iaudiom5.tex
+++ b/manual/platform/iaudiom5.tex
@@ -11,7 +11,9 @@
11\newcommand{\playerman}{Iaudio} 11\newcommand{\playerman}{Iaudio}
12\newcommand{\playertype}{M5} 12\newcommand{\playertype}{M5}
13\newcommand{\playerlongtype}{\playertype} 13\newcommand{\playerlongtype}{\playertype}
14\newcommand{\genericimg}{160x128x2} 14\newcommand{\dapdisplaywidth}{160}
15\newcommand{\dapdisplayheight}{128}
16\newcommand{\dapdisplaydepth}{2}
15\newcommand{\specimg}{iaudiom5} 17\newcommand{\specimg}{iaudiom5}
16%Used to name the player, e.g. ...to the \dap 18%Used to name the player, e.g. ...to the \dap
17\newcommand{\dap}{player} 19\newcommand{\dap}{player}
diff --git a/manual/platform/iaudiox5.tex b/manual/platform/iaudiox5.tex
index 15785ea74e..0c85ab9470 100644
--- a/manual/platform/iaudiox5.tex
+++ b/manual/platform/iaudiox5.tex
@@ -11,7 +11,9 @@
11\newcommand{\playerman}{Iaudio} 11\newcommand{\playerman}{Iaudio}
12\newcommand{\playertype}{X5} 12\newcommand{\playertype}{X5}
13\newcommand{\playerlongtype}{\playertype} 13\newcommand{\playerlongtype}{\playertype}
14\newcommand{\genericimg}{160x128x16} 14\newcommand{\dapdisplaywidth}{160}
15\newcommand{\dapdisplayheight}{128}
16\newcommand{\dapdisplaydepth}{16}
15\newcommand{\specimg}{iaudiox5} 17\newcommand{\specimg}{iaudiox5}
16%Used to name the player, e.g. ...to the \dap 18%Used to name the player, e.g. ...to the \dap
17\newcommand{\dap}{player} 19\newcommand{\dap}{player}
diff --git a/manual/platform/ipod1g2g.tex b/manual/platform/ipod1g2g.tex
index 28679a5025..05579821ab 100644
--- a/manual/platform/ipod1g2g.tex
+++ b/manual/platform/ipod1g2g.tex
@@ -9,7 +9,9 @@
9\newcommand{\playerman}{Ipod} 9\newcommand{\playerman}{Ipod}
10\newcommand{\playertype}{1G / 2G} 10\newcommand{\playertype}{1G / 2G}
11\newcommand{\playerlongtype}{\playertype} 11\newcommand{\playerlongtype}{\playertype}
12\newcommand{\genericimg}{160x128x2} 12\newcommand{\dapdisplaywidth}{160}
13\newcommand{\dapdisplayheight}{128}
14\newcommand{\dapdisplaydepth}{2}
13\newcommand{\specimg}{ipod1g2g} 15\newcommand{\specimg}{ipod1g2g}
14%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player} 17\newcommand{\dap}{player}
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex
index 21ca69adbb..d4427a83bf 100644
--- a/manual/platform/ipod3g.tex
+++ b/manual/platform/ipod3g.tex
@@ -9,7 +9,9 @@
9\newcommand{\playerman}{Ipod} 9\newcommand{\playerman}{Ipod}
10\newcommand{\playertype}{3G} 10\newcommand{\playertype}{3G}
11\newcommand{\playerlongtype}{\playertype} 11\newcommand{\playerlongtype}{\playertype}
12\newcommand{\genericimg}{160x128x2} 12\newcommand{\dapdisplaywidth}{160}
13\newcommand{\dapdisplayheight}{128}
14\newcommand{\dapdisplaydepth}{2}
13\newcommand{\specimg}{ipod3g} 15\newcommand{\specimg}{ipod3g}
14%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player} 17\newcommand{\dap}{player}
diff --git a/manual/platform/ipod4g.tex b/manual/platform/ipod4g.tex
index 06483fa6e2..bc62b4a73a 100644
--- a/manual/platform/ipod4g.tex
+++ b/manual/platform/ipod4g.tex
@@ -9,7 +9,9 @@
9\newcommand{\playerman}{Ipod} 9\newcommand{\playerman}{Ipod}
10\newcommand{\playertype}{4G} 10\newcommand{\playertype}{4G}
11\newcommand{\playerlongtype}{\playertype} 11\newcommand{\playerlongtype}{\playertype}
12\newcommand{\genericimg}{160x128x2} 12\newcommand{\dapdisplaywidth}{160}
13\newcommand{\dapdisplayheight}{128}
14\newcommand{\dapdisplaydepth}{2}
13\newcommand{\specimg}{ipod4g} 15\newcommand{\specimg}{ipod4g}
14%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player} 17\newcommand{\dap}{player}
diff --git a/manual/platform/ipodcolor.tex b/manual/platform/ipodcolor.tex
index 04dc457a81..645a76d6ab 100644
--- a/manual/platform/ipodcolor.tex
+++ b/manual/platform/ipodcolor.tex
@@ -9,7 +9,9 @@
9\newcommand{\playerman}{Ipod} 9\newcommand{\playerman}{Ipod}
10\newcommand{\playertype}{Color} 10\newcommand{\playertype}{Color}
11\newcommand{\playerlongtype}{\playertype} 11\newcommand{\playerlongtype}{\playertype}
12\newcommand{\genericimg}{220x176x16} 12\newcommand{\dapdisplaywidth}{220}
13\newcommand{\dapdisplayheight}{176}
14\newcommand{\dapdisplaydepth}{16}
13\newcommand{\specimg}{ipodcolor} 15\newcommand{\specimg}{ipodcolor}
14%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player} 17\newcommand{\dap}{player}
diff --git a/manual/platform/ipodmini1g.tex b/manual/platform/ipodmini1g.tex
index 4613ecd20c..bba6ca9380 100644
--- a/manual/platform/ipodmini1g.tex
+++ b/manual/platform/ipodmini1g.tex
@@ -9,7 +9,9 @@
9\newcommand{\playerman}{Ipod} 9\newcommand{\playerman}{Ipod}
10\newcommand{\playertype}{Mini} 10\newcommand{\playertype}{Mini}
11\newcommand{\playerlongtype}{\playertype} 11\newcommand{\playerlongtype}{\playertype}
12\newcommand{\genericimg}{138x110x2} 12\newcommand{\dapdisplaywidth}{138}
13\newcommand{\dapdisplayheight}{110}
14\newcommand{\dapdisplaydepth}{2}
13\newcommand{\specimg}{ipodmini1g} 15\newcommand{\specimg}{ipodmini1g}
14%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player} 17\newcommand{\dap}{player}
diff --git a/manual/platform/ipodnano1g.tex b/manual/platform/ipodnano1g.tex
index 62811c3a2b..3ec065e947 100644
--- a/manual/platform/ipodnano1g.tex
+++ b/manual/platform/ipodnano1g.tex
@@ -8,7 +8,9 @@
8\newcommand{\playerman}{Ipod} 8\newcommand{\playerman}{Ipod}
9\newcommand{\playertype}{Nano} 9\newcommand{\playertype}{Nano}
10\newcommand{\playerlongtype}{\playertype{} 1st generation} 10\newcommand{\playerlongtype}{\playertype{} 1st generation}
11\newcommand{\genericimg}{176x132x16} 11\newcommand{\dapdisplaywidth}{176}
12\newcommand{\dapdisplayheight}{132}
13\newcommand{\dapdisplaydepth}{16}
12\newcommand{\specimg}{ipodnano1g} 14\newcommand{\specimg}{ipodnano1g}
13%Used to name the player, e.g. ...to the \dap 15%Used to name the player, e.g. ...to the \dap
14\newcommand{\dap}{player} 16\newcommand{\dap}{player}
diff --git a/manual/platform/ipodnano2g.tex b/manual/platform/ipodnano2g.tex
index 88b02f8e3e..55a79ed793 100644
--- a/manual/platform/ipodnano2g.tex
+++ b/manual/platform/ipodnano2g.tex
@@ -8,7 +8,9 @@
8\newcommand{\playerman}{Ipod} 8\newcommand{\playerman}{Ipod}
9\newcommand{\playertype}{Nano} 9\newcommand{\playertype}{Nano}
10\newcommand{\playerlongtype}{\playertype{} 2nd generation} 10\newcommand{\playerlongtype}{\playertype{} 2nd generation}
11\newcommand{\genericimg}{176x132x16} 11\newcommand{\dapdisplaywidth}{176}
12\newcommand{\dapdisplayheight}{132}
13\newcommand{\dapdisplaydepth}{16}
12\newcommand{\specimg}{ipodnano2g} 14\newcommand{\specimg}{ipodnano2g}
13%Used to name the player, e.g. ...to the \dap 15%Used to name the player, e.g. ...to the \dap
14\newcommand{\dap}{player} 16\newcommand{\dap}{player}
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex
index ff18551266..7291f105ee 100644
--- a/manual/platform/ipodvideo.tex
+++ b/manual/platform/ipodvideo.tex
@@ -10,7 +10,9 @@
10\newcommand{\playerman}{Ipod} 10\newcommand{\playerman}{Ipod}
11\newcommand{\playertype}{Video} 11\newcommand{\playertype}{Video}
12\newcommand{\playerlongtype}{\playertype} 12\newcommand{\playerlongtype}{\playertype}
13\newcommand{\genericimg}{320x240x16} 13\newcommand{\dapdisplaywidth}{320}
14\newcommand{\dapdisplayheight}{240}
15\newcommand{\dapdisplaydepth}{16}
14\newcommand{\specimg}{ipodvideo} 16\newcommand{\specimg}{ipodvideo}
15%Used to name the player, e.g. ...to the \dap 17%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 18\newcommand{\dap}{player}
diff --git a/manual/platform/iriverh10.tex b/manual/platform/iriverh10.tex
index 038003019b..f032df70a6 100644
--- a/manual/platform/iriverh10.tex
+++ b/manual/platform/iriverh10.tex
@@ -10,7 +10,9 @@
10\newcommand{\playerman}{Iriver} 10\newcommand{\playerman}{Iriver}
11\newcommand{\playertype}{H10} 11\newcommand{\playertype}{H10}
12\newcommand{\playerlongtype}{\playertype{} 20~GB} 12\newcommand{\playerlongtype}{\playertype{} 20~GB}
13\newcommand{\genericimg}{160x128x16} 13\newcommand{\dapdisplaywidth}{160}
14\newcommand{\dapdisplayheight}{128}
15\newcommand{\dapdisplaydepth}{16}
14\newcommand{\specimg}{iriverh10} 16\newcommand{\specimg}{iriverh10}
15%Used to name the player, e.g. ...to the \dap 17%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 18\newcommand{\dap}{player}
diff --git a/manual/platform/iriverh100.tex b/manual/platform/iriverh100.tex
index 062a928575..509a676c0a 100644
--- a/manual/platform/iriverh100.tex
+++ b/manual/platform/iriverh100.tex
@@ -13,7 +13,9 @@
13\newcommand{\playerman}{Iriver} 13\newcommand{\playerman}{Iriver}
14\newcommand{\playertype}{H100} 14\newcommand{\playertype}{H100}
15\newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140} 15\newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140}
16\newcommand{\genericimg}{160x128x2} 16\newcommand{\dapdisplaywidth}{160}
17\newcommand{\dapdisplayheight}{128}
18\newcommand{\dapdisplaydepth}{2}
17\newcommand{\specimg}{iriverh100} 19\newcommand{\specimg}{iriverh100}
18%Used to name the player, e.g. ...to the \dap 20%Used to name the player, e.g. ...to the \dap
19\newcommand{\dap}{player} 21\newcommand{\dap}{player}
diff --git a/manual/platform/iriverh10_5gb.tex b/manual/platform/iriverh10_5gb.tex
index d6f6c8649a..0624290f85 100644
--- a/manual/platform/iriverh10_5gb.tex
+++ b/manual/platform/iriverh10_5gb.tex
@@ -10,7 +10,9 @@
10\newcommand{\playerman}{Iriver} 10\newcommand{\playerman}{Iriver}
11\newcommand{\playertype}{H10} 11\newcommand{\playertype}{H10}
12\newcommand{\playerlongtype}{\playertype{} 5~GB and 6~GB} 12\newcommand{\playerlongtype}{\playertype{} 5~GB and 6~GB}
13\newcommand{\genericimg}{128x128x16} 13\newcommand{\dapdisplaywidth}{128}
14\newcommand{\dapdisplayheight}{128}
15\newcommand{\dapdisplaydepth}{16}
14\newcommand{\specimg}{iriverh10_5gb} 16\newcommand{\specimg}{iriverh10_5gb}
15%Used to name the player, e.g. ...to the \dap 17%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 18\newcommand{\dap}{player}
diff --git a/manual/platform/iriverh300.tex b/manual/platform/iriverh300.tex
index a69af98455..354287c5c5 100644
--- a/manual/platform/iriverh300.tex
+++ b/manual/platform/iriverh300.tex
@@ -11,7 +11,9 @@
11\newcommand{\playerman}{Iriver} 11\newcommand{\playerman}{Iriver}
12\newcommand{\playertype}{H3xx} 12\newcommand{\playertype}{H3xx}
13\newcommand{\playerlongtype}{H320 and H340} 13\newcommand{\playerlongtype}{H320 and H340}
14\newcommand{\genericimg}{220x176x16} 14\newcommand{\dapdisplaywidth}{220}
15\newcommand{\dapdisplayheight}{176}
16\newcommand{\dapdisplaydepth}{16}
15\newcommand{\specimg}{iriverh300} 17\newcommand{\specimg}{iriverh300}
16%Used to name the player, e.g. ...to the \dap 18%Used to name the player, e.g. ...to the \dap
17\newcommand{\dap}{player} 19\newcommand{\dap}{player}
diff --git a/manual/platform/mrobe100.tex b/manual/platform/mrobe100.tex
index 16dc669fec..148028ecd3 100644
--- a/manual/platform/mrobe100.tex
+++ b/manual/platform/mrobe100.tex
@@ -12,7 +12,9 @@
12\newcommand{\playerman}{Olympus} 12\newcommand{\playerman}{Olympus}
13\newcommand{\playertype}{m:robe 100} 13\newcommand{\playertype}{m:robe 100}
14\newcommand{\playerlongtype}{\playertype} 14\newcommand{\playerlongtype}{\playertype}
15\newcommand{\genericimg}{160x128x1} 15\newcommand{\dapdisplaywidth}{160}
16\newcommand{\dapdisplayheight}{128}
17\newcommand{\dapdisplaydepth}{1}
16\newcommand{\specimg}{mrobe100} 18\newcommand{\specimg}{mrobe100}
17%Used to name the player, e.g. ...to the \dap 19%Used to name the player, e.g. ...to the \dap
18\newcommand{\dap}{player} 20\newcommand{\dap}{player}
diff --git a/manual/platform/sa9200.tex b/manual/platform/sa9200.tex
index f5c5e4514e..6d6bbebffe 100644
--- a/manual/platform/sa9200.tex
+++ b/manual/platform/sa9200.tex
@@ -9,7 +9,9 @@
9\newcommand{\playerman}{Philips} 9\newcommand{\playerman}{Philips}
10\newcommand{\playertype}{GoGear SA9200} 10\newcommand{\playertype}{GoGear SA9200}
11\newcommand{\playerlongtype}{\playertype} 11\newcommand{\playerlongtype}{\playertype}
12\newcommand{\genericimg}{128x160x16} 12\newcommand{\dapdisplaywidth}{128}
13\newcommand{\dapdisplayheight}{160}
14\newcommand{\dapdisplaydepth}{16}
13\newcommand{\specimg}{sa9200} 15\newcommand{\specimg}{sa9200}
14%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player} 17\newcommand{\dap}{player}
diff --git a/manual/platform/sansac200.tex b/manual/platform/sansac200.tex
index 3d4cc1bc46..ded04c7865 100644
--- a/manual/platform/sansac200.tex
+++ b/manual/platform/sansac200.tex
@@ -10,7 +10,9 @@
10\newcommand{\playerman}{Sansa} 10\newcommand{\playerman}{Sansa}
11\newcommand{\playertype}{c200 Series} 11\newcommand{\playertype}{c200 Series}
12\newcommand{\playerlongtype}{\playertype} 12\newcommand{\playerlongtype}{\playertype}
13\newcommand{\genericimg}{132x80x16} 13\newcommand{\dapdisplaywidth}{132}
14\newcommand{\dapdisplayheight}{80}
15\newcommand{\dapdisplaydepth}{16}
14\newcommand{\specimg}{sansac200} 16\newcommand{\specimg}{sansac200}
15%Used to name the player, e.g. ...to the \dap 17%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 18\newcommand{\dap}{player}
diff --git a/manual/platform/sansaclip.tex b/manual/platform/sansaclip.tex
index a39528fdc4..d302915f6a 100644
--- a/manual/platform/sansaclip.tex
+++ b/manual/platform/sansaclip.tex
@@ -10,7 +10,9 @@
10\newcommand{\playerman}{Sansa} 10\newcommand{\playerman}{Sansa}
11\newcommand{\playertype}{Clip} 11\newcommand{\playertype}{Clip}
12\newcommand{\playerlongtype}{Clip v1} 12\newcommand{\playerlongtype}{Clip v1}
13\newcommand{\genericimg}{128x64x1} 13\newcommand{\dapdisplaywidth}{128}
14\newcommand{\dapdisplayheight}{64}
15\newcommand{\dapdisplaydepth}{1}
14\newcommand{\specimg}{sansaclip} 16\newcommand{\specimg}{sansaclip}
15%Used to name the player, e.g. ...to the \dap 17%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 18\newcommand{\dap}{player}
diff --git a/manual/platform/sansaclipplus.tex b/manual/platform/sansaclipplus.tex
index 871d1c0276..0360b49a54 100644
--- a/manual/platform/sansaclipplus.tex
+++ b/manual/platform/sansaclipplus.tex
@@ -10,7 +10,9 @@
10\newcommand{\playerman}{Sansa} 10\newcommand{\playerman}{Sansa}
11\newcommand{\playertype}{Clip+} 11\newcommand{\playertype}{Clip+}
12\newcommand{\playerlongtype}{\playertype} 12\newcommand{\playerlongtype}{\playertype}
13\newcommand{\genericimg}{128x64x1} 13\newcommand{\dapdisplaywidth}{128}
14\newcommand{\dapdisplayheight}{64}
15\newcommand{\dapdisplaydepth}{1}
14\newcommand{\specimg}{sansaclipplus} 16\newcommand{\specimg}{sansaclipplus}
15%Used to name the player, e.g. ...to the \dap 17%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 18\newcommand{\dap}{player}
diff --git a/manual/platform/sansaclipv2.tex b/manual/platform/sansaclipv2.tex
index ba053535a6..dcfe679592 100644
--- a/manual/platform/sansaclipv2.tex
+++ b/manual/platform/sansaclipv2.tex
@@ -10,7 +10,9 @@
10\newcommand{\playerman}{Sansa} 10\newcommand{\playerman}{Sansa}
11\newcommand{\playertype}{Clip} 11\newcommand{\playertype}{Clip}
12\newcommand{\playerlongtype}{Clip v2} 12\newcommand{\playerlongtype}{Clip v2}
13\newcommand{\genericimg}{128x64x1} 13\newcommand{\dapdisplaywidth}{128}
14\newcommand{\dapdisplayheight}{64}
15\newcommand{\dapdisplaydepth}{1}
14\newcommand{\specimg}{sansaclip} 16\newcommand{\specimg}{sansaclip}
15%Used to name the player, e.g. ...to the \dap 17%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 18\newcommand{\dap}{player}
diff --git a/manual/platform/sansae200.tex b/manual/platform/sansae200.tex
index 1703a0c309..4fdf7f43ba 100644
--- a/manual/platform/sansae200.tex
+++ b/manual/platform/sansae200.tex
@@ -10,8 +10,9 @@
10\newcommand{\playerman}{Sansa} 10\newcommand{\playerman}{Sansa}
11\newcommand{\playertype}{e200 and e200R Series} 11\newcommand{\playertype}{e200 and e200R Series}
12\newcommand{\playerlongtype}{\playertype} 12\newcommand{\playerlongtype}{\playertype}
13\newcommand{\genericimg}{176x220x16} 13\newcommand{\dapdisplaywidth}{176}
14\newcommand{\specimg}{sansae200} 14\newcommand{\dapdisplayheight}{220}
15\newcommand{\dapdisplaydepth}{16}\newcommand{\specimg}{sansae200}
15%Used to name the player, e.g. ...to the \dap 16%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 17\newcommand{\dap}{player}
17%For use when referring to the player. E.g. the \daps\ capacity ... 18%For use when referring to the player. E.g. the \daps\ capacity ...
diff --git a/manual/platform/sansae200v2.tex b/manual/platform/sansae200v2.tex
index d1f4fdffc2..508e5b612b 100644
--- a/manual/platform/sansae200v2.tex
+++ b/manual/platform/sansae200v2.tex
@@ -10,7 +10,9 @@
10\newcommand{\playerman}{Sansa} 10\newcommand{\playerman}{Sansa}
11\newcommand{\playertype}{e200v2 Series} 11\newcommand{\playertype}{e200v2 Series}
12\newcommand{\playerlongtype}{\playertype} 12\newcommand{\playerlongtype}{\playertype}
13\newcommand{\genericimg}{176x220x16} 13\newcommand{\dapdisplaywidth}{176}
14\newcommand{\dapdisplayheight}{220}
15\newcommand{\dapdisplaydepth}{16}
14\newcommand{\specimg}{sansae200} 16\newcommand{\specimg}{sansae200}
15%Used to name the player, e.g. ...to the \dap 17%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 18\newcommand{\dap}{player}
diff --git a/manual/platform/sansafuze.tex b/manual/platform/sansafuze.tex
index 9ba14c4d9b..6de548b3d7 100644
--- a/manual/platform/sansafuze.tex
+++ b/manual/platform/sansafuze.tex
@@ -10,7 +10,9 @@
10\newcommand{\playerman}{Sansa} 10\newcommand{\playerman}{Sansa}
11\newcommand{\playertype}{Fuze} 11\newcommand{\playertype}{Fuze}
12\newcommand{\playerlongtype}{\playertype} 12\newcommand{\playerlongtype}{\playertype}
13\newcommand{\genericimg}{220x176x16} 13\newcommand{\dapdisplaywidth}{220}
14\newcommand{\dapdisplayheight}{176}
15\newcommand{\dapdisplaydepth}{16}
14\newcommand{\specimg}{sansafuze} 16\newcommand{\specimg}{sansafuze}
15%Used to name the player, e.g. ...to the \dap 17%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 18\newcommand{\dap}{player}
diff --git a/manual/platform/vibe500.tex b/manual/platform/vibe500.tex
index 1dc515d846..7397796cea 100644
--- a/manual/platform/vibe500.tex
+++ b/manual/platform/vibe500.tex
@@ -10,7 +10,9 @@
10\newcommand{\playerman}{Packard Bell} 10\newcommand{\playerman}{Packard Bell}
11\newcommand{\playertype}{Vibe 500} 11\newcommand{\playertype}{Vibe 500}
12\newcommand{\playerlongtype}{\playertype} 12\newcommand{\playerlongtype}{\playertype}
13\newcommand{\genericimg}{160x128x16} 13\newcommand{\dapdisplaywidth}{160}
14\newcommand{\dapdisplayheight}{128}
15\newcommand{\dapdisplaydepth}{16}
14\newcommand{\specimg}{vibe500} 16\newcommand{\specimg}{vibe500}
15%Used to name the player, e.g. ...to the \dap 17%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 18\newcommand{\dap}{player}
diff --git a/manual/plugins/chip8emulator.tex b/manual/plugins/chip8emulator.tex
index c410396039..71859c0c7b 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}
6There are lots of tiny Chip8 games (usually only about 256 bytes to a 6There are lots of tiny Chip8 games (usually only about 256 bytes to a
7couple of KB) which were made popular by the HP48 7couple of KB) which were made popular by the HP48
8calculator's emulator for them. The original Chip8 had 8calculator's emulator for them. The original Chip8 had
964x32 pixel graphics, and the new superchip emulator supports 128x64 964$\times$32 pixel graphics, and the new superchip emulator supports 128$\times$64
10graphics. 10graphics.
11 11
12The only problem is that they are based on a 4x4 keyboard, but since most 12The only problem is that they are based on a 4$\times$4 keyboard, but since most
13games do not use all of the buttons, this can easily be worked around. 13games do not use all of the buttons, this can easily be worked around.
14 14
15To do this, one may put a \fname{.c8k} file with the same name as the 15To do this, one may put a \fname{.c8k} file with the same name as the
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 23724ab287..3eef5eb3b8 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -140,6 +140,9 @@
140 {\end{itemize}} 140 {\end{itemize}}
141 141
142 142
143\newcommand{\dapdisplaysize}{\dapdisplaywidth$\times$\dapdisplayheight$\times$\dapdisplaydepth}
144\newcommand{\genericimg}{\dapdisplaywidth x\dapdisplayheight x\dapdisplaydepth}
145
143% add screenshot image. 146% add screenshot image.
144% Usage: \screenshot{filename}{caption}{label} 147% Usage: \screenshot{filename}{caption}{label}
145% By using the 'H' (HERE) placement, the screenshots are placed where 148% By using the 'H' (HERE) placement, the screenshots are placed where
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index 9a69dde57a..fd139e7572 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -20,7 +20,7 @@
20Throughout this manual, the buttons on the \dap{} are labelled according to the 20Throughout this manual, the buttons on the \dap{} are labelled according to the
21picture above. 21picture above.
22\opt{touchscreen}{ 22\opt{touchscreen}{
23The areas of the touchscreen in the 3x3 grid mode are in turn referred as follows: 23The areas of the touchscreen in the 3$\times$3 grid mode are in turn referred as follows:
24\begin{table} 24\begin{table}
25 \begin{center} 25 \begin{center}
26 %\begin{tabularx}{.82\textwidth}{l|c|r} 26 %\begin{tabularx}{.82\textwidth}{l|c|r}