What's going on here that the first and last \fbox are not getting drawn correctly when immediately following \noindent?
\documentclass{article}
\usepackage{pst-node}
\pagestyle{empty}
\begin{document}
\noindent\fbox{A\rule{0.4pt}{3ex}}
\fbox{A\rule{0.4pt}{3ex}}
\noindent\fbox{A}
\fbox{A}
\noindent%
\begin{pspicture}(0,0)
\psset{linecolor=red,linewidth=0.4pt}
\rput(1.45em,6.5\baselineskip){\cnode{0.05}{A}}
\rput(2.9em,1.84\baselineskip){\cnode{0.05}{B}}
\end{pspicture}
\end{document}
It's barely noticeable: but now that I see it, it annoys me.


latex, thendvipswith the switchPwwwand then finallyps2pdf. – A.Ellett Dec 06 '12 at 21:03latex+dvips+ps2pdfroute. – egreg Dec 06 '12 at 21:26latex->dvips->ps2pdf– Scott H. Dec 06 '12 at 22:11