ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: question on the luaTeX installation
Date: Sat, 26 Apr 2008 10:27:53 +0200	[thread overview]
Message-ID: <4F16830E-5647-4C50-91D6-75B39282A390@uni-bonn.de> (raw)
In-Reply-To: <3D744C39-55DA-452D-8307-4D05AB7E900A@mac.com>


On Apr 26, 2008, at 9:13 AM, Dalyoung Jeong wrote:

> Dear all,
>
> With a fresh mind, I tried to install luaTeX in my Mac G5(OSX 10.5) as
> follows:
> (based on Thomas's instruction)
> - updating the ConTeXt
> - making formats
> - preparing some files like texlua, texluac, luatools, mtxrun.
> - made a environment variable in .luatex
>
> 	export TEXMFCACHE="/tmp"
> 	export TEXMFCNF="/usr/local/texlive/2007/texmf/web2c"
> 	export TEXMF="{/Users/dalyoung/.texlive2007/texmf-config,/Users/
> dalyoung/.texlive2007/texmf-var,/Users/dalyoung/Library/texmf,/usr/
> local/texlive/2007/texmf-config,/usr/local/texlive/2007/texmf-var,/ 
> usr/
> local/texlive/2007/texmf,/usr/local/texlive/2007/../texmf-local,/usr/
> local/texlive/2007/texmf-dist }"
> 	export LUAINPUTS="{/usr/local/texlive/texmf-local/tex/context/base,/
> usr/local/texlive/texmf-local/sc ripts/context/lua,/Users/dalyoung/
> texmf/scripts}"
>

This looks fine.

> - run "source .luatex"
> - run "luatools --generate"
> 	it showed a long list without any error message.
>
> So far, it looks fine. After the generation, I check the file "cont-
> new.tex", then it pointed the file
> in the folder texmf-dist not in the folder texmf-local.

That's the error; if luatex finds the files in texmf-dist first, then  
it will give errors because these files are too old to work with  
recent luatex binaries. Can you post the output of the luatools -- 
generate command? Also, does the good old kpsewhich find the "right"  
cont-new.tex? Could you run

sudo mktexlsr

and then

kpsewhere cont-new.tex

The last command, on my box, gives this output:

/usr/local/texlive/texmf-local/tex/context/base/cont-new.tex
/usr/local/texlive/2007/texmf-dist/tex/context/base/cont-new.tex

So the one in texmf-local is found before the one in texmf-dist. Are  
you sure you unzipped cont-tmf.zip in the right location?

Thomas

___________________________________________________________________________________
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
___________________________________________________________________________________


  reply	other threads:[~2008-04-26  8:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-26  7:13 Dalyoung Jeong
2008-04-26  8:27 ` Thomas A. Schmitz [this message]
2008-04-26 18:58 ` Aditya Mahajan
2008-04-27 14:36   ` Arthur Reutenauer
2008-04-27 15:53     ` Hans Hagen
2008-04-28  6:22 Dalyoung Jeong

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=4F16830E-5647-4C50-91D6-75B39282A390@uni-bonn.de \
    --to=thomas.schmitz@uni-bonn.de \
    --cc=ntg-context@ntg.nl \
    /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).