ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* running luatex?
@ 2007-08-15 10:15 Hans van der Meer
  2007-08-15 10:24 ` Hans Hagen
  2007-08-15 10:27 ` luigi scarso
  0 siblings, 2 replies; 6+ messages in thread
From: Hans van der Meer @ 2007-08-15 10:15 UTC (permalink / raw)
  To: NTG ConTeXt


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

After some hassles (no problem with me, to be expected from something  
new as luatexbeta) I finally got as far as:

compiling and installing luatex, luatools and friends.
setting up shell variables.
doing "texexec --make --all --luatex"

Alas, mag12 tells about installing luatex, it does not tell me how to  
run things.
I thought that "luatex --fmt=cont-en luatest1.tex" would work, but it  
gives me:
   This is luaTeX, Version 3.141592-beta-0.10.2-2007081511 (Web2C 7.5.6)
   I can't find the format file `cont-en.fmt'!

Now doing "luatools --ini --compile cont-en" tells me "Beginning to  
dump on file cont-en.fmt (format=cont-en 2007.8.15)"
but even then I get:
126 ~/temp/luatex: luatex --fmt=cont-en luatest1.tex
This is luaTeX, Version 3.141592-beta-0.10.2-2007081511 (Web2C 7.5.6)
I can't find the format file `cont-en.fmt'!
And no better with:
127 ~/temp/luatex: luatex --fmt=cont-en.fmt luatest1.tex

I did the example "luatools lmr12.afm" and it gave neatly "/usr/local/ 
texlive/2007/texmf-dist/fonts/afm/public/lm/lmr12.afm"
but if I do "luatools cont-en.fmt" it just returns an empty message.

How do I proceed? What am I missing here?

Hans van der Meer



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

[-- Attachment #2: 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] 6+ messages in thread

* Re: running luatex?
  2007-08-15 10:15 running luatex? Hans van der Meer
@ 2007-08-15 10:24 ` Hans Hagen
  2007-08-15 11:29   ` Hans van der Meer
  2007-08-15 10:27 ` luigi scarso
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2007-08-15 10:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans van der Meer wrote:
> After some hassles (no problem with me, to be expected from something 
> new as luatexbeta) I finally got as far as:
> 
> compiling and installing luatex, luatools and friends.
> setting up shell variables.
> doing "texexec --make --all --luatex"
> 
> Alas, mag12 tells about installing luatex, it does not tell me how to 
> run things.
> I thought that "luatex --fmt=cont-en luatest1.tex" would work, but it 
> gives me:
>   This is luaTeX, Version 3.141592-beta-0.10.2-2007081511 (Web2C 7.5.6)
>   I can't find the format file `cont-en.fmt'!

texexec --luatex somefile

or at the top of the file:

% engine=luatex

-----------------------------------------------------------------
                                           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] 6+ messages in thread

* Re: running luatex?
  2007-08-15 10:15 running luatex? Hans van der Meer
  2007-08-15 10:24 ` Hans Hagen
@ 2007-08-15 10:27 ` luigi scarso
  1 sibling, 0 replies; 6+ messages in thread
From: luigi scarso @ 2007-08-15 10:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 8/15/07, Hans van der Meer <hansm@science.uva.nl> wrote:
> After some hassles (no problem with me, to be expected from something new as
> luatexbeta) I finally got as far as:
>
> compiling and installing luatex, luatools and friends.
> setting up shell variables.
> doing "texexec --make --all --luatex"
>
> Alas, mag12 tells about installing luatex, it does not tell me how to run
> things.
> I thought that "luatex --fmt=cont-en luatest1.tex" would work, but it gives
> me:
>   This is luaTeX, Version 3.141592-beta-0.10.2-2007081511 (Web2C 7.5.6)
>   I can't find the format file `cont-en.fmt'!
>
> Now doing "luatools --ini --compile cont-en" tells me "Beginning to dump on
> file cont-en.fmt (format=cont-en 2007.8.15)"
> but even then I get:
> 126 ~/temp/luatex: luatex --fmt=cont-en luatest1.tex
> This is luaTeX, Version 3.141592-beta-0.10.2-2007081511 (Web2C 7.5.6)
> I can't find the format file `cont-en.fmt'!
> And no better with:
> 127 ~/temp/luatex: luatex --fmt=cont-en.fmt luatest1.tex
>
> I did the example "luatools lmr12.afm" and it gave neatly
> "/usr/local/texlive/2007/texmf-dist/fonts/afm/public/lm/lmr12.afm"
> but if I do "luatools cont-en.fmt" it just returns an empty message.
>
> How do I proceed? What am I missing here?
>
>
> Hans van der Meer
what about
$>texmfstart texexec --luatex luatest1.tex

>


-- 
luigi
----------------------------------------------------------------
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
___________________________________________________________________________________
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] 6+ messages in thread

* Re: running luatex?
  2007-08-15 10:24 ` Hans Hagen
@ 2007-08-15 11:29   ` Hans van der Meer
  2007-08-15 12:56     ` Peter Münster
  0 siblings, 1 reply; 6+ messages in thread
From: Hans van der Meer @ 2007-08-15 11:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Aug 15, 2007, at 12:24, Hans Hagen wrote:

> Hans van der Meer wrote:
>> After some hassles (no problem with me, to be expected from something
>> new as luatexbeta) I finally got as far as:
>>
>> compiling and installing luatex, luatools and friends.
>> setting up shell variables.
>> doing "texexec --make --all --luatex"
>>
>> Alas, mag12 tells about installing luatex, it does not tell me how to
>> run things.
>> I thought that "luatex --fmt=cont-en luatest1.tex" would work, but it
>> gives me:
>>   This is luaTeX, Version 3.141592-beta-0.10.2-2007081511 (Web2C  
>> 7.5.6)
>>   I can't find the format file `cont-en.fmt'!
>
> texexec --luatex somefile
>
> or at the top of the file:
>
> % engine=luatex
>

Thanks. Indeed. Should have thought of that myself.

By the way, is there a switch to suppress all those "report >> "  
lines coming out?

Hans van der Meer


___________________________________________________________________________________
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] 6+ messages in thread

* Re: running luatex?
  2007-08-15 11:29   ` Hans van der Meer
@ 2007-08-15 12:56     ` Peter Münster
  2007-08-15 14:56       ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Münster @ 2007-08-15 12:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 15 Aug 2007, Hans van der Meer wrote:

> By the way, is there a switch to suppress all those "report >> "  
> lines coming out?

You should get these lines only when filling in the cache (first texexec
run). The output of the second texexec run should be much shorter.
Cheers, Peter

-- 
http://pmrb.free.fr/contact/
___________________________________________________________________________________
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] 6+ messages in thread

* Re: running luatex?
  2007-08-15 12:56     ` Peter Münster
@ 2007-08-15 14:56       ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2007-08-15 14:56 UTC (permalink / raw)
  To: ntg-context

Peter Münster wrote:
> On Wed, 15 Aug 2007, Hans van der Meer wrote:
> 
>> By the way, is there a switch to suppress all those "report >> "  
>> lines coming out?
> 
> You should get these lines only when filling in the cache (first texexec
> run). The output of the second texexec run should be much shorter.
> Cheers, Peter

indeed, and some of them are for diagnostics and may go away

(you can turn on a lot of tracing btw)

-----------------------------------------------------------------
                                           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] 6+ messages in thread

end of thread, other threads:[~2007-08-15 14:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-15 10:15 running luatex? Hans van der Meer
2007-08-15 10:24 ` Hans Hagen
2007-08-15 11:29   ` Hans van der Meer
2007-08-15 12:56     ` Peter Münster
2007-08-15 14:56       ` Hans Hagen
2007-08-15 10:27 ` luigi scarso

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