diff options
author | Alex Parker <rockbox@aeparker.com> | 2009-05-15 21:17:21 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2009-05-15 21:17:21 +0000 |
commit | e56030a40d624532a3121d73447e1146c6f0078c (patch) | |
tree | c690dd65b25316e18f872d060376d0a102ed62ec /manual | |
parent | dad292c3ef9b7ce9f393ea1e0de5ff2ac90d79a0 (diff) |
Apply FS#10204 by Wookey (yes, his real name :)) - Add the subline tags to the WPS Tags summary appendix.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20945 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/advanced_topics/main.tex | 2 | ||||
-rw-r--r-- | manual/appendix/wps_tags.tex | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index 7db245f426..5414ec13f6 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex @@ -227,7 +227,7 @@ name used in the next song and \config{\%Ff} is the mp3 frequency. suggest you use the conditional display tag a lot when displaying information about the next song!} -\subsubsection{Alternating Sublines} +\subsubsection{\label{ref:AlternatingSublines}Alternating Sublines} It is possible to group items on each line into 2 or more groups or ``sublines''. Each subline will be displayed in succession on the line for a diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index fa05368751..3e8846d71c 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -340,6 +340,21 @@ order left -- center -- right. If the aligned texts overlap, they are merged. \end{tagmap} \end{table} +\section{Subline Tags} + +\begin{table} +\begin{tagmap}{}{} +\config{\%t{\textless}time{\textgreater}} + & Set the subline display cycle time (\%t5 or \%t3.4 formats) \\ +\config{;} + & Split items on a line into separate sublines \\ +\end{tagmap} +\end{table} + +Allows grouping of several items (sublines) onto one line, with the +display cycling round the defined sublines. See +\reference{ref:AlternatingSublines} for details. + \opt{rtc}{ \section{Real Time Clock} \begin{table} |