From 68ae4f7bfb0b890c21bd8c5d10752b008f641cd0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 4 Jun 2010 14:50:05 +0000 Subject: savetrees 1.3 (3jun10) git-svn-id: svn://tug.org/texlive/trunk@18724 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/savetrees/savetrees.sty | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/tex/latex/savetrees/savetrees.sty') diff --git a/Master/texmf-dist/tex/latex/savetrees/savetrees.sty b/Master/texmf-dist/tex/latex/savetrees/savetrees.sty index 91e159522ed..b69c664474d 100644 --- a/Master/texmf-dist/tex/latex/savetrees/savetrees.sty +++ b/Master/texmf-dist/tex/latex/savetrees/savetrees.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2007 by Scott Pakin +%% Copyright (C) 2010 by 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 @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{savetrees} - [2007/12/23 v1.2a Pack as much text as possible onto each page] + [2010/06/03 v1.3 Pack as much text as possible onto each page] \newif\if@st@normal@sections \DeclareOption{normalsections}{\@st@normal@sectionstrue} \newif\if@st@normal@margins @@ -39,6 +39,8 @@ \DeclareOption{normalleading}{\@st@normal@leadingtrue} \newif\if@st@normal@looseness \DeclareOption{normallooseness}{\@st@normal@loosenesstrue} +\newif\if@st@normal@char@widths +\DeclareOption{normalcharwidths}{\@st@normal@char@widthstrue} \newif\if@st@normal@bib \DeclareOption{normalbib}{\@st@normal@bibtrue} \newif\if@st@normal@bibnotes @@ -147,6 +149,10 @@ \everypar\markeverypar \markeverypar{\the\everypar\looseness=-1\relax} \fi +\if@st@normal@char@widths +\else + \RequirePackage[stretch=0,shrink=50]{microtype} +\fi \if@st@normal@bib \else \renewenvironment{thebibliography}[1]{% -- cgit v1.2.3