summaryrefslogtreecommitdiffstats
path: root/manual/advanced_topics/viewports/mono-conditional.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-06-20 12:58:41 +0000
committerAlex Parker <rockbox@aeparker.com>2010-06-20 12:58:41 +0000
commit64d4ddf2161f21239539a17705d83478297254f8 (patch)
tree3e05d72578c4f6ca9e04312923c2f717f83936b6 /manual/advanced_topics/viewports/mono-conditional.tex
parent318e99a61e19e4fd31de6519756c9e51063f32bd (diff)
downloadrockbox-64d4ddf2161f21239539a17705d83478297254f8.tar.gz
rockbox-64d4ddf2161f21239539a17705d83478297254f8.zip
Convert the manual to the new theme syntax. As a result, adds the viewport colour tags which closes FS#11372. Correct multifont tag from %F to %Fl
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26989 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/advanced_topics/viewports/mono-conditional.tex')
-rw-r--r--manual/advanced_topics/viewports/mono-conditional.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/advanced_topics/viewports/mono-conditional.tex b/manual/advanced_topics/viewports/mono-conditional.tex
index 399832cc79..af6e6f6d2d 100644
--- a/manual/advanced_topics/viewports/mono-conditional.tex
+++ b/manual/advanced_topics/viewports/mono-conditional.tex
@@ -1,12 +1,12 @@
\begin{example}
- %?mh<%Vda|%Vdb>
- %Vl|a|10|10|50|50|-|
+ %?mh<%Vd(a)|%Vd(b)>
+ %Vl(a,10,10,50,50,-)
%sYou could now show a hold icon using the %%xl and %%xd tags.
- %Vl|a|0|70|70|14|1|
+ %Vl(a,0,70,70,14,1)
%s%acYour DAP is locked.
- %Vl|b|20|14|50|14|1|
- %t1%acWarning:;%t.1
- %Vl|b|20|30|50|50|0|
+ %Vl(b,20,14,50,14,1)
+ %t(1)%acWarning:;%t(.1)
+ %Vl(b,20,30,50,50,0)
%sYou've unlocked your player.
\end{example}
This example checks for hold. Viewport `a' will be displayed if it is on,