diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-01-02 20:50:03 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-01-02 20:50:03 +0000 |
| commit | 40afbd2a6574e25077d099f1f01371a4b72c8b33 (patch) | |
| tree | 03faff0ed41705c1d4b303daed9a720af7a17293 /manual/preamble.tex | |
| parent | 8bde9475b5b6d61a8e5e4a548c50ea161eb663ac (diff) | |
| download | rockbox-40afbd2a6574e25077d099f1f01371a4b72c8b33.zip rockbox-40afbd2a6574e25077d099f1f01371a4b72c8b33.tar.gz rockbox-40afbd2a6574e25077d099f1f01371a4b72c8b33.tar.bz2 rockbox-40afbd2a6574e25077d099f1f01371a4b72c8b33.tar.xz | |
Some more tweaks to the ipod installation:
- introduce \download for easier linking to the download server
- fix some empty lines
- add a link on how to identify mini 1g/2g (FS#6372)
- change the ipodpatcher links from wiki to download server
- add first version of the file header to the preamble that should get added to all LaTeX sources later
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11886 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/preamble.tex')
| -rw-r--r-- | manual/preamble.tex | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/manual/preamble.tex b/manual/preamble.tex index af9fba9..999bcbf 100644 --- a/manual/preamble.tex +++ b/manual/preamble.tex @@ -1,3 +1,24 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% __________ __ ___. +% Open \______ \ ____ ____ | | _\_ |__ _______ ___ +% Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / +% Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < +% Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ +% \/ \/ \/ \/ \/ +% - M A N U A L - +% +% $Id$ +% +% Copyright (C) 2006 The Rockbox Manual Team +% +% All files in this archive are subject to the GNU Free Documentation License +% See the file COPYING-MANUAL in the source tree docs/ folder for full license +% agreement. +% +% Contributors are listed in the file docs/CREDITS-MANUAL +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \documentclass[a4paper,11pt]{scrreprt} \usepackage[latin1]{inputenc} \usepackage{palatino} @@ -223,6 +244,12 @@ \newcommand{\config}[1]{\texttt{#1}} +% set link to download server +% Usage: \download{bootloader/bootloader-ipodnano.ipod} +% gets expanded to +% "http://download.rockbox.org/bootloader/bootloader-ipodnano.ipod" +\newcommand{\download}[1]{\url{http://download.rockbox.org/#1}} + % set link to the wiki. % Usage: \wikilink{WebHome} % with "WebHome" being the wiki page name |