summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/datatool/INSTALL
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-07-23 21:55:18 +0000
committerKarl Berry <karl@freefriends.org>2012-07-23 21:55:18 +0000
commitd5ef93ccfdd8ddb5ee3d5a41434e0aec04df8fa0 (patch)
tree0bfa67f70ec53a66e165994e6bfc17b52ff92130 /Master/texmf-dist/doc/latex/datatool/INSTALL
parent44928b3e4ed601cdf5afd19c5abb613fe3e8b4a0 (diff)
datatool 2.10 (23jul12)
git-svn-id: svn://tug.org/texlive/trunk@27115 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/datatool/INSTALL')
-rw-r--r--Master/texmf-dist/doc/latex/datatool/INSTALL64
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/INSTALL b/Master/texmf-dist/doc/latex/datatool/INSTALL
new file mode 100644
index 00000000000..55acc329594
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/datatool/INSTALL
@@ -0,0 +1,64 @@
+INSTALLATION
+
+If you have downloaded the datatool package using the TeX
+Directory Structure (TDS), that is you have downloaded the archive
+datatool.tds.zip containing doc, tex, scripts and source
+directories, you need to follow the "Installing from TDS"
+instructions below.
+
+If you have downloaded the following files:
+
+datatool.dtx
+datatool.ins
+
+You need to follow the "Installing from DTX and INS" instructions
+below.
+
+For further information on installing LaTeX packages see:
+
+http://www.tex.ac.uk/cgi-bin/texfaq2html?label=installthings
+
+INSTALLING FROM TDS
+===================
+
+Files in tex and doc directories should go in the corresponding
+TEXMF directories (for example, /usr/share/texmf-local/ or
+C:\localtexmf\).
+
+*Remember to refresh TeX's database*
+
+Example (on UNIX like systems):
+
+unzip datatool.tds.zip -d ~/texmf/
+texhash ~/texmf/
+
+INSTALLING FROM DTX AND INS
+===========================
+
+Run LaTeX on datatool.ins to generate the package style files:
+
+latex datatool.ins
+
+To create the package documentation (datatool.pdf):
+
+pdflatex datatool.dtx
+makeindex -s gind.ist datatool.idx
+pdflatex datatool.dtx
+pdflatex datatool.dtx
+
+If TEXMF denotes the base directory of your local TeX installation (e.g.
+/usr/share/texmf-local/ or C:\localtexmf\) then create the following
+directories (if they don't already exist):
+
+TEXMF/doc/latex/datatool
+TEXMF/doc/latex/datatool/samples
+TEXMF/tex/latex/datatool
+
+Move the sample files (*.tex) to TEXMF/doc/latex/datatool/sample/
+
+Move the documentation (*.pdf) to TEXMF/doc/latex/datatool/
+
+Move style files (*.sty) to TEXMF/tex/latex/datatool/
+
+*Remember to refresh TeX's database*
+