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 | |
parent | dad292c3ef9b7ce9f393ea1e0de5ff2ac90d79a0 (diff) | |
download | rockbox-e56030a40d624532a3121d73447e1146c6f0078c.tar.gz rockbox-e56030a40d624532a3121d73447e1146c6f0078c.zip |
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
-rw-r--r-- | docs/CREDITS | 1 | ||||
-rw-r--r-- | manual/advanced_topics/main.tex | 2 | ||||
-rw-r--r-- | manual/appendix/wps_tags.tex | 15 |
3 files changed, 17 insertions, 1 deletions
diff --git a/docs/CREDITS b/docs/CREDITS index e52d5ff58d..c099e368ce 100644 --- a/docs/CREDITS +++ b/docs/CREDITS | |||
@@ -462,6 +462,7 @@ Jack Halpin | |||
462 | Johannes Schwarz | 462 | Johannes Schwarz |
463 | Dustin Skoracki | 463 | Dustin Skoracki |
464 | Torne Wuff | 464 | Torne Wuff |
465 | Wookey | ||
465 | 466 | ||
466 | The libmad team | 467 | The libmad team |
467 | The wavpack team | 468 | The wavpack team |
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. | |||
227 | suggest you use the conditional display tag a lot when displaying | 227 | suggest you use the conditional display tag a lot when displaying |
228 | information about the next song!} | 228 | information about the next song!} |
229 | 229 | ||
230 | \subsubsection{Alternating Sublines} | 230 | \subsubsection{\label{ref:AlternatingSublines}Alternating Sublines} |
231 | 231 | ||
232 | It is possible to group items on each line into 2 or more groups or | 232 | It is possible to group items on each line into 2 or more groups or |
233 | ``sublines''. Each subline will be displayed in succession on the line for a | 233 | ``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. | |||
340 | \end{tagmap} | 340 | \end{tagmap} |
341 | \end{table} | 341 | \end{table} |
342 | 342 | ||
343 | \section{Subline Tags} | ||
344 | |||
345 | \begin{table} | ||
346 | \begin{tagmap}{}{} | ||
347 | \config{\%t{\textless}time{\textgreater}} | ||
348 | & Set the subline display cycle time (\%t5 or \%t3.4 formats) \\ | ||
349 | \config{;} | ||
350 | & Split items on a line into separate sublines \\ | ||
351 | \end{tagmap} | ||
352 | \end{table} | ||
353 | |||
354 | Allows grouping of several items (sublines) onto one line, with the | ||
355 | display cycling round the defined sublines. See | ||
356 | \reference{ref:AlternatingSublines} for details. | ||
357 | |||
343 | \opt{rtc}{ | 358 | \opt{rtc}{ |
344 | \section{Real Time Clock} | 359 | \section{Real Time Clock} |
345 | \begin{table} | 360 | \begin{table} |