diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-15 22:22:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-15 22:22:28 +0000 |
commit | 47301e034c5cf0a8d82cf70bc6c1061b64c7eac3 (patch) | |
tree | a402b6478658f069e0d79adf1f02fcc536a39d11 /Master/texmf-dist/doc/latex/savetrees/README | |
parent | 758efcfd3fe53e9e087fd703eff4cdaaba4d7103 (diff) |
savetrees 2.0 (15may11)
git-svn-id: svn://tug.org/texlive/trunk@22491 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/savetrees/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/savetrees/README | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/savetrees/README b/Master/texmf-dist/doc/latex/savetrees/README index bbd4a35391c..3bcd4b17176 100644 --- a/Master/texmf-dist/doc/latex/savetrees/README +++ b/Master/texmf-dist/doc/latex/savetrees/README @@ -1,6 +1,6 @@ - +------------------------------------+ - | THE SAVETREES PACKAGE | - | By Scott Pakin, scott+st@pakin.org | + +------------------------------------+ + | THE SAVETREES PACKAGE | + | By Scott Pakin, scott+st@pakin.org | +------------------------------------+ @@ -20,34 +20,20 @@ Installation Building the savetrees package is fairly straightforward: - latex savetrees.ins <= Extract savetrees.sty, savetrees.bst, - and makethin.pl. + latex savetrees.ins <= Extract savetrees.sty and savetrees.bst. latex savetrees.dtx <= Build the documentation (savetrees.dvi). makeindex -s gind.ist savetrees <= Generate an index (makeindex.ind). latex savetrees.dtx <= Add the index to the documentation. -Then, on Unix: - - mv makethin.pl makethin <= Drop the unnecessary .pl extension. - chmod +x makethin <= Make the Perl script executable. - To install savetrees, move savetrees.sty into a directory searched by LaTeX (e.g., .../texmf/tex/latex/misc/) and move savetrees.bst into a directory searched by BibTeX (e.g., .../texmf/bibtex/bst/misc/). -If you have both Perl and a Kpathsea-based TeX distribution -- i.e., -you have a "kpsewhich" command -- then you should additionally install -the makethin script somewhere in your path (e.g., /usr/local/bin). On -a Unix system you can produce a man page using a command like the -following: - - makethin --man=/usr/local/man/man1/makethin.1 - Copyright and license ===================== -Copyright (C) 2010 by Scott Pakin <scott+st@pakin.org> +Copyright (C) 2011 by Scott Pakin <scott+st@pakin.org> This file may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license |