mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-25 05:34:27 +00:00
save 8 pages by using a smaller font, reducing the page margins, and keeping the TOC on the first page; also make use of hyperref so that we get a nice hypertext TOC
svn-id: r12562
This commit is contained in:
parent
8734619d3a
commit
6972064e34
@ -3,14 +3,22 @@
|
||||
%%% mode: latex
|
||||
%%% TeX-master: t
|
||||
%%% End:
|
||||
\documentclass [a4paper,12pt]{article}
|
||||
\documentclass [a4paper]{article}
|
||||
%\author {Hannes Niederhausen}
|
||||
\title {ScummVM ReadMe}
|
||||
|
||||
\usepackage {hyperref}
|
||||
\usepackage {times}
|
||||
\usepackage {fancyhdr}
|
||||
\usepackage [latin1] {inputenc}
|
||||
|
||||
\addtolength{\textheight}{\topmargin}
|
||||
\addtolength{\textheight}{\footskip}
|
||||
\addtolength{\textheight}{2cm}
|
||||
\setlength{\topmargin}{-1cm}
|
||||
\setlength{\footskip}{0cm}
|
||||
%\setlength{\headheight}{0cm}
|
||||
|
||||
\date {2004/01/18}
|
||||
|
||||
\begin{document}
|
||||
@ -22,8 +30,8 @@
|
||||
\renewcommand {\headrulewidth} {1pt}
|
||||
%
|
||||
\maketitle
|
||||
\newpage
|
||||
\thispagestyle {empty}
|
||||
%\newpage
|
||||
%\thispagestyle {empty}
|
||||
\tableofcontents
|
||||
%
|
||||
\newpage
|
||||
|
Loading…
x
Reference in New Issue
Block a user