I'm running pstricks and the toolchain "Latex + dvips + ps2pdf + view pdf".
- The call of
fillstyle=solidcause problem : the document compile but is cut just before the graphic ! - If I change to
fillstyle=vlines(for example), it works ... but with "vlines" I don't want! - If I modify the toolchain with XeLatex and
fillstyle=solid, it's "ok" but all therputtext are put all together!!! It's illegible! - Here is a minimal code :
\documentclass[pstricks]{standalone}
\listfiles
\begin{document}
\begin{pspicture}(-6,-6)(6,6)
\rput(0,3){ESSAI}
\psframefillstyle=solid, fillcolor=red, linecolor=blue(-6,-6)
\psframefillstyle=vlines, hatchcolor=red(6,6)
\rput(0,0){ECHEC}
\end{pspicture}
\end{document}
I have no idea of a solution
Code was OK a few month ago !
Perhap's a recent update of pstricks ?
Thanks
David
Here is the log file on pastebin
Here is a part of my log file :
It's written :
*File List*
article.cls 2020/04/10 v1.4m Standard LaTeX document class
size10.clo 2020/04/10 v1.4m Standard LaTeX file (size option)
fontenc.sty
inputenc.sty 2020/08/01 v1.3d Input encoding file
pstricks.sty 2020/06/11 v0.70 LaTeX wrapper for `PSTricks' (RN,HV)
iftex.sty 2020/03/06 v1.0d TeX engine tests
xcolor.sty 2016/05/11 v2.12 LaTeX color extensions (UK)
color.cfg 2016/01/02 v1.6 sample color configuration
dvips.def 2017/06/20 v3.1d Graphics/color driver for dvips
pst-xkey.tex 2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
pst-xkey.tex 2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)
xkeyval.sty 2020/11/20 v2.8 package option processing (HA)
xkeyval.tex 2014/12/03 v2.7a key=value parser (HA)
pstricks.tex 2020/09/18 v3.01 `PSTricks' (tvz,hv)
pst-fp.tex 2020/09/18 v3.01 `PST-fp' (hv)
l3backend-dvips.def 2020-09-24 L3 backend support: dvips
***********
fillstyle=vlines, hatchcolor=white works, but it's a bad solution !
Thanks
David
.logafter adding\listfilesto your preamble? – Werner Jan 20 '21 at 20:52xelatex. – Bernard Jan 20 '21 at 20:56.logas part of the post, or possibly to pastebin.com. I only have a more up-to-datel3backend-dvips.def(2021-01-09). If you're running TeX Live, dotlmgr update --self --allto update everything. – Werner Jan 20 '21 at 21:16\usepackage{tikz}solved the problem !!! Don't know why ! It seems to be a temporary solution, before finding a better one ! – debiansid Jan 24 '21 at 20:56tlmgr update --self --alldo :and
– debiansid Jan 20 '21 at 21:49l3backend-dvips.defstay still to2020-09-24 L3 backend support: dvips! How is it possible to update ? OK !tlmgr install --reinstall l3backendworks and, now, I have got :l3backend-dvips.def 2021-01-09! but `fill