Hello!
I’m trying to reproduce the example in https://wiki.contextgarden.net/Pgfplot and I’m getting this error:
tex error > tex error on line 926 in file pgfcorepoints.code.tex: Missing control sequence inserted
<inserted text>
\inaccessible
<to be read again>
"
<macro> \pgfsetzvec
\catcode `\==12 \catcode `\,=12 \catcode `\|=12 \catcode `\&=12 \let "
\pgfmath@char@quote
<macro> \pgfsetzvec
\begingroup \pgfmath@catcodes
\pgfmath@quickparsefalse \ifpgfmathfloat \let \pgfmath@parse@next =\pgfmathfloatparsenumber \else \let \pgfmath@parse@next =\pgfmathparse@ \fi \pgfmath@parse@next
<argument>
\pgfmathparse
{1cm}\ifpgfmathmathunitsdeclared \pgf@x \pgfmathresult mu\relax \else \pgf@x \pgfmathresult pt\relax \fi
<macro> \pgfmath@next
#1#2->#2
...
context --version mtx-context | ConTeXt Process Management 1.04 mtx-context | mtx-context | main context file: /usr/local/texlive/2023/texmf-dist/tex/context/base/mkiv/context.mkiv mtx-context | current version: 2023.03.10 12:15 mtx-context | main context file: /usr/local/texlive/2023/texmf-dist/tex/context/base/mkxl/context.mkxl mtx-context | current version: 2023.03.10 12:15
If you have some hint to solve this, please let me know. Thank you in advance!
On Sat, 22 Jul 2023, Freddy Omar López Quintero wrote:
I’m trying to reproduce the example in https://wiki.contextgarden.net/Pgfplot and I’m getting this error:
That example is a little hard to test because you need to download a bunch of data files to test it, but pgfplots is working in the latest version.
I’m on macOS 13.4.1 and this is the version of context I’m running:
context --version mtx-context | ConTeXt Process Management 1.04 mtx-context | mtx-context | main context file: /usr/local/texlive/2023/texmf-dist/tex/context/base/mkiv/context.mkiv mtx-context | current version: 2023.03.10 12:15 mtx-context | main context file: /usr/local/texlive/2023/texmf-dist/tex/context/base/mkxl/context.mkxl mtx-context | current version: 2023.03.10 12:15
Tikz (and related modules) needed to be adapted for LMTX, and this was done around April or May. So you will need to upgrade. If texlive does not include the latest version, then you would need to manually install context lmtx: https://wiki.contextgarden.net/Installation Aditya
participants (2)
-
Aditya Mahajan
-
Freddy Omar López Quintero