summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2007-04-07 22:48:11 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2007-04-07 22:48:11 +0000
commiteef96946e1e962473e9049005eec2b2d0b2f8463 (patch)
tree7a38423a2ba554e1a08bcbe4d38bae441ae1c254 /manual
parent7b1e827f0cf6930a61671c1c26aab8ed662b4134 (diff)
downloadrockbox-eef96946e1e962473e9049005eec2b2d0b2f8463.tar.gz
rockbox-eef96946e1e962473e9049005eec2b2d0b2f8463.zip
WPS tags: The player doesn't have peak meters. Fix a glitch in \nopt which introduced a stray protected space.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13061 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/appendix/wps_tags.tex10
-rw-r--r--manual/preamble.tex2
2 files changed, 7 insertions, 5 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 7784bd941e..2a0145c371 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -86,13 +86,15 @@ Example for the \config{\%dN} commands: If the path is
86 & You can set the height, position and width of the progressbar % 86 & You can set the height, position and width of the progressbar %
87 (in pixels): \config{\%pb{\textbar}height{\textbar}leftpos% 87 (in pixels): \config{\%pb{\textbar}height{\textbar}leftpos%
88 {\textbar}rightpos{\textbar}}} \\ 88 {\textbar}rightpos{\textbar}}} \\
89 \opt{player}{ 89 \opt{player}{%
90 \config{\%pf} & Full-line progress bar \& time display\\ 90 \config{\%pf} & Full-line progress bar \& time display\\
91 } 91 }%
92 \config{\%pc} & Current Time In Song\\ 92 \config{\%pc} & Current Time In Song\\
93 \config{\%pe} & Total Number of Playlist Entries\\ 93 \config{\%pe} & Total Number of Playlist Entries\\
94 \config{\%pm} & Peak Meter (Recorder only) The entire line is used as% 94 \nopt{player}{%
95 volume peak meter.\\ 95 \config{\%pm} & Peak Meter. The entire line is used as %
96 volume peak meter.\\%
97 }%
96 \config{\%pn} & Playlist Name (Without path or extension)\\ 98 \config{\%pn} & Playlist Name (Without path or extension)\\
97 \config{\%pp} & Playlist Position\\ 99 \config{\%pp} & Playlist Position\\
98 \config{\%pr} & Remaining Time In Song\\ 100 \config{\%pr} & Remaining Time In Song\\
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 99dfb2f44c..6db6e5394b 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -288,7 +288,7 @@
288\newcommand{\optnvalue}{0} 288\newcommand{\optnvalue}{0}
289 \newcommand{\nopt}[2]{% 289 \newcommand{\nopt}[2]{%
290 \renewcommand{\optnvalue}{0}\opt{#1}{\renewcommand{\optnvalue}{1}}% 290 \renewcommand{\optnvalue}{0}\opt{#1}{\renewcommand{\optnvalue}{1}}%
291 \ifthenelse{\optnvalue > 0}{}{#2} 291 \ifthenelse{\optnvalue > 0}{}{#2}%
292 } 292 }
293 293
294% Use the reference to handle get a flexible reference command 294% Use the reference to handle get a flexible reference command