diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-20 21:07:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-20 21:07:26 +0000 |
commit | e569047a46c92b3e9ef8909468a940e67d64cc0e (patch) | |
tree | a5b503cb60947046178843da7df01bc388dde113 /Master/texmf-dist/doc/generic/pstricks/pst-news20.tex | |
parent | 29cdc3540cc6a822c2e0aac394305fdaf7e04c00 (diff) |
pstricks (20sep20)
git-svn-id: svn://tug.org/texlive/trunk@56385 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pstricks/pst-news20.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pstricks/pst-news20.tex | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks/pst-news20.tex b/Master/texmf-dist/doc/generic/pstricks/pst-news20.tex index cf75126c9d9..00acba1ff2c 100644 --- a/Master/texmf-dist/doc/generic/pstricks/pst-news20.tex +++ b/Master/texmf-dist/doc/generic/pstricks/pst-news20.tex @@ -1,4 +1,4 @@ -%% $Id: pst-news20.tex 6 2020-06-10 18:50:14Z herbert $ +%% $Id: pst-news20.tex 23 2020-09-18 06:29:04Z herbert $ \documentclass[11pt,english,BCOR=10mm,DIV=12,bibliography=totoc,parskip=false,headings=small, headinclude=false,footinclude=false,twoside]{scrartcl} @@ -9,7 +9,7 @@ \usepackage{libertinus} \usepackage[scaled=0.88]{beramono} \usepackage{babel} -\usepackage[svgnames,dvipsnames,x11names]{pstricks-pdf} +\usepackage[svgnames,dvipsnames,x11names,pspdf=-dALLOWPSTRANSPARENCY]{pstricks-pdf} \usepackage{pstricks-add} \usepackage{biblatex} @@ -115,6 +115,11 @@ for \Lcs{psgrid}: The function \texttt{Grid} supports GridDX and GridDY. +The current version 1.32 should handle transparency for all Ghostscript versions. +For versions > 9.52 you need for \verb|ps2pdf| the optional argument \verb|-dALLOWPSTRANSPARENCY| +instead of \verb|-dNOSAFER|, which is still needed if you want to write Postscript files from within +the \TeX-run. + \nocite{*} \printbibliography |