summaryrefslogtreecommitdiffstats
path: root/manual/advanced_topics/main.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-08-27 15:00:50 +0000
committerMartin Arver <martin.arver@gmail.com>2006-08-27 15:00:50 +0000
commit7bdd03a118a7f2f22e8ac03041e8f8b4e275adc5 (patch)
treefbaa482eef7519f9e02b7c5b98086bdb7d40e47e /manual/advanced_topics/main.tex
parent9812765086fdcc6f9e74a8db68917edc08eb4eb5 (diff)
downloadrockbox-7bdd03a118a7f2f22e8ac03041e8f8b4e275adc5.tar.gz
rockbox-7bdd03a118a7f2f22e8ac03041e8f8b4e275adc5.zip
Part one of a cleanup of the ondio manuals as reported by Marianne Arnold. * Some code clean-up/policy in general. * Get rid of remains from the 2.4 manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10770 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/advanced_topics/main.tex')
-rw-r--r--manual/advanced_topics/main.tex20
1 files changed, 10 insertions, 10 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 57007e34f8..410ceedffc 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -1,12 +1,12 @@
\chapter{Advanced Topics}
\section{\label{ref:CustomisingUI}Customising the userinterface}
-\subsection{\label{ref:GettingExtras}Getting Extras (Fonts, Languages)}
-Rockbox supports custom fonts (for the Recorder and Ondio only) and a number of
-different languages. Rockbox comes with several fonts and languages already
-included. If new fonts have been created, then they will be found in the font
-package at \url{http://www.rockbox.org/daily.shtml}. The latest \fname{.lng}
-files are always included in the daily Rockbox builds.
+\subsection{\label{ref:GettingExtras}Getting Extras}
+\opt{HAVE_LCD_BITMAP}{
+Rockbox supports custom fonts. A collection of fonts is available for download
+in the font package at \url{http://www.rockbox.org/daily.shtml}}. Support for a
+number of languages is included with Rockbox, and the latest \fname{.lng} files
+are always included in the different Rockbox builds.
\opt{HAVE_LCD_BITMAP}{
\subsection{\label{ref:Loadingfonts}Loading Fonts}
@@ -362,13 +362,13 @@ Example of a configuration file:
\section{\label{ref:FirmwareLoading}Firmware Loading}
\opt{player,recorder,recorderv2fm,ondio}{
- When your \dap\ powers on, it loads the Archos firmware in ROM, which
- automatically checks your Jukebox hard disk's root folder for a file named
+ When your \dap{} powers on, it loads the Archos firmware in ROM, which
+ automatically checks your \daps{} root folder for a file named
\firmwarefilename. Note that Archos firmware can only read the first
ten characters of each filename in this process, so don't rename your old
firmware files with names like \firmwarefilename.\fname{old} and so on,
- because it's possible that the \dap\ will load a file other than the one you
- intended.
+ because it's possible that the \dap{} will load a file other than the one
+ you intended.
}
\subsection{\label{ref:using_rolo}Using ROLO (Rockbox loader)}