diff options
| author | Alex Parker <rockbox@aeparker.com> | 2009-11-22 11:24:49 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2009-11-22 11:24:49 +0000 |
| commit | c4b6c05f1f0e5fb2a695c4d9c5e817cd6db3b5ef (patch) | |
| tree | 4a7601d105503b4eda85db0dd34e852c0fcd34a0 /manual/appendix | |
| parent | 6df98f690dfeeb32fb49081a27dce4728b2282a0 (diff) | |
| download | rockbox-c4b6c05f1f0e5fb2a695c4d9c5e817cd6db3b5ef.zip rockbox-c4b6c05f1f0e5fb2a695c4d9c5e817cd6db3b5ef.tar.gz rockbox-c4b6c05f1f0e5fb2a695c4d9c5e817cd6db3b5ef.tar.bz2 rockbox-c4b6c05f1f0e5fb2a695c4d9c5e817cd6db3b5ef.tar.xz | |
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
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/wps_tags.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index a9eaf0f..a092196 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 \item \config{maxwidth}: \begin{description} \item[\config{l}.] Align left - \item[\config{c}.] Align center (default) + \item[\config{c}.] Align centre (default) \item[\config{r}.] Align right \end{description} \item \config{maxheight}: \begin{description} - \item[\config{t}.] Align left - \item[\config{c}.] Align center (default) - \item[\config{b}.] Align right + \item[\config{t}.] Align top + \item[\config{c}.] Align centre (default) + \item[\config{b}.] Align bottom \end{description} \end{itemize} @@ -359,12 +359,12 @@ Examples: \begin{table} \begin{tagmap}{}{} \config{\%al} & Align the text left\\ - \config{\%ac} & Center the text\\ + \config{\%ac} & Centre the text\\ \config{\%ar} & Align the text right\\ \end{tagmap} \end{table} All alignment tags may be present in one line, but they need to be in the -order left -- center -- right. If the aligned texts overlap, they are merged. +order left -- centre -- right. If the aligned texts overlap, they are merged. \section{Conditional Tags} |