summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-05-12 22:06:18 +0000
committerAlexander Levin <al.le@rockbox.org>2010-05-12 22:06:18 +0000
commit9df563834c10503a56f80ceb2ff330a0e2c11dcc (patch)
tree639171066aaa0e2fc9b9f67be108bf95bd93525e
parent6e294e2fc6f6c5f1aefae00782e4195a2570e06f (diff)
downloadrockbox-9df563834c10503a56f80ceb2ff330a0e2c11dcc.tar.gz
rockbox-9df563834c10503a56f80ceb2ff330a0e2c11dcc.zip
Make table headers bold; fix a typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25974 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/advanced_topics/viewports/colour-vp-syntax.tex4
-rw-r--r--manual/advanced_topics/viewports/grayscale-vp-syntax.tex2
-rw-r--r--manual/advanced_topics/viewports/mono-vp-syntax.tex2
3 files changed, 4 insertions, 4 deletions
diff --git a/manual/advanced_topics/viewports/colour-vp-syntax.tex b/manual/advanced_topics/viewports/colour-vp-syntax.tex
index de424dcd4e..ba72ec2cb5 100644
--- a/manual/advanced_topics/viewports/colour-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/colour-vp-syntax.tex
@@ -19,9 +19,9 @@
19 %sthat point. The lines will scroll if this text does not fit in the viewport. 19 %sthat point. The lines will scroll if this text does not fit in the viewport.
20 %sThe user font is used, as are the default foreground/background colours. 20 %sThe user font is used, as are the default foreground/background colours.
21\end{example} 21\end{example}
22\begin{rbtabular}{.75\textwidth}{XX}{Viewport definition & Default value}{}{} 22\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
23 width/height & remaining part of screen \\ 23 width/height & remaining part of screen \\
24 font & user defined \\ 24 font & user defined \\
25 forground/background colours & defined by theme \\ 25 foreground/background colours & defined by theme \\
26\end{rbtabular} 26\end{rbtabular}
27 27
diff --git a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
index ec8db029a5..d2c290747d 100644
--- a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
@@ -20,7 +20,7 @@
20 %sthat point. The lines will scroll if this text does not fit in the viewport. 20 %sthat point. The lines will scroll if this text does not fit in the viewport.
21 %sThe user font is used, as are the default foreground/background shades. 21 %sThe user font is used, as are the default foreground/background shades.
22\end{example} 22\end{example}
23\begin{rbtabular}{.75\textwidth}{XX}{Viewport definition & Default value}{}{} 23\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
24 width/height & remaining part of screen \\ 24 width/height & remaining part of screen \\
25 font & user defined \\ 25 font & user defined \\
26 shade & black foreground on white background \\ 26 shade & black foreground on white background \\
diff --git a/manual/advanced_topics/viewports/mono-vp-syntax.tex b/manual/advanced_topics/viewports/mono-vp-syntax.tex
index 20c16c8420..aa648900dd 100644
--- a/manual/advanced_topics/viewports/mono-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/mono-vp-syntax.tex
@@ -18,7 +18,7 @@
18 %sthat point. The lines will scroll if this text does not fit in the viewport. 18 %sthat point. The lines will scroll if this text does not fit in the viewport.
19 %sThe user font is used. 19 %sThe user font is used.
20\end{example} 20\end{example}
21\begin{rbtabular}{.75\textwidth}{XX}{Viewport definition & Default value}{}{} 21\begin{rbtabular}{.75\textwidth}{XX}{\textbf{Viewport definition} & \textbf{Default value}}{}{}
22 width/height & remaining part of screen \\ 22 width/height & remaining part of screen \\
23 font & user defined \\ 23 font & user defined \\
24\end{rbtabular} 24\end{rbtabular}