A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

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

+110 -42
+3 -3
manual/advanced_topics/main.tex
··· 125 125 \subsection{\label{ref:LoadingBackdrops}Loading Backdrops} 126 126 Rockbox supports showing an image as a backdrop in the \setting{File Browser} 127 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 129 number giving the colour depth in bits). To use an image as a backdrop browse 130 130 to it in the \setting{File Browser} and open the \setting{Context Menu} 131 131 (see \reference{ref:Contextmenu}) on it and select the option ··· 221 221 \item Lines beginning with \# are comments and will be ignored. 222 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 225 the last number giving the colour depth in bits) when 226 226 designing your own WPS, or if you use a WPS designed for another target. 227 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 230 \nopt{lcd_charcell}{ 231 231 \subsubsection{\label{ref:Viewports}Viewports}
+1 -1
manual/appendix/wps_tags.tex
··· 371 371 \begin{enumerate} 372 372 \item Load albumart at position 20,40 and display it without resizing:\\ 373 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 375 pixels. If the image isn't square, align it to the bottom-right 376 376 corner:\\ 377 377 \config{\%CL{\textbar}0{\textbar}20{\textbar}r100{\textbar}b100{\textbar}}
+1 -1
manual/getting_started/installation.tex
··· 82 82 cards until we are satisfied the driver is safe to use.\\} 83 83 \item There is only basic touchscreen support. Further work is 84 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 86 which divides the screen into areas to emulate a set of physical 87 87 buttons (the default setting), or ``absolute point'' mode where the 88 88 touchscreen is used to point to items on the screen.\\}
+3 -1
manual/platform/archosfmrecorder.tex
··· 9 9 \newcommand{\playerman}{Archos} 10 10 \newcommand{\playertype}{Recorder V2/FM} 11 11 \newcommand{\playerlongtype}{Recorder V2 and FM} 12 - \newcommand{\genericimg}{112x64x1} 12 + \newcommand{\dapdisplaywidth}{112} 13 + \newcommand{\dapdisplayheight}{64} 14 + \newcommand{\dapdisplaydepth}{1} 13 15 \newcommand{\specimg}{archosfmrecorder} 14 16 %Used to name the player, e.g. ...to the \dap 15 17 \newcommand{\dap}{player}
+3 -1
manual/platform/archosondiofm.tex
··· 9 9 \newcommand{\playerman}{Archos} 10 10 \newcommand{\playertype}{Ondio} 11 11 \newcommand{\playerlongtype}{Ondio 128 FM} 12 - \newcommand{\genericimg}{112x64x1} 12 + \newcommand{\dapdisplaywidth}{112} 13 + \newcommand{\dapdisplayheight}{64} 14 + \newcommand{\dapdisplaydepth}{1} 13 15 \newcommand{\specimg}{archosondiofm} 14 16 %Used to name the player, e.g. ...to the \dap 15 17 \newcommand{\dap}{player}
+3 -1
manual/platform/archosondiosp.tex
··· 9 9 \newcommand{\playerman}{Archos} 10 10 \newcommand{\playertype}{Ondio} 11 11 \newcommand{\playerlongtype}{Ondio 128 SP} 12 - \newcommand{\genericimg}{112x64x1} 12 + \newcommand{\dapdisplaywidth}{112} 13 + \newcommand{\dapdisplayheight}{64} 14 + \newcommand{\dapdisplaydepth}{1} 13 15 \newcommand{\specimg}{archosondiosp} 14 16 %Used to name the player, e.g. ...to the \dap 15 17 \newcommand{\dap}{player}
+3 -1
manual/platform/archosplayer.tex
··· 10 10 \newcommand{\playerman}{Archos} 11 11 \newcommand{\playertype}{Studio/Player} 12 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 16 \newcommand{\specimg}{archosplayer} 15 17 %Used to name the player, e.g. ...to the \dap 16 18 \newcommand{\dap}{player}
+3 -1
manual/platform/archosrecorder.tex
··· 9 9 \newcommand{\playerman}{Archos} 10 10 \newcommand{\playertype}{Recorder} 11 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 16 \newcommand{\specimg}{archosrecorder} 15 17 %Used to name the player, e.g. ...to the \dap
+3 -1
manual/platform/cowond2.tex
··· 9 9 \newcommand{\playerman}{Cowon} 10 10 \newcommand{\playertype}{D2} 11 11 \newcommand{\playerlongtype}{\playertype} 12 - \newcommand{\genericimg}{320x240x16} 12 + \newcommand{\dapdisplaywidth}{320} 13 + \newcommand{\dapdisplayheight}{240} 14 + \newcommand{\dapdisplaydepth}{16} 13 15 \newcommand{\specimg}{cowond2} 14 16 %Used to name the player, e.g. ...to the \dap 15 17 \newcommand{\dap}{player}
+3 -1
manual/platform/gigabeatfx.tex
··· 13 13 \newcommand{\playerman}{Toshiba} 14 14 \newcommand{\playertype}{Gigabeat F and X Series} 15 15 \newcommand{\playerlongtype}{\playertype} 16 - \newcommand{\genericimg}{240x320x16} 16 + \newcommand{\dapdisplaywidth}{240} 17 + \newcommand{\dapdisplayheight}{320} 18 + \newcommand{\dapdisplaydepth}{16} 17 19 \newcommand{\specimg}{gigabeatfx} 18 20 %Used to name the player, e.g. ...to the \dap 19 21 \newcommand{\dap}{player}
+3 -1
manual/platform/gigabeats.tex
··· 12 12 \newcommand{\playerman}{Toshiba} 13 13 \newcommand{\playertype}{Gigabeat S Series} 14 14 \newcommand{\playerlongtype}{\playertype} 15 - \newcommand{\genericimg}{240x320x16} 15 + \newcommand{\dapdisplaywidth}{240} 16 + \newcommand{\dapdisplayheight}{320} 17 + \newcommand{\dapdisplaydepth}{16} 16 18 \newcommand{\specimg}{gigabeats} 17 19 %Used to name the player, e.g. ...to the \dap 18 20 \newcommand{\dap}{player}
+3 -1
manual/platform/iaudiom3.tex
··· 11 11 \newcommand{\playerman}{Iaudio} 12 12 \newcommand{\playertype}{M3} 13 13 \newcommand{\playerlongtype}{\playertype} 14 - \newcommand{\genericimg}{128x96x2} 14 + \newcommand{\dapdisplaywidth}{128} 15 + \newcommand{\dapdisplayheight}{96} 16 + \newcommand{\dapdisplaydepth}{2} 15 17 \newcommand{\specimg}{iaudiom3} 16 18 %Used to name the player, e.g. ...to the \dap 17 19 \newcommand{\dap}{player}
+3 -1
manual/platform/iaudiom5.tex
··· 11 11 \newcommand{\playerman}{Iaudio} 12 12 \newcommand{\playertype}{M5} 13 13 \newcommand{\playerlongtype}{\playertype} 14 - \newcommand{\genericimg}{160x128x2} 14 + \newcommand{\dapdisplaywidth}{160} 15 + \newcommand{\dapdisplayheight}{128} 16 + \newcommand{\dapdisplaydepth}{2} 15 17 \newcommand{\specimg}{iaudiom5} 16 18 %Used to name the player, e.g. ...to the \dap 17 19 \newcommand{\dap}{player}
+3 -1
manual/platform/iaudiox5.tex
··· 11 11 \newcommand{\playerman}{Iaudio} 12 12 \newcommand{\playertype}{X5} 13 13 \newcommand{\playerlongtype}{\playertype} 14 - \newcommand{\genericimg}{160x128x16} 14 + \newcommand{\dapdisplaywidth}{160} 15 + \newcommand{\dapdisplayheight}{128} 16 + \newcommand{\dapdisplaydepth}{16} 15 17 \newcommand{\specimg}{iaudiox5} 16 18 %Used to name the player, e.g. ...to the \dap 17 19 \newcommand{\dap}{player}
+3 -1
manual/platform/ipod1g2g.tex
··· 9 9 \newcommand{\playerman}{Ipod} 10 10 \newcommand{\playertype}{1G / 2G} 11 11 \newcommand{\playerlongtype}{\playertype} 12 - \newcommand{\genericimg}{160x128x2} 12 + \newcommand{\dapdisplaywidth}{160} 13 + \newcommand{\dapdisplayheight}{128} 14 + \newcommand{\dapdisplaydepth}{2} 13 15 \newcommand{\specimg}{ipod1g2g} 14 16 %Used to name the player, e.g. ...to the \dap 15 17 \newcommand{\dap}{player}
+3 -1
manual/platform/ipod3g.tex
··· 9 9 \newcommand{\playerman}{Ipod} 10 10 \newcommand{\playertype}{3G} 11 11 \newcommand{\playerlongtype}{\playertype} 12 - \newcommand{\genericimg}{160x128x2} 12 + \newcommand{\dapdisplaywidth}{160} 13 + \newcommand{\dapdisplayheight}{128} 14 + \newcommand{\dapdisplaydepth}{2} 13 15 \newcommand{\specimg}{ipod3g} 14 16 %Used to name the player, e.g. ...to the \dap 15 17 \newcommand{\dap}{player}
+3 -1
manual/platform/ipod4g.tex
··· 9 9 \newcommand{\playerman}{Ipod} 10 10 \newcommand{\playertype}{4G} 11 11 \newcommand{\playerlongtype}{\playertype} 12 - \newcommand{\genericimg}{160x128x2} 12 + \newcommand{\dapdisplaywidth}{160} 13 + \newcommand{\dapdisplayheight}{128} 14 + \newcommand{\dapdisplaydepth}{2} 13 15 \newcommand{\specimg}{ipod4g} 14 16 %Used to name the player, e.g. ...to the \dap 15 17 \newcommand{\dap}{player}
+3 -1
manual/platform/ipodcolor.tex
··· 9 9 \newcommand{\playerman}{Ipod} 10 10 \newcommand{\playertype}{Color} 11 11 \newcommand{\playerlongtype}{\playertype} 12 - \newcommand{\genericimg}{220x176x16} 12 + \newcommand{\dapdisplaywidth}{220} 13 + \newcommand{\dapdisplayheight}{176} 14 + \newcommand{\dapdisplaydepth}{16} 13 15 \newcommand{\specimg}{ipodcolor} 14 16 %Used to name the player, e.g. ...to the \dap 15 17 \newcommand{\dap}{player}
+3 -1
manual/platform/ipodmini1g.tex
··· 9 9 \newcommand{\playerman}{Ipod} 10 10 \newcommand{\playertype}{Mini} 11 11 \newcommand{\playerlongtype}{\playertype} 12 - \newcommand{\genericimg}{138x110x2} 12 + \newcommand{\dapdisplaywidth}{138} 13 + \newcommand{\dapdisplayheight}{110} 14 + \newcommand{\dapdisplaydepth}{2} 13 15 \newcommand{\specimg}{ipodmini1g} 14 16 %Used to name the player, e.g. ...to the \dap 15 17 \newcommand{\dap}{player}
+3 -1
manual/platform/ipodnano1g.tex
··· 8 8 \newcommand{\playerman}{Ipod} 9 9 \newcommand{\playertype}{Nano} 10 10 \newcommand{\playerlongtype}{\playertype{} 1st generation} 11 - \newcommand{\genericimg}{176x132x16} 11 + \newcommand{\dapdisplaywidth}{176} 12 + \newcommand{\dapdisplayheight}{132} 13 + \newcommand{\dapdisplaydepth}{16} 12 14 \newcommand{\specimg}{ipodnano1g} 13 15 %Used to name the player, e.g. ...to the \dap 14 16 \newcommand{\dap}{player}
+3 -1
manual/platform/ipodnano2g.tex
··· 8 8 \newcommand{\playerman}{Ipod} 9 9 \newcommand{\playertype}{Nano} 10 10 \newcommand{\playerlongtype}{\playertype{} 2nd generation} 11 - \newcommand{\genericimg}{176x132x16} 11 + \newcommand{\dapdisplaywidth}{176} 12 + \newcommand{\dapdisplayheight}{132} 13 + \newcommand{\dapdisplaydepth}{16} 12 14 \newcommand{\specimg}{ipodnano2g} 13 15 %Used to name the player, e.g. ...to the \dap 14 16 \newcommand{\dap}{player}
+3 -1
manual/platform/ipodvideo.tex
··· 10 10 \newcommand{\playerman}{Ipod} 11 11 \newcommand{\playertype}{Video} 12 12 \newcommand{\playerlongtype}{\playertype} 13 - \newcommand{\genericimg}{320x240x16} 13 + \newcommand{\dapdisplaywidth}{320} 14 + \newcommand{\dapdisplayheight}{240} 15 + \newcommand{\dapdisplaydepth}{16} 14 16 \newcommand{\specimg}{ipodvideo} 15 17 %Used to name the player, e.g. ...to the \dap 16 18 \newcommand{\dap}{player}
+3 -1
manual/platform/iriverh10.tex
··· 10 10 \newcommand{\playerman}{Iriver} 11 11 \newcommand{\playertype}{H10} 12 12 \newcommand{\playerlongtype}{\playertype{} 20~GB} 13 - \newcommand{\genericimg}{160x128x16} 13 + \newcommand{\dapdisplaywidth}{160} 14 + \newcommand{\dapdisplayheight}{128} 15 + \newcommand{\dapdisplaydepth}{16} 14 16 \newcommand{\specimg}{iriverh10} 15 17 %Used to name the player, e.g. ...to the \dap 16 18 \newcommand{\dap}{player}
+3 -1
manual/platform/iriverh100.tex
··· 13 13 \newcommand{\playerman}{Iriver} 14 14 \newcommand{\playertype}{H100} 15 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 19 \newcommand{\specimg}{iriverh100} 18 20 %Used to name the player, e.g. ...to the \dap 19 21 \newcommand{\dap}{player}
+3 -1
manual/platform/iriverh10_5gb.tex
··· 10 10 \newcommand{\playerman}{Iriver} 11 11 \newcommand{\playertype}{H10} 12 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 16 \newcommand{\specimg}{iriverh10_5gb} 15 17 %Used to name the player, e.g. ...to the \dap 16 18 \newcommand{\dap}{player}
+3 -1
manual/platform/iriverh300.tex
··· 11 11 \newcommand{\playerman}{Iriver} 12 12 \newcommand{\playertype}{H3xx} 13 13 \newcommand{\playerlongtype}{H320 and H340} 14 - \newcommand{\genericimg}{220x176x16} 14 + \newcommand{\dapdisplaywidth}{220} 15 + \newcommand{\dapdisplayheight}{176} 16 + \newcommand{\dapdisplaydepth}{16} 15 17 \newcommand{\specimg}{iriverh300} 16 18 %Used to name the player, e.g. ...to the \dap 17 19 \newcommand{\dap}{player}
+3 -1
manual/platform/mrobe100.tex
··· 12 12 \newcommand{\playerman}{Olympus} 13 13 \newcommand{\playertype}{m:robe 100} 14 14 \newcommand{\playerlongtype}{\playertype} 15 - \newcommand{\genericimg}{160x128x1} 15 + \newcommand{\dapdisplaywidth}{160} 16 + \newcommand{\dapdisplayheight}{128} 17 + \newcommand{\dapdisplaydepth}{1} 16 18 \newcommand{\specimg}{mrobe100} 17 19 %Used to name the player, e.g. ...to the \dap 18 20 \newcommand{\dap}{player}
+3 -1
manual/platform/sa9200.tex
··· 9 9 \newcommand{\playerman}{Philips} 10 10 \newcommand{\playertype}{GoGear SA9200} 11 11 \newcommand{\playerlongtype}{\playertype} 12 - \newcommand{\genericimg}{128x160x16} 12 + \newcommand{\dapdisplaywidth}{128} 13 + \newcommand{\dapdisplayheight}{160} 14 + \newcommand{\dapdisplaydepth}{16} 13 15 \newcommand{\specimg}{sa9200} 14 16 %Used to name the player, e.g. ...to the \dap 15 17 \newcommand{\dap}{player}
+3 -1
manual/platform/sansac200.tex
··· 10 10 \newcommand{\playerman}{Sansa} 11 11 \newcommand{\playertype}{c200 Series} 12 12 \newcommand{\playerlongtype}{\playertype} 13 - \newcommand{\genericimg}{132x80x16} 13 + \newcommand{\dapdisplaywidth}{132} 14 + \newcommand{\dapdisplayheight}{80} 15 + \newcommand{\dapdisplaydepth}{16} 14 16 \newcommand{\specimg}{sansac200} 15 17 %Used to name the player, e.g. ...to the \dap 16 18 \newcommand{\dap}{player}
+3 -1
manual/platform/sansaclip.tex
··· 10 10 \newcommand{\playerman}{Sansa} 11 11 \newcommand{\playertype}{Clip} 12 12 \newcommand{\playerlongtype}{Clip v1} 13 - \newcommand{\genericimg}{128x64x1} 13 + \newcommand{\dapdisplaywidth}{128} 14 + \newcommand{\dapdisplayheight}{64} 15 + \newcommand{\dapdisplaydepth}{1} 14 16 \newcommand{\specimg}{sansaclip} 15 17 %Used to name the player, e.g. ...to the \dap 16 18 \newcommand{\dap}{player}
+3 -1
manual/platform/sansaclipplus.tex
··· 10 10 \newcommand{\playerman}{Sansa} 11 11 \newcommand{\playertype}{Clip+} 12 12 \newcommand{\playerlongtype}{\playertype} 13 - \newcommand{\genericimg}{128x64x1} 13 + \newcommand{\dapdisplaywidth}{128} 14 + \newcommand{\dapdisplayheight}{64} 15 + \newcommand{\dapdisplaydepth}{1} 14 16 \newcommand{\specimg}{sansaclipplus} 15 17 %Used to name the player, e.g. ...to the \dap 16 18 \newcommand{\dap}{player}
+3 -1
manual/platform/sansaclipv2.tex
··· 10 10 \newcommand{\playerman}{Sansa} 11 11 \newcommand{\playertype}{Clip} 12 12 \newcommand{\playerlongtype}{Clip v2} 13 - \newcommand{\genericimg}{128x64x1} 13 + \newcommand{\dapdisplaywidth}{128} 14 + \newcommand{\dapdisplayheight}{64} 15 + \newcommand{\dapdisplaydepth}{1} 14 16 \newcommand{\specimg}{sansaclip} 15 17 %Used to name the player, e.g. ...to the \dap 16 18 \newcommand{\dap}{player}
+3 -2
manual/platform/sansae200.tex
··· 10 10 \newcommand{\playerman}{Sansa} 11 11 \newcommand{\playertype}{e200 and e200R Series} 12 12 \newcommand{\playerlongtype}{\playertype} 13 - \newcommand{\genericimg}{176x220x16} 14 - \newcommand{\specimg}{sansae200} 13 + \newcommand{\dapdisplaywidth}{176} 14 + \newcommand{\dapdisplayheight}{220} 15 + \newcommand{\dapdisplaydepth}{16}\newcommand{\specimg}{sansae200} 15 16 %Used to name the player, e.g. ...to the \dap 16 17 \newcommand{\dap}{player} 17 18 %For use when referring to the player. E.g. the \daps\ capacity ...
+3 -1
manual/platform/sansae200v2.tex
··· 10 10 \newcommand{\playerman}{Sansa} 11 11 \newcommand{\playertype}{e200v2 Series} 12 12 \newcommand{\playerlongtype}{\playertype} 13 - \newcommand{\genericimg}{176x220x16} 13 + \newcommand{\dapdisplaywidth}{176} 14 + \newcommand{\dapdisplayheight}{220} 15 + \newcommand{\dapdisplaydepth}{16} 14 16 \newcommand{\specimg}{sansae200} 15 17 %Used to name the player, e.g. ...to the \dap 16 18 \newcommand{\dap}{player}
+3 -1
manual/platform/sansafuze.tex
··· 10 10 \newcommand{\playerman}{Sansa} 11 11 \newcommand{\playertype}{Fuze} 12 12 \newcommand{\playerlongtype}{\playertype} 13 - \newcommand{\genericimg}{220x176x16} 13 + \newcommand{\dapdisplaywidth}{220} 14 + \newcommand{\dapdisplayheight}{176} 15 + \newcommand{\dapdisplaydepth}{16} 14 16 \newcommand{\specimg}{sansafuze} 15 17 %Used to name the player, e.g. ...to the \dap 16 18 \newcommand{\dap}{player}
+3 -1
manual/platform/vibe500.tex
··· 10 10 \newcommand{\playerman}{Packard Bell} 11 11 \newcommand{\playertype}{Vibe 500} 12 12 \newcommand{\playerlongtype}{\playertype} 13 - \newcommand{\genericimg}{160x128x16} 13 + \newcommand{\dapdisplaywidth}{160} 14 + \newcommand{\dapdisplayheight}{128} 15 + \newcommand{\dapdisplaydepth}{16} 14 16 \newcommand{\specimg}{vibe500} 15 17 %Used to name the player, e.g. ...to the \dap 16 18 \newcommand{\dap}{player}
+2 -2
manual/plugins/chip8emulator.tex
··· 6 6 There are lots of tiny Chip8 games (usually only about 256 bytes to a 7 7 couple of KB) which were made popular by the HP48 8 8 calculator's emulator for them. The original Chip8 had 9 - 64x32 pixel graphics, and the new superchip emulator supports 128x64 9 + 64$\times$32 pixel graphics, and the new superchip emulator supports 128$\times$64 10 10 graphics. 11 11 12 - The only problem is that they are based on a 4x4 keyboard, but since most 12 + The only problem is that they are based on a 4$\times$4 keyboard, but since most 13 13 games do not use all of the buttons, this can easily be worked around. 14 14 15 15 To do this, one may put a \fname{.c8k} file with the same name as the
+3
manual/preamble.tex
··· 140 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 146 % add screenshot image. 144 147 % Usage: \screenshot{filename}{caption}{label} 145 148 % By using the 'H' (HERE) placement, the screenshots are placed where
+1 -1
manual/rockbox_interface/main.tex
··· 20 20 Throughout this manual, the buttons on the \dap{} are labelled according to the 21 21 picture above. 22 22 \opt{touchscreen}{ 23 - The areas of the touchscreen in the 3x3 grid mode are in turn referred as follows: 23 + The areas of the touchscreen in the 3$\times$3 grid mode are in turn referred as follows: 24 24 \begin{table} 25 25 \begin{center} 26 26 %\begin{tabularx}{.82\textwidth}{l|c|r}