summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/glossaries/INSTALL
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-20 21:52:18 +0000
committerKarl Berry <karl@freefriends.org>2016-04-20 21:52:18 +0000
commite155df94bcae899bce238a8b1bc2d6b7e7303cbb (patch)
treee300096ee2baf91633ad81125e449d3376fbd7c2 /Master/texmf-dist/doc/latex/glossaries/INSTALL
parent55d513e3d3a10cd226794281bae3af49a4766f9d (diff)
glossaries (20apr16)
git-svn-id: svn://tug.org/texlive/trunk@40635 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/glossaries/INSTALL')
-rw-r--r--Master/texmf-dist/doc/latex/glossaries/INSTALL14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/glossaries/INSTALL b/Master/texmf-dist/doc/latex/glossaries/INSTALL
index 2f31e77e199..e9ba724de8d 100644
--- a/Master/texmf-dist/doc/latex/glossaries/INSTALL
+++ b/Master/texmf-dist/doc/latex/glossaries/INSTALL
@@ -1,5 +1,9 @@
INSTALLATION
+The best method of installing is through your TeX package
+manager, but if you need to use the manual method for some
+reason, follow the instructions below.
+
If you have downloaded the glossaries package using the TeX
Directory Structure (TDS), that is you have downloaded the archive
glossaries.tds.zip containing doc, tex, scripts and source
@@ -24,19 +28,17 @@ INSTALLING FROM TDS
===================
Files in tex and doc directories should go in the corresponding
-TEXMF directories (for example, /usr/share/texmf-local/ or
+TEXMF directories (for example, ~/texmf or /usr/share/texmf-local/ or
C:\localtexmf\). The scripts/glossaries/ directory contains the Perl
script makeglossaries and the batch file makeglossaries.bat which
should go somewhere on your operating system's PATH. (Both files are
required for Windows, but only the Perl script is required for other
-operating systems.)
-
-*Remember to refresh TeX's database*
+operating systems.) Similarly for makeglossaries-lite.lua, which is
+a Lua alternative.
Example (on UNIX like systems):
unzip glossaries.tds.zip -d ~/texmf/
-texhash ~/texmf/
A minimal example file called minimalgls.tex is provided for testing
and debugging purposes and can be found in the package documentation
@@ -107,8 +109,6 @@ will need to have Perl installed to be able to use makeglossaries.
(It is possible to use makeindex or xindy directly if you don't have
Perl installed. See the manual, glossaries.pdf, for details.)
-*Remember to refresh TeX's database*
-
A minimal example file called minimalgls.tex is provided for testing
and debugging purposes. This file is created along with all the other
sample files when you run glossaries.ins through LaTeX. To test your