[pstricks] problem in pstricks texlive 2020

Herbert Voss Herbert.Voss at fu-berlin.de
Mon Oct 12 19:59:24 CEST 2020


Am 12.10.20 um 19:22 schrieb Germain Boyer:
>
> \usepackage[utf8]{inputenc}

by the way: utf8 is the default for years, you do not need to load inputenc

>
>
> % Solution 01 : works good
> \psplot[plotpoints=200, algebraic=true]{\xmin}{10.4}{x*x}
>
> % Solution 02 : don't work
> %\psplot[plotpoints=200, algebraic=true]{\xmin}{10.4}{x^2}
>
> % Solution 03 : don't work
> %\psplot[plotpoints=200, algebraic=false]{\xmin}{10.4}{x 2 exp}
>
> \end{pspicture}
>
> \end{document}
>
> In texlive 2020, i compile this file with latexmk -pdfps and solutions 
> 02 et 03 don't work. I solve the problem with the solution 01.

This is not a useful description of the problem. What does "won't work" 
exactly mean??
I have no problem with

\psplot[plotpoints=200, algebraic=true]{\xmin}{10.4}{x*x}
\psplot[plotpoints=200, algebraic,linecolor=red]{\xmin}{10.4}{x^2}
\psplot[plotpoints=200, algebraic=false,linecolor=blue]{\xmin}{10.4}{x 2 
exp}

up-to-date TL2020
ghostscript 9.54.0

Herbert



More information about the PSTricks mailing list.