summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/getting_started/main.tex36
1 files changed, 35 insertions, 1 deletions
diff --git a/manual/getting_started/main.tex b/manual/getting_started/main.tex
index 0e55fc162c..3e8e641516 100644
--- a/manual/getting_started/main.tex
+++ b/manual/getting_started/main.tex
@@ -32,6 +32,40 @@ software. There is, however, more help available. The Rockbox website at
32written by members of the Rockbox community and this should be your first port 32written by members of the Rockbox community and this should be your first port
33of call when looking for further help. 33of call when looking for further help.
34 34
35\section{Naming conventions and marks}
36We have some conventions especially on naming that are intended to be
37consistent throughout this manual.
38
39Manufacturer and product names are formatted in accordance with the standard
40rules of English grammar, e.g. ``\playerman{} playback is currently
41unsupported''. Manufacturer and model names are proper nouns, and
42thus are written beginning with a capital letter.
43
44% write a bit more about names etc. here.
45\ifpdfoutput{
46This manual has some parts that are marked with icons on the margin to help
47you finding important parts or parts you could skip. The following icons
48are used:
49\note{This indicates a note. A note starts always with the text ``Note''.
50 For easier finding of notes we have put this an icon in the margin like
51 here. Notes are used to mark informations that could help you
52 or indicate a possible ``weirdness'' in rockbox that would be explained.
53}
54\warn{This is a warning. In contrast to notes as mentioned above a warning
55 should be taken more seriously. While ignoring notes won't cause any serious
56 damage ignoring warnings \emph{could} cause serious damage. If you're new to
57 rockbox you should really read the warnings before doing anything that is
58 warned about.
59}
60\blind{This icon marks a section that are intended especially for the blind
61 and visually impaired. As they can't
62 read the manual in the same way seeing people can do we've added some
63 additional descriptions. If you aren't blind or visually impaired you most
64 likely can completely skip these blocks. To make this easier, there is an
65 icon shown in the margin like here.
66}
67}{}% end ifpdfoutput
68
35\section{Installing Rockbox}\label{sec:installing_rockbox} 69\section{Installing Rockbox}\label{sec:installing_rockbox}
36\opt{MASCODEC}{ 70\opt{MASCODEC}{
37 \subsection{Using the windows installer} 71 \subsection{Using the windows installer}
@@ -115,4 +149,4 @@ The latest release of the Rockbox software will always be available from
115 which works for all Jukebox models, but those wishing to install manually or 149 which works for all Jukebox models, but those wishing to install manually or
116 using a different operating system should choose the .zip archive containing 150 using a different operating system should choose the .zip archive containing
117 the firmware for their model of the Jukebox. 151 the firmware for their model of the Jukebox.
118} \ No newline at end of file 152}