From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/wheretotrim/README | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 support/wheretotrim/README (limited to 'support/wheretotrim/README') diff --git a/support/wheretotrim/README b/support/wheretotrim/README new file mode 100644 index 0000000000..e8c360329a --- /dev/null +++ b/support/wheretotrim/README @@ -0,0 +1,49 @@ + +---------------------+ + | WHERETOTRIM | + | | + | Scott Pakin | + | scott+wtt@pakin.org | + +---------------------+ + +Description +=========== + +wheretotrim is a Perl script and auxiliary LaTeX package that helps +LaTeX users reduce their document's page count. It is intended to be +used with documents that exceed a publisher's specified page-length +limitation by a small amount (much less than a full column or page). +wheretotrim reports the page and column on which the least amount of +text needs to be trimmed to reduce the page count. It works by +repeatedly rebuilding the given document, analyzing the benefit of +trimming from each column or page one line of text, then two, then +three, and so forth until the document's page count decreases. + +wheretotrim has been tested only on Linux. It might work on OS X. It +probably won't work on Windows. + + +Installation +============ + +To create wheretotrim.pl and wheretotrim.sty simply run "tex +wheretotrim.ins". Rename wheretotrim.pl to wheretotrim and install it +somewhere in your path. Install wheretotrim.sty somewhere where LaTeX +can find it. See +http://www.tex.ac.uk/cgi-bin/texfaq2html?label=instpackages for +general information about installing packages. + + +Copyright and license +===================== + +Copyright (C) 2013 Scott Pakin + +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 2008/05/04 or later. -- cgit v1.2.3