diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2009-03-22 17:35:18 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2009-03-22 17:35:18 +0000 |
| commit | c4d677bed2bb61ef4cc28efe038b32f1f393169b (patch) | |
| tree | 61c4edd2b27d7bbba372f41f724cc8ecbec07ad0 | |
| parent | bfc73a132714b20dcfc1d59f636e94f21c3effcd (diff) | |
| download | rockbox-c4d677bed2bb61ef4cc28efe038b32f1f393169b.zip rockbox-c4d677bed2bb61ef4cc28efe038b32f1f393169b.tar.gz rockbox-c4d677bed2bb61ef4cc28efe038b32f1f393169b.tar.bz2 rockbox-c4d677bed2bb61ef4cc28efe038b32f1f393169b.tar.xz | |
Put the note regarding additional fonts into an lcd_bitmap opt to exclude it from the charcell Player manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20461 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/rockbox_interface/main.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index 87afedb..67c3dee 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -631,11 +631,14 @@ that also changes various other settings like file view, LCD settings and all other settings that can be modified using \fname{.cfg} files. This topic is discussed in more detail in \reference{ref:manage_settings}. The Rockbox distribution comes with some themes that should look nice on -your \dap{}. \note{Some of the themes shipped with Rockbox need additional +your \dap{}. +\opt{lcd_bitmap}{ +\note{Some of the themes shipped with Rockbox need additional fonts from the fonts package, so make sure you installed them. Also, if you downloaded additional themes from the Internet make sure you have the needed fonts installed as otherwise the theme may get displayed garbled.} +} \opt{usb_charging} { |