summaryrefslogtreecommitdiff
path: root/manual/preamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/preamble.tex')
-rw-r--r--manual/preamble.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex
index af9fba904c..999bcbf2f9 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -1,3 +1,24 @@
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2% __________ __ ___.
3% Open \______ \ ____ ____ | | _\_ |__ _______ ___
4% Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5% Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6% Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7% \/ \/ \/ \/ \/
8% - M A N U A L -
9%
10% $Id$
11%
12% Copyright (C) 2006 The Rockbox Manual Team
13%
14% All files in this archive are subject to the GNU Free Documentation License
15% See the file COPYING-MANUAL in the source tree docs/ folder for full license
16% agreement.
17%
18% Contributors are listed in the file docs/CREDITS-MANUAL
19%
20%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21
1\documentclass[a4paper,11pt]{scrreprt} 22\documentclass[a4paper,11pt]{scrreprt}
2\usepackage[latin1]{inputenc} 23\usepackage[latin1]{inputenc}
3\usepackage{palatino} 24\usepackage{palatino}
@@ -223,6 +244,12 @@
223 244
224\newcommand{\config}[1]{\texttt{#1}} 245\newcommand{\config}[1]{\texttt{#1}}
225 246
247% set link to download server
248% Usage: \download{bootloader/bootloader-ipodnano.ipod}
249% gets expanded to
250% "http://download.rockbox.org/bootloader/bootloader-ipodnano.ipod"
251\newcommand{\download}[1]{\url{http://download.rockbox.org/#1}}
252
226% set link to the wiki. 253% set link to the wiki.
227% Usage: \wikilink{WebHome} 254% Usage: \wikilink{WebHome}
228% with "WebHome" being the wiki page name 255% with "WebHome" being the wiki page name