From f67dfd9a2bb2bc9a13677264ba20da4efb9b007a Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Fri, 13 Aug 2010 21:36:44 +0000 Subject: [PATCH] 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 --- manual/appendix/wps_tags.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)