I have a strange problem since I updated to Ubuntu 22.04 LTS : my latex documents containting pstrick label "\psline" will just show nothing after compilation. For exemple :
Code: Select all
\documentclass{article}
\usepackage{pstricks}
\begin{document}
This is a line
\begin{pspicture}(0,0)(10,6)
\psline[linewidth=2 pt]{<->}(2,1)(6,4)
\end{pspicture}
\end{document}
I use kile to edit and I complile with Xelatex (as usual). I tried to add manually the latest pstricks.sty file from CTAN but I still have the problem.
Any clues ? Is this a pstricks problem or a xelatex one ? Help !!