[11818] in Athena Bugs
decmips 7.6G: latex
daemon@ATHENA.MIT.EDU (Tom Yu)
Tue Mar 8 18:19:36 1994
Date: Tue, 8 Mar 1994 18:19:28 -0500
To: bugs@MIT.EDU
From: Tom Yu <tlyu@MIT.EDU>
System name: dragons-lair
Type and version: KN02ca 7.6G
Display type: PMAG-DV
What were you trying to do?
Help jh with an obscure problem somehow related to
doublespace.sty, specifically, extraneous spaces being introduced.
What's wrong:
See above. Also, TeX should automagically throw away spaces
when it should, but I can think of no simple algorithm for doing to.
:-)
What should have happened:
It should not have introduced extraneous spaces.
Please describe any relevant documentation references:
patch follows (note the '%' characters at the ends of certain
lines:
*** /usr/athena/lib/tex/macros/doublespace.sty Fri Jul 7 09:01:20 1989
--- /tmp/doublespace.sty Tue Mar 8 18:14:55 1994
***************
*** 59,70 ****
% spacing below tabular environments etc., probably...
% Comments are welcomed.
! \def\@setsize#1#2#3#4{\@nomath#1
\let\@currsize#1\baselineskip
#2\baselineskip\baselinestretch\baselineskip
\parskip\baselinestretch\parskip
\setbox\strutbox\hbox{\vrule height.7\baselineskip
! depth.3\baselineskip width\z@}
\normalbaselineskip\baselineskip#3#4}
--- 59,70 ----
% spacing below tabular environments etc., probably...
% Comments are welcomed.
! \def\@setsize#1#2#3#4{\@nomath#1%
\let\@currsize#1\baselineskip
#2\baselineskip\baselinestretch\baselineskip
\parskip\baselinestretch\parskip
\setbox\strutbox\hbox{\vrule height.7\baselineskip
! depth.3\baselineskip width\z@}%
\normalbaselineskip\baselineskip#3#4}