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
|
<head>
<title>UK TeX FAQ -- question label inst-tds-zip</title>
</head><body>
<h3>Installing using ready-built ZIP files</h3>
<p/>Installing packages, as they (“traditionally”) appear on
CTAN, involves:
<ul>
<li> identifying where to put the various files on an TDS
tree,
<li> installing them, and
<li> a few housekeeping operations.
</ul>
Most people, for most packages, find the first two steps onerous, the
last being easy (unless it is forgotten!).
<p/>Ready-built ZIP files — also known as
<a href="FAQ-tds-zip.html">TDS-ZIP files</a> — are designed to lighten
the load of performing the first two steps of installation: they
contain all the files that are that’s to be installed for a given
package, in their “correct” locations in a
<a href="FAQ-tds.html">TDS tree</a>.
<p/>To install such a file on a Unix system (we assume that you’ll install
into the local TEXMF tree, at <code>$TEXMFLOCAL</code>):
<blockquote>
<pre>
cd $TEXMFLOCAL
unzip $package.tds.zip
</pre>
</blockquote><p>
<p/>On a Windows system that is modern enough that it has a built-in
ZIP unpacker, simply double-click on the file, and browse to
where it’s to be unpacked. (We trust that those using earlier
versions of Windows will already have experience of using
<i>WinZIP</i> or the like.)
<p/>Having unpacked the <code>.zip</code> archive, in most cases the only
remaining chore is to update the file indexes — as in
<a href="FAQ-inst-wlcf.html">normal installation instructions</a>. However, if
the package provides a font, you also need to enable the font’s map,
which is discussed in
“<a href="FAQ-instt1font.html">Installing a Type 1 font</a>”
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-tds-zip">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-tds-zip</a>
</body>
|