summaryrefslogtreecommitdiff
path: root/manual/appendix/wps_tags.tex
diff options
context:
space:
mode:
authorSebastian Leonhardt <sebastian.leonhardt@web.de>2018-07-31 12:10:29 +0200
committerSebastian Leonhardt <sebastian.leonhardt@web.de>2018-08-05 12:57:05 +0200
commit5dfcadc45bdecd2d5f075e9792e0c7ca65f9bb5f (patch)
treefdd3291d1493455b2c5b088c724f647f6541eb97 /manual/appendix/wps_tags.tex
parent744274220833e017f3cc3f1b61abd0fc7c3885ec (diff)
downloadrockbox-5dfcadc45bdecd2d5f075e9792e0c7ca65f9bb5f.tar.gz
rockbox-5dfcadc45bdecd2d5f075e9792e0c7ca65f9bb5f.zip
manual: nitpicking on '-' character and other minor details
Change-Id: Id204276387d55ba2276530ed1cb6ee827e28062a
Diffstat (limited to 'manual/appendix/wps_tags.tex')
-rw-r--r--manual/appendix/wps_tags.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 00cb8dd8f9..f1f79b9351 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -104,7 +104,7 @@ show the information for the next song to be played.
104 \begin{tagmap} 104 \begin{tagmap}
105 \config{\%dr(x,y,width,height,[color1,color2])} & Color a rectangle. \\ 105 \config{\%dr(x,y,width,height,[color1,color2])} & Color a rectangle. \\
106 \end{tagmap} 106 \end{tagmap}
107 width and height can be - to fill the viewport. If no color is 107 width and height can be ``$-$'' to fill the viewport. If no color is
108 specified the viewports foreground color will be used. If two 108 specified the viewports foreground color will be used. If two
109 colors are specified it will do a gradient fill. 109 colors are specified it will do a gradient fill.
110} 110}
@@ -153,8 +153,8 @@ show the information for the next song to be played.
153 (N can be 1, 2, 3, \dots)\\ 153 (N can be 1, 2, 3, \dots)\\
154 \end{tagmap} 154 \end{tagmap}
155Example for the \config{\%d(N)} commands: If the file is 155Example for the \config{\%d(N)} commands: If the file is
156``/Rock/Kent/Isola/11 - 747.mp3'', \config{\%d(1)} is ``Isola'', 156``\fname{/Rock/Kent/Isola/11 - 747.mp3}'', \config{\%d(1)} is ``\fname{Isola}'',
157\config{\%d(2)} is ``Kent'' and \config{\%d(3)} is ``Rock''. 157\config{\%d(2)} is ``\fname{Kent}'' and \config{\%d(3)} is ``\fname{Rock}''.
158 158
159These tags, when written with the first letter capitalized (e.g. \config{\%Fn} 159These tags, when written with the first letter capitalized (e.g. \config{\%Fn}
160or \config{\%D(2)}), produce the information for the next file to be played. 160or \config{\%D(2)}), produce the information for the next file to be played.
@@ -535,7 +535,7 @@ Example: \config{\%ax\%V(\dots)}
535\config{\%if(tag, operator, operand, [option count])} 535\config{\%if(tag, operator, operand, [option count])}
536 & Allows very simple comparisons with other tags.\newline 536 & Allows very simple comparisons with other tags.\newline
537 \config{tag}: the tag to check against.\newline 537 \config{tag}: the tag to check against.\newline
538 \config{operator}: the comparison to perform - possible options are =, !=, 538 \config{operator}: the comparison to perform -- possible options are =, !=,
539 >, >=, <, <=\newline 539 >, >=, <, <=\newline
540 \config{operand}: either a second tag, a number, or text.\newline 540 \config{operand}: either a second tag, a number, or text.\newline
541 \config{[option count]}: optional parameter used to select which parameter 541 \config{[option count]}: optional parameter used to select which parameter