summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/savetrees/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/savetrees/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/savetrees/README')
-rw-r--r--macros/latex/contrib/savetrees/README43
1 files changed, 43 insertions, 0 deletions
diff --git a/macros/latex/contrib/savetrees/README b/macros/latex/contrib/savetrees/README
new file mode 100644
index 0000000000..85b34bde82
--- /dev/null
+++ b/macros/latex/contrib/savetrees/README
@@ -0,0 +1,43 @@
+ +------------------------------------+
+ | THE SAVETREES PACKAGE |
+ | By Scott Pakin, scott+st@pakin.org |
+ +------------------------------------+
+
+
+Description
+===========
+
+The goal of the savetrees package is to pack as much text as possible
+onto each page of a LaTeX document. Admittedly, this makes the
+document far less attractive. Nevertheless, savetrees is a simple way
+to save paper when printing draft copies of a document. It can also
+be useful when trying to meet a tight page-length requirement for a
+conference or journal submission.
+
+
+Installation
+============
+
+To install savetrees, run "latex savetrees.ins" to produce the various
+package files. Move savetrees.sty into a directory searched by LaTeX
+(e.g., .../texmf/tex/latex/misc/). Move savetrees.bst into a
+directory searched by BibTeX (e.g., .../texmf/bibtex/bst/misc/). And
+move savetrees.bbx and savetrees.cvx into directories searched by
+Biblatex (e.g., .../texmf/tex/latex/biblatex/bbx/ and
+.../texmf/tex/latex/biblatex/cbx/).
+
+
+Copyright and license
+=====================
+
+Copyright (C) 2016 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
+or (at your option) any later version. The latest version of this
+license is in:
+
+ http://www.latex-project.org/lppl.txt
+
+and version 1.3c or later is part of all distributions of LaTeX
+version 2006/05/20 or later.