summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/etoolbox/README
blob: 0e27e5e42554870f851c2fc4d5c813434d065d4d (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
$Id: README,v 1.9 2010/04/10 19:11:49 lehman stable $

ABOUT

The etoolbox package is a toolbox of programming facilities geared
primarily towards LaTeX class and package authors. It provides LaTeX
frontends to some of the new primitives provided by e-TeX as well as
some generic tools which are not related to e-TeX but match the
profile of this package. The package is work in progress. Note that
previous versions of this package were released under the name
elatex.

LICENSE

Copyright (c) 2007-2010 Philipp Lehman. This package is author-
maintained. Permission is granted to copy, distribute and/or modify
this software under the terms of the LaTeX Project Public License
(LPPL), version 1.3. This software is provided 'as is', without
warranty of any kind, either expressed or implied, including, but
not limited to, the implied warranties of merchantability and
fitness for a particular purpose.

REQUIREMENTS

This package requires e-TeX.

AUTOMATIC INSTALLATION

TeX Live: The etoolbox package is included in TeX Live.
          Use the TeX Live package manager to install it.

MiKTeX:   The etoolbox package is included in MiKTeX.
          Use the MiKTeX package manager to install it.

SEMI-AUTOMATIC INSTALLATION

1. Download the file

   http://www.ctan.org/tex-archive/install/macros/latex/contrib/etoolbox.tds.zip

2. Unpack the archive in the root directory of the local TeX
   installation tree, for example

	/usr/local/share/texmf/
   or
	/usr/share/texmf-local/
   or
	C:\Local TeX Files\

3. Update the file hash tables (also known as the file name
   database).
   
   On teTeX and TeX Live systems, run texhash as root ('sudo
   texhash'). On MiKTeX, run 'initexmf --update-fndb' in a command
   window or use the 'Refresh FNDB' button of the MiKTeX Options
   window.

MANUAL INSTALLATION

1. Copy the files 'etoolbox.sty' and 'etoolbox.def' to

	<TEXMFLOCAL>/tex/latex/etoolbox/

   where <TEXMFLOCAL> denotes the root of the local TeX installation
   tree, for example

	/usr/local/share/texmf/
   or
	/usr/share/texmf-local/
   or
	C:\Local TeX Files\

2. The file 'etoolbox.pdf' goes to

	<TEXMFLOCAL>/doc/latex/etoolbox/

3. Update the file hash tables (also known as the file name
   database).

   On teTeX and TeX Live systems, run texhash as root ('sudo
   texhash'). On MiKTeX, run 'initexmf --update-fndb' in a command
   window or use the 'Refresh FNDB' button of the MiKTeX Options
   window.