summaryrefslogtreecommitdiff
path: root/manual/advanced_topics
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-05-18 20:23:22 +0000
committerAlexander Levin <al.le@rockbox.org>2010-05-18 20:23:22 +0000
commit64bb9a0bf5ed3b3319aec4eb78746f448983d676 (patch)
tree29df4c81b38d49230d41656d30ab6b4ab4978667 /manual/advanced_topics
parent8fe22bd4b880176f5b46c14ccb382b718aebbc20 (diff)
downloadrockbox-64bb9a0bf5ed3b3319aec4eb78746f448983d676.tar.gz
rockbox-64bb9a0bf5ed3b3319aec4eb78746f448983d676.zip
Fix a couple of typos in the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26151 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/advanced_topics')
-rw-r--r--manual/advanced_topics/main.tex4
-rw-r--r--manual/advanced_topics/viewports/colour-vp-syntax.tex7
-rw-r--r--manual/advanced_topics/viewports/grayscale-vp-syntax.tex7
-rw-r--r--manual/advanced_topics/viewports/mono-vp-syntax.tex7
4 files changed, 14 insertions, 11 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 5a4baf8044..6b2d529509 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -229,9 +229,9 @@ are discussed below.
229\subsubsection{\label{ref:Viewports}Viewports} 229\subsubsection{\label{ref:Viewports}Viewports}
230 230
231By default, a viewport filling the whole screen contains all the elements 231By default, a viewport filling the whole screen contains all the elements
232defined in the \fname(.wps) file. The 232defined in the \fname{.wps} file. The
233\opt{lcd_non-mono}{elements in this viewport are displayed 233\opt{lcd_non-mono}{elements in this viewport are displayed
234 with the same background/foreground 234 with the same background/\linebreak{}foreground
235 \opt{lcd_color}{colours}\nopt{lcd_color}{shades} and the} 235 \opt{lcd_color}{colours}\nopt{lcd_color}{shades} and the}
236text is rendered in the 236text is rendered in the
237same font as in the main menu. To change this behaviour a custom viewport can 237same font as in the main menu. To change this behaviour a custom viewport can
diff --git a/manual/advanced_topics/viewports/colour-vp-syntax.tex b/manual/advanced_topics/viewports/colour-vp-syntax.tex
index ba72ec2cb5..bdcc5a11a6 100644
--- a/manual/advanced_topics/viewports/colour-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/colour-vp-syntax.tex
@@ -1,6 +1,6 @@
1\subsubsection{Viewport Declaration Syntax} 1\subsubsection{Viewport Declaration Syntax}
2 2
3{\config{\%V}}{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgcolour]{\textbar}[bgcolour]{\textbar}% 3\config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgcolour]{\textbar}[bgcolour]{\textbar}}%
4 4
5 \begin{itemize} 5 \begin{itemize}
6 \item `fgcolour' and `bgcolour' are 6-digit RGB888 colours, e.g. FF00FF. 6 \item `fgcolour' and `bgcolour' are 6-digit RGB888 colours, e.g. FF00FF.
@@ -8,10 +8,11 @@
8 user-selected font. 8 user-selected font.
9 \item Only the coordinates \emph{have} to be specified. Leaving the other 9 \item Only the coordinates \emph{have} to be specified. Leaving the other
10 definitions blank will set them to their default values. 10 definitions blank will set them to their default values.
11 \note{The correct number of `{\textbar}'s (vertical bars) with hyphens in
12 blank fields are still needed in any case.}
13 \end{itemize} 11 \end{itemize}
14 12
13\note{The correct number of `{\textbar}'s (vertical bars) with hyphens in
14 blank fields are still needed in any case.}
15
15\begin{example} 16\begin{example}
16 %V|12|20|-|-|1|-|-| 17 %V|12|20|-|-|1|-|-|
17 %sThis viewport is displayed permanently. It starts 12px from the left and 18 %sThis viewport is displayed permanently. It starts 12px from the left and
diff --git a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
index d2c290747d..fdcdabb50e 100644
--- a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
@@ -1,6 +1,6 @@
1\subsubsection{Viewport Declaration Syntax} 1\subsubsection{Viewport Declaration Syntax}
2 2
3{\config{\%V}}{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgshade]{\textbar}[bgshade]{\textbar}% 3\config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}[fgshade]{\textbar}[bgshade]{\textbar}}%
4 4
5 \begin{itemize} 5 \begin{itemize}
6 \item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3 6 \item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3
@@ -9,10 +9,11 @@
9 user-selected font. 9 user-selected font.
10 \item Only the coordinates \emph{have} to be specified. Leaving the other 10 \item Only the coordinates \emph{have} to be specified. Leaving the other
11 definitions blank will set them to their default values. 11 definitions blank will set them to their default values.
12 \note{The correct number of `{\textbar}'s (vertical bars) with hyphens in
13 blank fields are still needed in any case.}
14 \end{itemize} 12 \end{itemize}
15 13
14\note{The correct number of `{\textbar}'s (vertical bars) with hyphens in
15 blank fields are still needed in any case.}
16
16\begin{example} 17\begin{example}
17 %V|12|20|-|-|1|-|-| 18 %V|12|20|-|-|1|-|-|
18 %sThis viewport is displayed permanently. It starts 12px from the left and 19 %sThis viewport is displayed permanently. It starts 12px from the left and
diff --git a/manual/advanced_topics/viewports/mono-vp-syntax.tex b/manual/advanced_topics/viewports/mono-vp-syntax.tex
index aa648900dd..bb015a3960 100644
--- a/manual/advanced_topics/viewports/mono-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/mono-vp-syntax.tex
@@ -1,15 +1,16 @@
1\subsubsection{Viewport Declaration Syntax} 1\subsubsection{Viewport Declaration Syntax}
2 2
3{\config{\%V}}{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}% 3\config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}}%
4 4
5 \begin{itemize} 5 \begin{itemize}
6 \item 'font' is a number - '0' is the built-in system font, '1' is the 6 \item 'font' is a number - '0' is the built-in system font, '1' is the
7 user-selected font. 7 user-selected font.
8 \item Only the coordinates \emph{have} to be specified. Leaving the other 8 \item Only the coordinates \emph{have} to be specified. Leaving the other
9 definitions blank will set them to their default values. 9 definitions blank will set them to their default values.
10 \note{The correct number of `{\textbar}'s (vertical bars) with hyphens in
11 blank fields are still needed in any case.}
12 \end{itemize} 10 \end{itemize}
11
12\note{The correct number of `{\textbar}'s (vertical bars) with hyphens in
13 blank fields are still needed in any case.}
13 14
14\begin{example} 15\begin{example}
15 %V|12|20|-|-|1| 16 %V|12|20|-|-|1|