summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/main_menu/main.tex14
-rw-r--r--manual/preamble.tex8
2 files changed, 16 insertions, 6 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex
index e6f3d24fb0..639060e953 100644
--- a/manual/main_menu/main.tex
+++ b/manual/main_menu/main.tex
@@ -98,12 +98,16 @@ that typically changes the WPS
98\opt{h1xx,h300,x5}{and remote WPS}, font used and on some platforms 98\opt{h1xx,h300,x5}{and remote WPS}, font used and on some platforms
99additional information such as background image and text colours. 99additional information such as background image and text colours.
100 100
101There are a number of themes that ship with Rockbox. If none of 101There are a number of themes that ship with Rockbox. If none of
102these suit your needs, many more can be downloaded from 102these suit your needs, many more can be downloaded from
103\url{www.rockbox.org/twiki/bin/view/Main/\opt{RECORDER_PAD}{/WpsArchos} 103\opt{RECORDER_PAD}{\wikilink{WpsArchos}}%
104\opt{h1xx}{WpsIriverH100}\opt{h300,ipodcolor}{WpsIriverH300} 104\opt{h1xx}{\wikilink{WpsIriverH100}}%
105\opt{ipodvideo}{WpsIpod5g}\opt{ipodnano}{WpsIpodNano} 105\opt{h300,ipodcolor}{\wikilink{WpsIriverH300}}%
106\opt{ipodmini}{WpsIpodMini}\opt{x5}{WpsIaudioX5}}. 106\opt{ipodvideo}{\wikilink{WpsIpod5g}}%
107\opt{ipodnano}{\wikilink{WpsIpodNano}}%
108\opt{ipodmini}{\wikilink{WpsIpodMini}}%
109\opt{x5}{\wikilink{WpsIaudioX5}}%
110.
107Some of the downloads from this site will actually be standalone WPS files, 111Some of the downloads from this site will actually be standalone WPS files,
108others will be full-blown themes. 112others will be full-blown themes.
109 113
diff --git a/manual/preamble.tex b/manual/preamble.tex
index fd1e32165b..595b17e215 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -202,4 +202,10 @@
202 202
203\newcommand{\setting}[1]{\textsc{#1}} 203\newcommand{\setting}[1]{\textsc{#1}}
204 204
205\newcommand{\config}[1]{\texttt{#1}} \ No newline at end of file 205\newcommand{\config}[1]{\texttt{#1}}
206
207% set link to the wiki.
208% Usage: \wikilink{WebHome}
209% with "WebHome" being the wiki page name
210\newcommand{\wikilink}[1]{\url{http://www.rockbox.org/twiki/bin/view/Main/#1}}
211