ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] luatex doesn't see installed 3rd party module
@ 2024-05-19 22:29 andrei
  2024-05-19 22:31 ` [NTG-context] " andrei
  2024-05-19 22:40 ` andrei
  0 siblings, 2 replies; 5+ messages in thread
From: andrei @ 2024-05-19 22:29 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 548 bytes --]

Hello!

I’ve installed a 3rd party module by copying its TDS folder structure and invoking `context --generate` as described in https://wiki.contextgarden.net/Modules#ConTeXt_LMTX

When I compile my project with `context` (using LuaMetaTeX), it's found and works just fine; however, when I try to compile with LuaTeX by invoking `context --latex`, it can’t find the module.

Do I need to do something special to make it visible for LuaTeX? I can’t find the answer in the wiki.

Any help would be appreciated 🙏🏻

Best,
Andrei.

[-- Attachment #1.2: Type: text/html, Size: 947 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [NTG-context] Re: luatex doesn't see installed 3rd party module
  2024-05-19 22:29 [NTG-context] luatex doesn't see installed 3rd party module andrei
@ 2024-05-19 22:31 ` andrei
  2024-05-20 12:14   ` Arthur Rosendahl via ntg-context
  2024-05-19 22:40 ` andrei
  1 sibling, 1 reply; 5+ messages in thread
From: andrei @ 2024-05-19 22:31 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 711 bytes --]

Correction for misspelling : `context --latex` —>  `context --luatex`

> On May 20, 2024, at 02:29, andrei@borisov.dev wrote:
> 
> Hello!
> 
> I’ve installed a 3rd party module by copying its TDS folder structure and invoking `context --generate` as described in https://wiki.contextgarden.net/Modules#ConTeXt_LMTX
> 
> When I compile my project with `context` (using LuaMetaTeX), it's found and works just fine; however, when I try to compile with LuaTeX by invoking `context --latex`, it can’t find the module.
> 
> Do I need to do something special to make it visible for LuaTeX? I can’t find the answer in the wiki.
> 
> Any help would be appreciated 🙏🏻
> 
> Best,
> Andrei.


[-- Attachment #1.2: Type: text/html, Size: 1425 bytes --]

[-- Attachment #2: Type: text/plain, Size: 511 bytes --]

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [NTG-context] Re: luatex doesn't see installed 3rd party module
  2024-05-19 22:29 [NTG-context] luatex doesn't see installed 3rd party module andrei
  2024-05-19 22:31 ` [NTG-context] " andrei
@ 2024-05-19 22:40 ` andrei
  1 sibling, 0 replies; 5+ messages in thread
From: andrei @ 2024-05-19 22:40 UTC (permalink / raw)
  To: ntg-context

Correction for misspelling : `context --latex` —>  `context --luatex`
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [NTG-context] Re: luatex doesn't see installed 3rd party module
  2024-05-19 22:31 ` [NTG-context] " andrei
@ 2024-05-20 12:14   ` Arthur Rosendahl via ntg-context
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Rosendahl via ntg-context @ 2024-05-20 12:14 UTC (permalink / raw)
  To: Mailing list for ConTeXt users; +Cc: Arthur Rosendahl

On Mon, May 20, 2024 at 02:31:29AM +0400, andrei@borisov.dev wrote:
> Correction for misspelling : `context --latex` —>  `context --luatex`

  It was a funny typo ;-)

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [NTG-context] Re: luatex doesn't see installed 3rd party module
  2024-05-19 22:38 [NTG-context] " andrei
@ 2024-05-20  8:03 ` Hans Hagen via ntg-context
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen via ntg-context @ 2024-05-20  8:03 UTC (permalink / raw)
  To: andrei, mailing list for ConTeXt users; +Cc: Hans Hagen

On 5/20/2024 12:38 AM, andrei@borisov.dev wrote:
> Hello!
> 
> I’ve installed a 3rd party module by copying its TDS folder structure and invoking `context --generate` as described in https://wiki.contextgarden.net/Modules#ConTeXt_LMTX
> 
> When I compile my project with `context` (using LuaMetaTeX), it's found and works just fine; however, when I try to compile with LuaTeX by invoking `context --luatex`, it can’t find the module.
> 
> Do I need to do something special to make it visible for LuaTeX? I can’t find the answer in the wiki.
> 
> I use standalone ConTeXt distribution.
> 
> Any help would be appreciated 🙏🏻

Did you run

context --generate --luatex

after adding the file?

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-20 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-19 22:29 [NTG-context] luatex doesn't see installed 3rd party module andrei
2024-05-19 22:31 ` [NTG-context] " andrei
2024-05-20 12:14   ` Arthur Rosendahl via ntg-context
2024-05-19 22:40 ` andrei
2024-05-19 22:38 [NTG-context] " andrei
2024-05-20  8:03 ` [NTG-context] " Hans Hagen via ntg-context

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).