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
diff --git a/manual/advanced_topics/viewports/colour-conditional.tex b/manual/advanced_topics/viewports/colour-conditional.tex
index f8fc1fa..d864194 100644
--- a/manual/advanced_topics/viewports/colour-conditional.tex
+++ b/manual/advanced_topics/viewports/colour-conditional.tex
@@ -1,13 +1,13 @@
\begin{example}
- %?C<%Vda|%Vdb>
- %Vl|a|10|10|50|50|-|-|-|
- %Cl|0|0|50|50|
- %C
- %Vl|a|0|70|70|14|1|-|-|
+ %?C<%Vd(a)|%Vd(b)>
+ %Vl(a,10,10,50,50,-)
+ %Cl(0,0,50,50,c,c)
+ %Cd
+ %Vl(a,0,70,70,14,1)
%s%acThere you have it: Album art.
- %Vl|b|20|14|50|14|1|ff0000|ffffff|
- %t1%acWarning:;%t.1
- %Vl|b|20|30|50|50|1|000000|ffffff|
+ %Vl(b,20,14,50,14,1) %Vf(ff0000) %Vb(ffffff)
+ %t(1)%acWarning:;%t(.1)
+ %Vl(b,20,30,50,50,1) %Vf(000000) %Vb(ffffff)
%sNo album art found
%scheck your filenames.
\end{example}