forked from len0rd/rockbox
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
This commit is contained in:
parent
6df98f690d
commit
c4b6c05f1f
1 changed files with 6 additions and 6 deletions
|
@ -333,14 +333,14 @@ configured values, the picture will be placed according to the flags to the
|
||||||
\item \config{maxwidth}:
|
\item \config{maxwidth}:
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item[\config{l}.] Align left
|
\item[\config{l}.] Align left
|
||||||
\item[\config{c}.] Align center (default)
|
\item[\config{c}.] Align centre (default)
|
||||||
\item[\config{r}.] Align right
|
\item[\config{r}.] Align right
|
||||||
\end{description}
|
\end{description}
|
||||||
\item \config{maxheight}:
|
\item \config{maxheight}:
|
||||||
\begin{description}
|
\begin{description}
|
||||||
\item[\config{t}.] Align left
|
\item[\config{t}.] Align top
|
||||||
\item[\config{c}.] Align center (default)
|
\item[\config{c}.] Align centre (default)
|
||||||
\item[\config{b}.] Align right
|
\item[\config{b}.] Align bottom
|
||||||
\end{description}
|
\end{description}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
|
@ -359,12 +359,12 @@ Examples:
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\begin{tagmap}{}{}
|
\begin{tagmap}{}{}
|
||||||
\config{\%al} & Align the text left\\
|
\config{\%al} & Align the text left\\
|
||||||
\config{\%ac} & Center the text\\
|
\config{\%ac} & Centre the text\\
|
||||||
\config{\%ar} & Align the text right\\
|
\config{\%ar} & Align the text right\\
|
||||||
\end{tagmap}
|
\end{tagmap}
|
||||||
\end{table}
|
\end{table}
|
||||||
All alignment tags may be present in one line, but they need to be in the
|
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}
|
\section{Conditional Tags}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue