From ff6859b3bc234d8c941dd7b6e25d0e3988060ad7 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 27 Aug 2004 10:35:13 +0000 Subject: Apply patch #1017343 'latex documentation compilation warnings' submitted by Daniel Steinberger. svn-id: r14795 --- doc/03_01.tex | 4 ++-- doc/05_02.tex | 3 ++- doc/08.tex | 2 +- doc/09.tex | 7 +++++-- doc/10.tex | 8 ++++---- doc/readme.tex | 10 ++++++++++ 6 files changed, 24 insertions(+), 10 deletions(-) diff --git a/doc/03_01.tex b/doc/03_01.tex index 654f0ad6bb..dcbe84fdf5 100644 --- a/doc/03_01.tex +++ b/doc/03_01.tex @@ -21,7 +21,7 @@ Zak McKracken (EGA)\\ Zak McKracken (FM-TOWNS version)\\ \\ Beneath a Steel Sky (bypassed with permission from Revolution) -\end{tabular}\\ +\end{tabular} In most cases ScummVM will still show the copy protection screen. Try entering -any answer. Chances are that it will work. \ No newline at end of file +any answer. Chances are that it will work. diff --git a/doc/05_02.tex b/doc/05_02.tex index 7da6c7be44..631777f70f 100644 --- a/doc/05_02.tex +++ b/doc/05_02.tex @@ -1,7 +1,8 @@ \subsection{Language options} 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.\\ +Curse of Monkey Island, Beneath a Steel Sky. and Simon the Sorcerer 1 \& 2. + \begin{itemize} \item Maniac Mansion and Zak McKracken: \begin{itemize} diff --git a/doc/08.tex b/doc/08.tex index 1d569a2e3f..756a6056fe 100644 --- a/doc/08.tex +++ b/doc/08.tex @@ -132,7 +132,7 @@ Flight of the Amazon Queen adds the following non-standard keywords:\\ music\_mute &bool &If true, music is muted\\ sfx\_mute &bool &If true, sound effects are muted\\ speech\_mute &bool &If true, speech is muted\\ -\end{tabular}\\ +\end{tabular} Simon the Sorcerer 1 \& 2 add the following non-standard keywords:\\ \begin{tabular}[h]{lll} diff --git a/doc/09.tex b/doc/09.tex index 40b29c21ad..8fb73203c9 100644 --- a/doc/09.tex +++ b/doc/09.tex @@ -69,9 +69,12 @@ messages (see \url{http://www.sysinternals.com/ntw2k/freeware/debugview.shtml}). \item Make sure you have the developer tools installed. \item The SDL developer package for OS X available on the SDL web site is \textit{not} suitable. Rather, you require a unix-style build of SDL. One - way to get that is to install SDL via Fink (\url{http://fink.sf.net}). + way to get that is to install SDL via Fink\\ + (\url{http://fink.sf.net}). + Alternatively you could compile SDL manually from source using its - unix build system (\texttt{configure \&\& make}). + unix build system\\ + (\texttt{configure \&\& make}). \item Type \texttt{./configure} in the ScummVM directory \item You can now type \texttt{make} to create a command line binary. \item To get a version you can run from Finder, type \texttt{make bundle} which diff --git a/doc/10.tex b/doc/10.tex index 9b544bbc48..89055f15a6 100644 --- a/doc/10.tex +++ b/doc/10.tex @@ -7,7 +7,7 @@ \section{Credits} \begin{itemize} \item The ScummVM Team:\\ - \begin{tabular}[h]{p{3.1cm}l} + \begin{tabular}[h]{p{4cm}l} James Brown & Lead developer\\ Max Horn & Lead developer\\ Torbj\"{o}rn Andersson & Engine: SCUMM, Broken Sword II\\ @@ -33,7 +33,7 @@ Jeremy Newman & Webmaster\\ \end{tabular} \item Retired Team Members:\\ - \begin{tabular}[h]{p{3.1cm}l} + \begin{tabular}[h]{p{4cm}l} Ralph Brorsen & Help with GUI implementation\\ Vincent Hamm & Co-Founder\\ Felix Jakschitsch & Zak256 reverse engineering\\ @@ -41,7 +41,7 @@ Ludvig Strigeus & Original ScummVM and SimonVM author\\ \end{tabular} \item Contributors:\\ - \begin{tabular}{p{3.1cm}l} + \begin{tabular}{p{4cm}l} Andreas Roever & Broken Sword 1/2 MPEG2 cutscene support\\ Quietust & Sound support for Amiga SCUMM V2 - V3 games\\ Stuart Caie & Decoders for Simon 1 Amiga data files\\ @@ -63,7 +63,7 @@ And to all the contributors, users, and beta testers we've missed.\\ Thanks! \item Special thanks to:\\ - \begin{tabular}{ll} + \begin{tabular}{p{4cm}l} Sander Buskens & For his work on the initial reversing of Monkey2\\ Kevin Carnes & For Scumm16, the basis of ScummVM older gfx codec\\ Jim Leiterman & Various info on his FM-TOWNS/Marty SCUMM ports\\ diff --git a/doc/readme.tex b/doc/readme.tex index e7f3c638d9..adac340b15 100644 --- a/doc/readme.tex +++ b/doc/readme.tex @@ -12,6 +12,16 @@ \usepackage{fancyhdr} \usepackage[latin1] {inputenc} + % mods for 10pt taken from the 'a4wide' style + % for a better page-usage + \oddsidemargin 0.15 in % Left margin on odd-numbered pages. + \evensidemargin 0.35 in % Left margin on even-numbered pages. + \marginparwidth 1 in % Width of marginal notes. + \oddsidemargin 0.25 in % Note that \oddsidemargin = \evensidemargin + \evensidemargin 0.25 in + \marginparwidth 0.75 in + \textwidth 5.875 in % Width of text line. + \addtolength{\textheight}{\topmargin} \addtolength{\textheight}{\footskip} \addtolength{\textheight}{2cm} -- cgit v1.2.3