blob: c3188587047908e76c68524a893d32dceccce713 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
% $Id$
% TeX Live documentation. Originally written by Sebastian Rahtz and
% Michel Goossens, now maintained by Karl Berry and others.
% Public domain.
%
\documentclass{article}
\let\tldocenglish=1 % for live4ht.cfg
\usepackage{tex-live}
\begin{document}
\title{%
{\huge \textit{The \protect\TL{} Guide}\\\strut}
{\LARGE \textsf{\TL{} 2007}}
}
\author{Karl Berry, editor \\[3mm]
\url{http://tug.org/texlive/}
}
\date{July 2008}
\maketitle
\begin{multicols}{2}
\tableofcontents
\listoftables
\end{multicols}
\input{intro}
\input{overview}
\input{installation}
\input{maintenance}
\input{macosx}
\input{windows}
\input{web2c}
\input{acknowledgements}
\input{releasehist}
\end{document}
|