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

Bug#1035313: pstricks causes gray output of xdvi



On 4/30/23 20:28, Al Ma wrote:

Hi,

Feed mwe.tex containing
\documentclass{article}
\usepackage{pstricks}
\begin{document}
Test
\end{document}

Thanks for the report. The issue seems to have been resolved recently.
Could you look for the line

\pstVerb{0.8 setlinewidth 0 setgray}%    default setting (needed for
lualatex)

(1 line) in pstricks.tex (should be around line 4250) and replace it by:

+%%% changed 20230430 by hv, confuses otherwise the dvi color handling
+\ifluatex\pstVerb{0.8 setlinewidth 0 setgray}\fi%    default setting
(needed for lualatex)
+%%%

(3 lines). Does that solve your issue?

Hilmar
--
Testmail


Reply to: