summaryrefslogtreecommitdiff
path: root/manual/preamble.tex
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/preamble.tex
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/preamble.tex')
-rw-r--r--manual/preamble.tex8
1 files changed, 7 insertions, 1 deletions
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