mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
16d924b2c7
svn-id: r22966
67 lines
1.5 KiB
TeX
67 lines
1.5 KiB
TeX
\documentclass [a4paper]{article}
|
|
%\author {The ScummVM Team}
|
|
\title {ScummVM ReadMe}
|
|
|
|
\usepackage{hyperref}
|
|
\usepackage{times}
|
|
\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}
|
|
\setlength{\topmargin}{-1cm}
|
|
\setlength{\footskip}{0cm}
|
|
%\setlength{\headheight}{0cm}
|
|
|
|
\setlength{\parindent}{0mm}
|
|
|
|
\setlength{\parskip}{1.5ex plus0.5ex minus0.5ex}
|
|
|
|
\date{2006/06/07}
|
|
\author{The ScummVM Team}
|
|
|
|
\begin{document}
|
|
%
|
|
\pagestyle{empty}
|
|
\fancyhf{}
|
|
\fancyhead[L]{ScummVM ReadMe}
|
|
\fancyhead[R]{\thepage}
|
|
\renewcommand{\headrulewidth} {1pt}
|
|
%
|
|
\maketitle
|
|
%\newpage
|
|
%\thispagestyle {empty}
|
|
\tableofcontents
|
|
%
|
|
\newpage
|
|
\pagestyle{fancy}
|
|
\input{about.tex}
|
|
\input{contact.tex}
|
|
\input{games.tex}
|
|
\input{platforms.tex}
|
|
\input{running.tex}
|
|
\input{saves.tex}
|
|
\input{audio.tex}
|
|
\input{config.tex}
|
|
\input{compiling.tex}
|
|
\input{credits.tex}
|
|
|
|
\end{document}
|
|
|
|
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: "readme.tex"
|
|
%%% End:
|