[253] in SIPB bug reports
Latex
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon Nov 21 12:41:26 1988
From: pslaw@ATHENA.MIT.EDU
To: bug-sipb@ATHENA.MIT.EDU
Date: Mon, 21 Nov 88 12:39:20 EST
I think there is a bug in the program (or maybe I am wrong in not knowing how
the program is supposed to work). In the following text, if the two commands
\noindent are left out, the first two lines in the output do not match in the
left margin.
\documentstyle[twocolumn]{article}
\addtolength{\topmargin}{-1in}
\addtolength{\textheight}{1in}
\addtolength{\oddsidemargin}{-.5in}
\addtolength{\evensidemargin}{-.5in}
\addtolength{\textwidth}{1in}
\begin{document}
\pagenumbering{arabic}
\noindent
\fbox{{\cal{\Huge A}}} \\
\vspace{.25in}
\noindent
abandon 14 6A \\
abase 6B \\
abash 6A p -X \\
abate 2A 6A \\
abbreviate 14 6A \\
\end{document}
Could you tell me what is the problem?