ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* luatex on debian
@ 2007-10-12 15:10 George N. White III
  2007-10-12 16:11 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: George N. White III @ 2007-10-12 15:10 UTC (permalink / raw)
  To: NTG ConTeXt

debian (unstable,testing?) users can get a snapshot release of luatex in
apt package form.

This works for me, but there are a few things that needed slight adjustment, so
I wanted to report them here to encourage others to start testing it.

I needed to set TEXMF=/etc/texmf.  Luatools doesn't seem to handle the {..}
in the variables that are combined in TEXMF.   Also, when it didn't find
AlProTex.sty, the message indicated that it couldn't find AlProTeX.sty
('x'-->'X')!

For testing, you can just set some simplified TEXMF, e.g.,:

export TEXMF={$HOME/texmf,/usr/local/texmf,/usr/share/texmf-texlive,/usr/share/texmf}

or you can edit /etc/texmf/texmf.d/05TeXMF.cnf to simplify things like:

TEXMFDIST = /usr/share/texmf-{texlive,tetex}

In my case, I no longer have texmf-textex, so this became just

TEXMFDIST = /usr/share/texmf-texlive

Then run: "update-texmf" and "luatools --generate"

You can check the TEXMF variable with:

$ luatools --expand-var TEXMF

More tests to make sure the configuration is working:

$ luatools  msam7.afm
/usr/share/texmf-texlive/fonts/afm/bluesky/ams/msam7.afm

Then build the format:

$ luatools --ini --verbose --compile cont-en

and compile something:

$ texexec --luatex foo
TeXExec | processing document 'foo'
TeXExec | no ctx file found
TeXExec | tex processing method: context
TeXExec | TeX run 1
TeXExec | writing option file foo.top
TeXExec | using randomseed 967
TeXExec | tex engine: luatex
TeXExec | tex format: cont-en

This is luaTeX, Version 3.141592-beta-0.11.2-2007092410 (Web2C 7.5.6)
(./foo.tex

ConTeXt  ver: 2007.09.28 16:52 MKIV  fmt: 2007.10.12  int: english/english
[...]


-- 
George N. White III <aa056@chebucto.ns.ca>
Head of St. Margarets Bay, Nova Scotia
___________________________________________________________________________________
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] 2+ messages in thread

end of thread, other threads:[~2007-10-12 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-12 15:10 luatex on debian George N. White III
2007-10-12 16:11 ` 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).