[MacPorts] #58133: texlive-pstricks may need an update
MacPorts
noreply at macports.org
Mon Feb 25 16:07:19 UTC 2019
#58133: texlive-pstricks may need an update
----------------------+--------------------
Reporter: diochnos | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Keywords: | Port:
----------------------+--------------------
Hi,
I bumped into this issue:
https://tex.stackexchange.com/questions/469005/pstricks-newly-introduced-
error-in-package
Per the suggestion, I commented
{{{
\def\ProvidesPackageRCS{\@ifnextchar[\ProvidesPackageRCS at i{\ProvidesPackageRCS at i[]
}}%$
}}}
and replaced it with
{{{
\def\ProvidesPackageRCS#1{}
}}}
in the file
macports_directory/share/texmf-texlive/generic/pstricks/pstricks.tex
This indeed worked for my installation. Then I went to ctan to see the
contents of that file in the pstricks package (https://ctan.org/pkg
/pstricks-base?lang=en) and indeed the file is different. Now, in the
critical lines (around line 70), it reads:
{{{
\def\ProvidesPackageRCS#1{\typeout{Loading #1}}%
%\@ifnextchar[\ProvidesPackageRCS at i{\ProvidesPackageRCS at i[] }}%$
%\def\ProvidesPackageRCS at i[#1]#2{}
}}}
Just wanted to let you know because it appears that the package needs an
update. I am attaching a tex file that replicates the initial issue.
Interestingly, while the error is thrown during the compilation using the
latex command and compilation is paused, nevertheless, pressing enter to
bypass the issue and then using dvipdf corrects a pdf file with the image
as expected.
--
Ticket URL: <https://trac.macports.org/ticket/58133>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list