From 1d3d5b0284bce35bf06e80a3980baeb3bf8b0a47 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 15 May 2009 21:17:21 +0000 Subject: [PATCH] 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 --- docs/CREDITS | 1 + manual/advanced_topics/main.tex | 2 +- manual/appendix/wps_tags.tex | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/CREDITS b/docs/CREDITS index e52d5ff58..c099e368c 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -462,6 +462,7 @@ Jack Halpin Johannes Schwarz Dustin Skoracki Torne Wuff +Wookey The libmad team The wavpack team diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index 7db245f42..5414ec13f 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 fa0536875..3e8846d71 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} -- 2.11.4.GIT