Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!uakari.primate.wisc.edu!sdd.hp.com!cs.utexas.edu!ut-emx!emx.utexas.edu From: young@emx.utexas.edu (Young U. Ryu) Newsgroups: comp.text.tex Subject: Strange Side Effect by setspace.sty and doublespace.sty Message-ID: <48142@ut-emx.uucp> Date: 30 Apr 91 06:51:35 GMT Sender: young@ut-emx.uucp Organization: The University of Texas at Austin; Austin, Texas Lines: 33 The `setspace.sty' (or `doublespace.sty') results in a strange thing. (Maybe, not strange to TeXperts.) I have defined the following: \def\myneg{\mbox{\footnotesize $\sim$}} which gives extra spaces when used with setspace.sty or doublespace.sty. For example: \documentstyle[11pt,setspace]{article} \doublespace \def\myneg{\mbox{\footnotesize $\sim$}} \begin{document} blah blah blah $\myneg A$ blah \end{document} gave me: blah blah blah ~A blah ^^^ Here, extra spaces! Which part of macros (of setspace.sty or doublespace.sty) causes this problem? Thanks in advance. Young @ The Univ. of Texas at Austin young@emx.utexas.edu