diff options
author | Max Horn | 2004-10-21 22:53:54 +0000 |
---|---|---|
committer | Max Horn | 2004-10-21 22:53:54 +0000 |
commit | 7e339bfbd23c0ab4cf0e010a1ff5243fe10bc92e (patch) | |
tree | 69cc742a1da7b3bbe88998a80ba8e673bb6b0de2 /doc | |
parent | 44bd54b476b192c403a9c9bed0a463b1d715d103 (diff) | |
download | scummvm-rg350-7e339bfbd23c0ab4cf0e010a1ff5243fe10bc92e.tar.gz scummvm-rg350-7e339bfbd23c0ab4cf0e010a1ff5243fe10bc92e.tar.bz2 scummvm-rg350-7e339bfbd23c0ab4cf0e010a1ff5243fe10bc92e.zip |
Don't hard code refs
svn-id: r15637
Diffstat (limited to 'doc')
-rw-r--r-- | doc/05_01.tex | 6 | ||||
-rw-r--r-- | doc/05_02.tex | 2 | ||||
-rw-r--r-- | doc/05_03.tex | 2 | ||||
-rw-r--r-- | doc/07.tex | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/05_01.tex b/doc/05_01.tex index d2fa471c24..17db216e0f 100644 --- a/doc/05_01.tex +++ b/doc/05_01.tex @@ -16,9 +16,9 @@ Usage: scummvm [OPTIONS]... [GAME]\\ -x, --save-slot[=NUM] &Save game slot to load (default: autosave)\\ -f, --fullscreen &Force full-screen mode\\ -F, --no-fullscreen &Force windowed mode\\ - -g, --gfx-mode=MODE &Select graphics scaler (see also section 5.3)\\ - -e, --music-driver=MODE &Select music driver (see also section 7.0)\\ - -q, --language=LANG &Select language (see also section 5.2)\\ + -g, --gfx-mode=MODE &Select graphics scaler (see also section \ref{sect-gfx-filters})\\ + -e, --music-driver=MODE &Select music driver (see also section \ref{sect-music-and-sound})\\ + -q, --language=LANG &Select language (see also section \ref{sect-languages})\\ -m, --music-volume=NUM &Set the music volume, 0-255 (default: 192)\\ -o, --master-volume=NUM &Set the master volume, 0-255 (default: 192)\\ -s, --sfx-volume=NUM &Set the sfx volume, 0-255 (default: 192)\\ diff --git a/doc/05_02.tex b/doc/05_02.tex index 631777f70f..1dfb891b10 100644 --- a/doc/05_02.tex +++ b/doc/05_02.tex @@ -1,4 +1,4 @@ -\subsection{Language options} +\subsection{Language options} \label{sect-languages} ScummVM includes a language option for Maniac Mansion, Zak McKracken, The Dig, Curse of Monkey Island, Beneath a Steel Sky. and Simon the Sorcerer 1 \& 2. diff --git a/doc/05_03.tex b/doc/05_03.tex index 0868e63e1e..ef7b8bccca 100644 --- a/doc/05_03.tex +++ b/doc/05_03.tex @@ -4,7 +4,7 @@ %%% End: -\subsection {Graphics filters} +\subsection {Graphics filters} \label{sect-gfx-filters} ScummVM offers several anti-aliasing filters to attempt to improve visual quality. These are the same filters used in many other emulators, such as MAME. These filters take the original game graphics, and scale it by a diff --git a/doc/07.tex b/doc/07.tex index cad52fcab0..f4c2a61459 100644 --- a/doc/07.tex +++ b/doc/07.tex @@ -4,7 +4,7 @@ %%% TeX-master: "readme" %%% End: -\section{Music and Sound} +\section{Music and Sound} \label{sect-music-and-sound} By default, on most operating systems, ScummVM will automatically use Adlib emulation. MIDI may not be available on all operating systems or may need manual configuration. If you ARE using MIDI, you have several different |