summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-11-22 11:24:49 +0000
committerAlex Parker <rockbox@aeparker.com>2009-11-22 11:24:49 +0000
commitc4b6c05f1f0e5fb2a695c4d9c5e817cd6db3b5ef (patch)
tree4a7601d105503b4eda85db0dd34e852c0fcd34a0
parent6df98f690dfeeb32fb49081a27dce4728b2282a0 (diff)
downloadrockbox-c4b6c05f1f0e5fb2a695c4d9c5e817cd6db3b5ef.tar.gz
rockbox-c4b6c05f1f0e5fb2a695c4d9c5e817cd6db3b5ef.zip
Correct album art alignment description error and spelling errors as pointed out by bdelorme on the forums.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23693 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/wps_tags.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index a9eaf0f7d8..a092196de5 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -333,14 +333,14 @@ configured values, the picture will be placed according to the flags to the
333 \item \config{maxwidth}: 333 \item \config{maxwidth}:
334 \begin{description} 334 \begin{description}
335 \item[\config{l}.] Align left 335 \item[\config{l}.] Align left
336 \item[\config{c}.] Align center (default) 336 \item[\config{c}.] Align centre (default)
337 \item[\config{r}.] Align right 337 \item[\config{r}.] Align right
338 \end{description} 338 \end{description}
339 \item \config{maxheight}: 339 \item \config{maxheight}:
340 \begin{description} 340 \begin{description}
341 \item[\config{t}.] Align left 341 \item[\config{t}.] Align top
342 \item[\config{c}.] Align center (default) 342 \item[\config{c}.] Align centre (default)
343 \item[\config{b}.] Align right 343 \item[\config{b}.] Align bottom
344 \end{description} 344 \end{description}
345\end{itemize} 345\end{itemize}
346 346
@@ -359,12 +359,12 @@ Examples:
359\begin{table} 359\begin{table}
360 \begin{tagmap}{}{} 360 \begin{tagmap}{}{}
361 \config{\%al} & Align the text left\\ 361 \config{\%al} & Align the text left\\
362 \config{\%ac} & Center the text\\ 362 \config{\%ac} & Centre the text\\
363 \config{\%ar} & Align the text right\\ 363 \config{\%ar} & Align the text right\\
364 \end{tagmap} 364 \end{tagmap}
365\end{table} 365\end{table}
366All alignment tags may be present in one line, but they need to be in the 366All alignment tags may be present in one line, but they need to be in the
367order left -- center -- right. If the aligned texts overlap, they are merged. 367order left -- centre -- right. If the aligned texts overlap, they are merged.
368 368
369\section{Conditional Tags} 369\section{Conditional Tags}
370 370