summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2010-08-13 21:36:44 +0000
committerMarianne Arnold <pixelma@rockbox.org>2010-08-13 21:36:44 +0000
commitf67dfd9a2bb2bc9a13677264ba20da4efb9b007a (patch)
tree0660621538683f31b1cee79f14b9072459f1f3a6 /manual
parentdfc109ac65e54b3c783b6783a0371a988c8e2dd7 (diff)
downloadrockbox-f67dfd9a2bb2bc9a13677264ba20da4efb9b007a.tar.gz
rockbox-f67dfd9a2bb2bc9a13677264ba20da4efb9b007a.zip
Fix manuals broken by r27787 - underscores have a meaning in tex and need to be escaped. Put the name into quotes like the .bmp above while at it. The way it is done now looks a bit silly but works, feel free to improve.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27804 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/wps_tags.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index ca6f3d99a0..453431d9c7 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -317,7 +317,7 @@ Examples:
& Preload an image for later display (useful for when your images are displayed conditionally).\newline
\config{n}: image ID (a-z and A-Z) for later referencing in \config{\%xd}\newline
\config{filename}: file name relative to \fname{/.rockbox/} and including ``.bmp''\newline
- If the filename is __list_icons__ the list icon bitmap will be used instead\newline
+ If the filename is ``\_\_list\_icons\_\_'' the list icon bitmap will be used instead\newline
\config{x}: x coordinate\newline
\config{y}: y coordinate\newline
\config{nimages}: (optional) number of sub-images (tiled vertically, of the same height)