[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#592565: xdvi fails to display \naput and \nbput of pstricks correctly



Package: texlive-binaries
Version: 2009-6

The following code is rendered correct in gv (after doing dvips on a dvi file), but incorrect in xdvi:

\documentclass{article}
\usepackage{pst-all}
\begin{document}
\begin{pspicture}(0,0)(4,4)
\rput(1,1){\rnode{F}{F}}
\rput(2,2){\rnode{B}{B}}
\ncline{->}{F}{B}
\naput{$i:=i-1$}
\end{pspicture}
\end{document}

The message "xdvi.bin: Warning: Raw Postscript commands on page 1 may be rendered incorrectly." is printed on the console.

The same bug with a discussion for an older tetex-bin package: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513468



Reply to: