ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Reading modules from zip files
@ 2008-07-02  7:49 Wolfgang Schuster
  2008-07-17  7:40 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2008-07-02  7:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

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

[-- Attachment #2: lettertest.zip --]
[-- Type: application/zip, Size: 2365 bytes --]

[-- Attachment #3: Type: text/plain, Size: 487 bytes --]

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

maillist : ntg-context@ntg.nl / 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
___________________________________________________________________________________

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

* Re: Reading modules from zip files
  2008-07-02  7:49 Reading modules from zip files Wolfgang Schuster
@ 2008-07-17  7:40 ` Wolfgang Schuster
  2008-07-17 11:53   ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2008-07-17  7:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi again,

is there now a solution for my problem or should ask again in a few months.

I don't need this feature for the moment but it is nice for tests with new beta
version without the need to overwrite my global version in the tex tree.

Wolfgang

On Wed, Jul 2, 2008 at 9:49 AM, Wolfgang Schuster
<schuster.wolfgang@googlemail.com> wrote:
> 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@ntg.nl / 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
___________________________________________________________________________________


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

* Re: Reading modules from zip files
  2008-07-17  7:40 ` Wolfgang Schuster
@ 2008-07-17 11:53   ` Hans Hagen
  2008-09-16  9:23     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2008-07-17 11:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> Hi again,
> 
> is there now a solution for my problem or should ask again in a few months.

ask gain later, i have no time now to look into it  -)


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | 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 / 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
___________________________________________________________________________________


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

* Re: Reading modules from zip files
  2008-07-17 11:53   ` Hans Hagen
@ 2008-09-16  9:23     ` Wolfgang Schuster
  2008-09-20 16:09       ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2008-09-16  9:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Jul 17, 2008 at 1:53 PM, Hans Hagen <pragma@wxs.nl> wrote:
> Wolfgang Schuster wrote:
>> Hi again,
>>
>> is there now a solution for my problem or should ask again in a few months.
>
> ask gain later, i have no time now to look into it  -)

Do you have now time or should I ask again?

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

maillist : ntg-context@ntg.nl / 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
___________________________________________________________________________________


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

* Re: Reading modules from zip files
  2008-09-16  9:23     ` Wolfgang Schuster
@ 2008-09-20 16:09       ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2008-09-20 16:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> On Thu, Jul 17, 2008 at 1:53 PM, Hans Hagen <pragma@wxs.nl> wrote:
>> Wolfgang Schuster wrote:
>>> Hi again,
>>>
>>> is there now a solution for my problem or should ask again in a few months.
>> ask gain later, i have no time now to look into it  -)
> 
> Do you have now time or should I ask again?

ask again .. i'm in the middle of some other mkiv stuff

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | 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 / 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
___________________________________________________________________________________


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

end of thread, other threads:[~2008-09-20 16:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-02  7:49 Reading modules from zip files Wolfgang Schuster
2008-07-17  7:40 ` Wolfgang Schuster
2008-07-17 11:53   ` Hans Hagen
2008-09-16  9:23     ` Wolfgang Schuster
2008-09-20 16:09       ` Hans Hagen

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