summaryrefslogtreecommitdiff
path: root/manual/appendix
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-01 17:00:04 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-01 17:00:04 +0000
commit18f319caf5897f604a30213e8dfebb69c6cfe32c (patch)
tree9381c7c01ae4f913a01eaa56c9853b693fa27c56 /manual/appendix
parent769f18be1d1a65aa521b91a9f7ba0f8baa0e0e4e (diff)
downloadrockbox-18f319caf5897f604a30213e8dfebb69c6cfe32c.zip
rockbox-18f319caf5897f604a30213e8dfebb69c6cfe32c.tar.gz
rockbox-18f319caf5897f604a30213e8dfebb69c6cfe32c.tar.bz2
rockbox-18f319caf5897f604a30213e8dfebb69c6cfe32c.tar.xz
make use of the \note macro on plugins and appendix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9404 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
-rw-r--r--manual/appendix/wps_tags.tex16
1 files changed, 10 insertions, 6 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 2cc15d4..c3f183d 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -163,12 +163,16 @@ Example: \%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}Ffwd{\textba
Example: image /.rockbox/bg.bmp with ID "a" at 37, 109 would be:\\
\%x{\textbar}a{\textbar}bg.bmp{\textbar}37{\textbar}109{\textbar}
-\begin{itemize}
-\item \textbf{Note:} The images must be in a rockbox compatible format (1 bit per pixel BMP)
-\item \textbf{Note:} The image tag must be on its own line
-\item \textbf{Note:} The ID is case sensitive, giving 52 different ID's
-\item \textbf{Note:} The size of the LCD screen for each player varies. See table below for appropriate sizes of each device. The x and y coordinates must repect each of the players' limits.
-\end{itemize}
+\note{
+ \begin{itemize}
+ \item The images must be in a rockbox compatible format (1 bit per pixel BMP)
+ \item The image tag must be on its own line
+ \item The ID is case sensitive, giving 52 different ID's
+ \item The size of the LCD screen for each player varies. See table below
+ for appropriate sizes of each device. The x and y coordinates must
+ repect each of the players' limits.
+ \end{itemize}
+}
\subsubsection{Alignment}