Search found 2 matches

by zaaz
Sun Mar 24, 2024 12:26 pm
Forum: Graphics, Figures & Tables
Topic: \psline doesn't draw anything
Replies: 2
Views: 68173

\psline doesn't draw anything

Hey, thank you for you answer.

I followed your advice and removed the .sty I put manually.

I had TeXlive installed from repository, so I removed it and installed the 2024 version from tug.org. I noticed that my repository version of texlive was old (2021).

And it works !! Thank you again
by zaaz
Sat Mar 23, 2024 5:49 pm
Forum: Graphics, Figures & Tables
Topic: \psline doesn't draw anything
Replies: 2
Views: 68173

\psline doesn't draw anything

Hello,

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 :

\documentclass{article}
\usepackage{pstricks}

\begin{document}

This is a line
\begin{pspicture}(0,0)(10,6 ...