[NTG-context] Reading modules from zip files

Top Page
Author: Wolfgang Schuster
Date:  
To: mailing list for ConTeXt users
Subject: [NTG-context] Reading modules from zip files
Hi,

I tried to load a module from the zip archive without placing it in my
tex folder,
this work fine but I'm unable to include files from my global tex tree because
none of them is found by luatex.

The following works

\usezipfile[t-letter.zip]

\usemodule[letter]

\starttext

\startletter
letter text
\stopletter

\stoptext

but this fails

\usezipfile[t-letter.zip]

\usemodule[letter]

\starttext

\startletter[opening=hi,closing=bye]
\input knuth
\stopletter

\stoptext

The file knuth.tex and all the map files are not found.

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

maillist : ntg-context@??? / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________