summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-05-28 15:49:17 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-05-28 15:49:17 +0000
commit0f661ab26c0cb674bee8b4601ad732079cedef70 (patch)
treee73c87efc5c2b68789aa25703268f96c01bf85fe /manual
parent0898d381d314ad3aad05608f05751e441e827464 (diff)
downloadrockbox-0f661ab26c0cb674bee8b4601ad732079cedef70.tar.gz
rockbox-0f661ab26c0cb674bee8b4601ad732079cedef70.zip
Fix spurious spaces in wiki links by introducing a wiki link macro. Fixes FS#5450
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10007 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-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