diff options
Diffstat (limited to 'Master/texmf-dist/tex/plain/tugboat-plain/tugboat.sty')
-rw-r--r-- | Master/texmf-dist/tex/plain/tugboat-plain/tugboat.sty | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/plain/tugboat-plain/tugboat.sty b/Master/texmf-dist/tex/plain/tugboat-plain/tugboat.sty index 84dae0b1f8c..74c88e711e4 100644 --- a/Master/texmf-dist/tex/plain/tugboat-plain/tugboat.sty +++ b/Master/texmf-dist/tex/plain/tugboat-plain/tugboat.sty @@ -3,7 +3,7 @@ %% version = "see below \fileversion" %% date = "see below \filedate", %% filetype = "Plain TeX macros for TUGboat", -%% copyright = "Copyright 1993,1999,2003,2006,2011,2012 TeX Users Group. +%% copyright = "Copyright 1993,1999,2003,2006,2011-2016 TeX Users Group. %% Unlimited copying and redistribution of this file %% are permitted as long as this file is not %% modified. Modifications (and redistribution of @@ -17,7 +17,7 @@ %% for preparation of items in TUGboat, the %% Communications of the TeX Users Group.", %% } -%% $Id: tugboat.sty 100 2012-05-22 18:09:46Z bnb $ +%% $Id: tugboat.sty 168 2016-11-07 18:49:19Z karl $ %% %% ********************************************************* %% @@ -26,11 +26,9 @@ %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% TUGBOAT.STY - \def\thistubstyle{plain} -\def\fileversion{v1.20} -\def\filedate{2012/05/22} +\def\fileversion{v1.22} +\def\filedate{2016/11/07} % general items @@ -43,7 +41,7 @@ \message{File `TUGBOAT.STY' \fileversion \space\space <\filedate>} -\input tugboat.cmn % macros common to tugboat.sty and +\input tugboat.cmn % macros intended to be common to tugboat.sty and % ltugboat.sty (latex style file) @@ -1662,7 +1660,7 @@ \def\inlinestyle##1{\def\@altinlinestyle{##1}}% \def\numbered{\@numberedtrue}% \def\ruled{\@ruledtrue}% - \def\smallcode{\ninepoint\tt\baselineskip=10pt }% + \def\smallcode{\ninepoint\tt }% \let\@verbinputvar\relax \let\@verbinputfile\relax \@SpecialsGetOther @@ -1974,6 +1972,8 @@ \newif\if@@mid \@@midfalse \newif\if@@bot \@@botfalse \def\@caption{} +\def\abovecaptionskip{\bigskip} + \newif\if@fixed \@fixedfalse % items for top and bottom ``banners'' on first page @@ -2000,7 +2000,7 @@ \def\top{}% \def\bot{\@@bottrue}% \def\mid{\@@midtrue}% - \def\caption##1{\def\@caption{\ulap{\bigskip##1\smallskip}}}% + \def\caption##1{\def\@caption{\ulap{\abovecaptionskip##1\smallskip}}}% \def\fixed{\@fixedtrue}% \def\scol{\@figurescol}% \def\ecol{\@figureecol}% @@ -2175,13 +2175,14 @@ \twocol \maxcols=2 +\hfuzz=1pt % don't worry about small overfulls \OverlaysinTeXtrue \Trimmarksfalse \PrelimDrafttrue \initializearticle -\pageno=1001 % number of title page +\pageno=901 % number of title page -% Stretchy spacing was the default for many years, but in summer 2011 it +% Stretchy spacing was the default for many years, but in 2012 it % looked too stretchy. Comment out. %\StretchyTenPointSpacing %\StretchyNinePointSpacing @@ -2197,6 +2198,14 @@ Version Date Changes ------- --------- --------------------------------------------------- +1.22 7 Nov 16 \smallcode: do not reduce baselineskip. + \abovecaptionskip: generalize \bigskip; no change + to default. + \pageno: start at 901 to make LaTeX. + \hfuzz: initialize to 1pt to match existing practice. + +1.21 <skipped this version number> + 1.20 22 May 12 Do not hyphenate in typewriter. Add footnote hooks. No \Stretchy*Spacing by default. |