ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Gavin via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Gavin <gavinpublic@comcast.net>
Subject: Re: Problem with latest version ?
Date: Sat, 7 Jan 2023 08:22:52 -0700	[thread overview]
Message-ID: <04F1F801-D1C8-4C40-9B3A-20C15A2A6D00@comcast.net> (raw)
In-Reply-To: <CACyK-erSPR6KbMFNt=jqJyf7uk8+pCYdhQb=psk0BVXg=L1S=Q@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 846 bytes --]

Hi Hans, Fabrice, and List,

Now it is working for me. I had installed the new upload. I also needed to put the two new files from Hans’ earlier email (m-tikz-pgfplots.tex and m-tikz-pgfplotstable.tex) in the right spot (tex/texmf-context/tex/context/modules/mkxl) and run "mtxrun --generate”. I’m not sure if I was also supposed to put the third file from the earlier email in this spot also, but I didn’t, and it works.

I am still getting some new errors in specific files, but I will spend some time tracking down the source of those errors before starting a new thread. That might be a while, because all of the things I need for my current work are now working.

I’ve re-attached those two files from the earlier email from Hans so anyone reading this doesn’t need to hunt for them.

Thanks for the fixes!

Gavin



[-- Attachment #2: m-tikz-pgfplots.tex --]
[-- Type: application/octet-stream, Size: 1194 bytes --]

%D See m-tikz.mkxl for comments.

\startmodule [pgfplots]

\writestatus{loading}{ConTeXt User Module / Pgfplots}

\tikzinputfile{pgfplots.revision.tex}

\usetikzlibrary[plotmarks]

\tikzinputfile{pgfplots.code.tex}

\def\pgfplotsincludegraphics[#1]#2%
  {\externalfigure[#2][#1]}

\starttikzsettings
    \pgfkeys{/pgfplots/plot graphics/includegraphics cmd=\pgfplotsincludegraphics}
\stoptikzsettings

\unprotect

\let\pgfplots@ORIG@tikz@installcommands@before@context\tikz@installcommands

\def\tikz@installcommands{%
  \pgfplots@ORIG@tikz@installcommands@before@context
  %
  \let\startaxis=\pgfplots@environment@axis
  \let\stopaxis=\endpgfplots@environment@axis
  %
  \let\startsemilogxaxis=\pgfplots@environment@semilogxaxis
  \let\stopsemilogxaxis=\endpgfplots@environment@semilogxaxis
  %
  \let\startsemilogyaxis=\pgfplots@environment@semilogyaxis
  \let\stopsemilogyaxis=\endpgfplots@environment@semilogyaxis
  %
  \let\startloglogaxis=\pgfplots@environment@loglogaxis
  \let\stoploglogaxis=\endpgfplots@environment@loglogaxis
  %
  \def\startpgfplotsinterruptdatabb{\pgfplotsinterruptdatabb}%
  \def\stoppgfplotsinterruptdatabb{\endpgfplotsinterruptdatabb}%
}

\protect

\stopmodule


[-- Attachment #3: m-tikz-pgfplotstable.tex --]
[-- Type: application/octet-stream, Size: 200 bytes --]

%D See m-tikz.mkxl for comments.

\startmodule [pgfplotstable]

\writestatus{loading}{ConTeXt User Module / Pgfplotstable}

\usemodule[pgfplots]

\tikzinputfile{pgfplotstable.code.tex}%

\stopmodule


[-- Attachment #4: Type: text/plain, Size: 2330 bytes --]



> On Jan 6, 2023, at 9:09 AM, Fabrice Couvreur via ntg-context <ntg-context@ntg.nl> wrote:
> 
> Hi,
> From my side, after the last update, it works.
> Thank you Hans.
> Fabrice
> 
> Le ven. 6 janv. 2023 à 14:17, Gavin via ntg-context <ntg-context@ntg.nl> a écrit :
> Hi Hans,
> 
> > On Jan 5, 2023, at 5:49 AM, Hans Hagen via ntg-context <ntg-context@ntg.nl> wrote:
> > On 1/5/2023 11:40 AM, Gavin via ntg-context wrote:
> >> ...I can try with the latest LMTX later today. The test file works with TeXLive 2022
> >> Gavin
> >> TEST FILE:
> >> \usemodule[tikz]
> >> \usemodule[pgfplots] % PGFPlots module for graphs
> >> \starttext
> >> \starttikzpicture
> >> \draw (0, 0) circle (3cm);
> >> \stoptikzpicture
> >> \starttikzpicture
> >>  \startaxis
> >>    \addplot+[domain=0:360]
> >>        {sin(x)};
> >>  \stopaxis
> >> \stoptikzpicture
> >> \stoptext
> > fixed in next upload (later today)
> 
> I downloaded yesterday's upload. It did not work for me. I did a clean instal.
> 
> ConTeXt  ver: 2023.01.04 11:35 LMTX  fmt: 2023.1.6  int: english/english
> ...
> tex error on line 14 in file ./TikZTest.tex: Control sequence expected instead of undefined
> <recently read> 
>    \startaxis 
> <line 3.14> 
>      \startaxis
> 
> 
> -Gavin
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : https://contextgarden.net
> ___________________________________________________________________________________
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : https://contextgarden.net
> ___________________________________________________________________________________


[-- Attachment #5: Type: text/plain, Size: 496 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2023-01-07 15:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-04 17:35 Fabrice Couvreur via ntg-context
2023-01-04 18:00 ` Fabrice Couvreur via ntg-context
2023-01-04 18:05   ` Henning Hraban Ramm via ntg-context
2023-01-04 23:22     ` Hans Hagen via ntg-context
2023-01-05  1:40       ` Gavin via ntg-context
2023-01-05  7:39         ` Hans Hagen via ntg-context
2023-01-05 10:40           ` Gavin via ntg-context
2023-01-05 12:49             ` Hans Hagen via ntg-context
     [not found]               ` <296AB549-C697-4133-ACB2-25E313A01BAE@libertycommon.org>
2023-01-06 14:17                 ` Gavin via ntg-context
2023-01-06 16:09                   ` Fabrice Couvreur via ntg-context
2023-01-07 15:22                     ` Gavin via ntg-context [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=04F1F801-D1C8-4C40-9B3A-20C15A2A6D00@comcast.net \
    --to=ntg-context@ntg.nl \
    --cc=gavinpublic@comcast.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).