Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ub!acsu.buffalo.edu From: xiaofei@acsu.buffalo.edu (Xiaofei Wang) Newsgroups: comp.text.tex Subject: Files of same TeX codes produce slightly different outputs Message-ID: <51728@eerie.acsu.Buffalo.EDU> Date: 16 Dec 90 04:44:30 GMT Sender: news@acsu.Buffalo.EDU Organization: SUNY Buffalo Lines: 46 Nntp-Posting-Host: lictor.acsu.buffalo.edu Dear TeX users, I have a strange problem that I find it hard to understand. The following two files are actually the same, the only difference is one has splitted lines and the other joins them together. But they produce the different outputs. One likes like ______ |______ | The other looks like _______ |_______| By the way, I used emTeX if this is relevent. Any hint towards understanding of this problem is appreciated. Again please send me mail even you post on the net. I plan to do some catch up during holidays. Thanks. % the 1st file, the same as the 2nd \font\cs=cmr10 \cs \magnification=\magstep1 \hbox{ \vrule {\vbox{\hrule {\noindent Warning: Do not use } \hrule } } \vrule } \end % the 2nd file, the same as the first \font\cs=cmr10 \cs \magnification=\magstep1 \hbox{ \vrule {\vbox{\hrule {\noindent Warning: Do not use }\hrule}}\vrule} \end