diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-04 14:50:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-04 14:50:05 +0000 |
commit | 68ae4f7bfb0b890c21bd8c5d10752b008f641cd0 (patch) | |
tree | 19471b05c7631a453fc40adcddf7c48b76de349d /Master/texmf-dist/tex/latex/savetrees | |
parent | 71a6d5a629f5f8ace98683599c31144e37056bcf (diff) |
savetrees 1.3 (3jun10)
git-svn-id: svn://tug.org/texlive/trunk@18724 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/savetrees')
-rw-r--r-- | Master/texmf-dist/tex/latex/savetrees/savetrees.sty | 10 |
1 files changed, 8 insertions, 2 deletions
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 <scott+st@pakin.org> +%% Copyright (C) 2010 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 @@ -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]{% |