blob: 8fd709ec88fa60a0b1827ef7c0a714e967a72986 (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
|
\documentclass{article}
\pagestyle{empty}
\parindent 0pt
\begin{document}
\tiny
\begin{verbatim}
=================> TeX Live installation procedure <================
==> Note: Letters/digits in <angle brackets> indicate menu items <==
==> for commands or configurable options <==
Proposed platform: Intel x86_64 with GNU/Linux
<B> binary systems: 1 out of 15
<S> Installation scheme (scheme-full)
Customizing installation scheme:
<C> standard collections
<L> language collections
83 collections out of 84, disk space required: 1426 MB
<D> directories:
TEXDIR (The main TeX directory):
/usr/local/texlive/2008
TEXMFLOCAL (Directory for local styles etc):
/usr/local/texlive/texmf-local
TEXMFSYSVAR (Directory for local config):
/usr/local/texlive/2008/texmf-var
<O> options:
[ ] use letter size instead of A4 by default
[ ] create all format files
[X] install macro/font doc tree
[X] install macro/font source tree
[ ] create symlinks in standard directories
Other options:
====================================================================
<I> start installation
<H> help
<Q> quit
Enter command:
\end{verbatim}
\end{document}
latex install08text.tex
dvips -E install08text.dvi
epstopdf install08text.ps
|