ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan via ntg-context <ntg-context@ntg.nl>
To: Aditya Mahajan via ntg-context <ntg-context@ntg.nl>
Cc: Aditya Mahajan <adityam@umich.edu>
Subject: Re: [NTG-context] TiKz with LMTX
Date: Mon, 5 Jun 2023 22:32:37 -0400 (EDT)	[thread overview]
Message-ID: <p3630276-r829-9118-17n5-12242rq53878@hzvpu.rqh> (raw)
In-Reply-To: <r059989n-5386-o385-271o-30rr14sn0p89@hzvpu.rqh>

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

On Mon, 5 Jun 2023, Aditya Mahajan via ntg-context wrote:

> On Sun, 4 Jun 2023, Jigé via ntg-context wrote:
> 
> 
> > $ mkdir ~/.local/share/context
> > $ cd ~/.local/share/context
> > $ wget https://lmtx.pragma-ade.com/install-lmtx/context-linux-64.zip
> > $ unzip context-linux-64.zip
> > $ sh install.sh
> > $ rm context-linux-64.zip
> > $ cd ~/.local/share/context/tex
> > $ mtxrun --script install-modules --list
> > $ mtxrun --script install-modules --install tikz
> > (And for good measure, I later did `mtxrun --script install-modules --install all`)
> > 
> > $ cd my-working-directory
> > $ vi some-sample-context-file.tex
> > $ export PATH=/home/myname/.local/share/context/tex/texmf-linux-64/bin:$PATH
> > $ context some-sample-context-file.tex
> > 
> > Did I miss anything? It works just fine.
> 
> On a new machine and pgfsys-luatex.def is missing for me as well. I'll try to check what is going on. 

This was a bit crazy to track down. Here is the fix: 

In line 180 of mtx-install-modules.lua, comment the line

        or find(n,"luatex")

Otherwise, the file 

    tex/generic/pgf/systemlayer/pgfsys-luatex.def

is not extracted from the tikz.zip! 

I don't know why OP and I (both on archlinux) were the only ones who had pgfsys-luatex.def missing. Everyone should have been affected by this. 

Aditya


PS: Also on line 103, it may be a good idea to change the curl call to 

    curl --ssl --location

mirros.ctan.org will also do a HTTP 302 redirect and without the --location flag, curl will not follow the redirect. 

[-- Attachment #2: 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-06-06  2:33 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1949632129.10002246.1685869873625.ref@mail.yahoo.com>
2023-06-04  9:11 ` Jigé via ntg-context
2023-06-04 14:44   ` Hans Hagen via ntg-context
2023-06-04 15:10     ` Floris van Manen via ntg-context
2023-06-04 16:18       ` Hans Hagen via ntg-context
2023-06-04 21:58         ` Floris van Manen via ntg-context
2023-06-05  5:43           ` Mikael Sundqvist via ntg-context
2023-06-05  8:35             ` vm via ntg-context
2023-06-05 17:40   ` Aditya Mahajan via ntg-context
2023-06-06  2:32     ` Aditya Mahajan via ntg-context [this message]
     [not found] <mailman.1302.1685898062.41142.ntg-context@ntg.nl>
2023-06-04 21:04 ` Jigé via ntg-context
     [not found] <mailman.1322.1685946193.41142.ntg-context@ntg.nl>
2023-06-05 10:33 ` Jigé via ntg-context
2023-06-05 11:02   ` Floris van Manen via ntg-context
2023-06-05 12:49     ` Carlos via ntg-context
2023-06-05 13:06       ` Floris van Manen via ntg-context
2023-06-05 13:40         ` Carlos via ntg-context
2023-06-05 19:43         ` Carlos via ntg-context
2023-06-05 20:16           ` Carlos via ntg-context
     [not found] <mailman.1332.1685970748.41142.ntg-context@ntg.nl>
2023-06-05 14:52 ` Jigé via ntg-context
     [not found] <mailman.49.1686219733.1391.ntg-context@ntg.nl>
2023-06-08 18:37 ` Jigé via ntg-context
2023-06-09  3:57   ` Aditya Mahajan via ntg-context
2023-06-09  6:13     ` Hans Hagen via ntg-context
2023-06-09 16:43       ` Aditya Mahajan via ntg-context
2023-06-12 16:49     ` Carlos via ntg-context
2023-06-12 16:59       ` Hans Hagen via ntg-context

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=p3630276-r829-9118-17n5-12242rq53878@hzvpu.rqh \
    --to=ntg-context@ntg.nl \
    --cc=adityam@umich.edu \
    /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).