From 18f319caf5897f604a30213e8dfebb69c6cfe32c Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 1 Apr 2006 17:00:04 +0000 Subject: 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 --- manual/appendix/wps_tags.tex | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'manual/appendix') diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 2cc15d4e5e..c3f183da86 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} -- cgit v1.2.3