diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/datatool/INSTALL')
-rw-r--r-- | Master/texmf-dist/doc/latex/datatool/INSTALL | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/INSTALL b/Master/texmf-dist/doc/latex/datatool/INSTALL index 55acc329594..86bfd84c2d6 100644 --- a/Master/texmf-dist/doc/latex/datatool/INSTALL +++ b/Master/texmf-dist/doc/latex/datatool/INSTALL @@ -39,12 +39,13 @@ Run LaTeX on datatool.ins to generate the package style files: latex datatool.ins -To create the package documentation (datatool.pdf): +To create the package documentation (datatool-code.pdf): -pdflatex datatool.dtx -makeindex -s gind.ist datatool.idx -pdflatex datatool.dtx -pdflatex datatool.dtx +pdflatex -jobname datatool-code datatool.dtx +makeindex -s gind.ist datatool-code.idx +makeindex -s gglo.ist -o datatool-code.gls datatool-code.glo +pdflatex -jobname datatool-code datatool.dtx +pdflatex -jobname datatool-code 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 |