summaryrefslogtreecommitdiff
path: root/manual/advanced_topics
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-08 17:58:11 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-08 17:58:11 +0000
commit35dcf909a1bde15baa89b954a02903d1b8725622 (patch)
treec8d0da1bd86f30f0b5e0007d46e87acbc53e120b /manual/advanced_topics
parentabe4e7e9e6cd46cfeb3c4437a54b8520e6f8cd4e (diff)
downloadrockbox-35dcf909a1bde15baa89b954a02903d1b8725622.tar.gz
rockbox-35dcf909a1bde15baa89b954a02903d1b8725622.zip
Change the tables in the manual (except the plugins) to use booktabs instead of the default table commands. Change standard font to Times.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8961 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/advanced_topics')
-rw-r--r--manual/advanced_topics/main.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index ce75cb239b..4b5957faed 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -1,5 +1,5 @@
1\chapter{Advanced Topics} 1\chapter{Advanced Topics}
2\newpage 2
3\section{\label{ref:CustomisingUI}Customising the userinterface} 3\section{\label{ref:CustomisingUI}Customising the userinterface}
4\subsection{\label{ref:GettingExtras}Getting Extras (Fonts,Languages)} 4\subsection{\label{ref:GettingExtras}Getting Extras (Fonts,Languages)}
5Rockbox supports custom fonts (for the Recorder and Ondio only) and a number of different languages. Rockbox 2.4 comes with 41 fonts and 24 languages already included. If new fonts and language files have been created, then they will be found at \url{http://www.rockbox.org/fonts/} and \url{http://www.rockbox.org/lang/}. 5Rockbox supports custom fonts (for the Recorder and Ondio only) and a number of different languages. Rockbox 2.4 comes with 41 fonts and 24 languages already included. If new fonts and language files have been created, then they will be found at \url{http://www.rockbox.org/fonts/} and \url{http://www.rockbox.org/lang/}.
@@ -133,10 +133,10 @@ Example for the the \%dN commands: If the path is "/Rock/Kent/Isola/11 - 747.mp3
133\begin{center} 133\begin{center}
134 \begin{tabular}{@{}ll@{}}\toprule 134 \begin{tabular}{@{}ll@{}}\toprule
135 \textbf{Tag} & \textbf{Description}\\\midrule 135 \textbf{Tag} & \textbf{Description}\\\midrule
136 \%pb & Progress Bar 136 \%pb & Progress Bar\\
137 \opt{player}{ 137 \opt{player}{
138 & This will display a 1 character "cup" \\ 138 & This will display a 1 character "cup"\\
139 & that empties as the time progresses.}\\ 139 & that empties as the time progresses.}
140 \opt{recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{ 140 \opt{recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{
141 & This will replace the entire line with a progress bar. \\ 141 & This will replace the entire line with a progress bar. \\
142 & You can set the height, position and width of the progressbar\\ 142 & You can set the height, position and width of the progressbar\\