Re: [NTG-context] default engine for texexec

2007-12-30 Thread Peter Münster
On Sat, Dec 29, 2007 at 04:04:43PM -0700, Idris Samawi Hamid wrote: On Sat, 29 Dec 2007 15:22:37 -0700, Peter Münster [EMAIL PROTECTED] wrote: What methods do exist, to change the default engine for texexec (for example luatex instead of pdftex)? == % luatex Hello

[NTG-context] Not embedding CID fonts (was: Re: What's the ps_name ...)

2007-12-30 Thread Arthur Reutenauer
Hello Zhichu and all, Thanks Hans. Do you have any comments about how to now embed the standard Adobe CJK fonts? I made experiments with pdfTeX in order to produce a file with Chinese text without embedding the font. It actually works---with minor inconvenients---and I attach a

[NTG-context] bug in \doattributed[box|copy]

2007-12-30 Thread Peter Rolf
Hi, compilation still breaks in case of a vbox. Minimal example attached. Best wishes and a happy new year, Peter - Among the maxims on Lord Naoshige's wall there was this one: Matters of great concern should be treated lightly.

[NTG-context] Is contextgarden.net down?

2007-12-30 Thread Vyatcheslav Yatskovsky
Hello, Is contextgarden.net down? I cannot access it. Vyatcheslav ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] Is contextgarden.net down?

2007-12-30 Thread Mojca Miklavec
On Dec 30, 2007 4:06 PM, Vyatcheslav Yatskovsky wrote: Hello, Is contextgarden.net down? I cannot access it. Not only apache, not even ssh works. ssh_exchange_identification: Connection closed by remote host Last time when the machino had to be rebooted (2 weeks ago) it was a full disk. I

Re: [NTG-context] bug in \doattributed[box|copy]

2007-12-30 Thread luigi scarso
On Dec 30, 2007 3:09 PM, Peter Rolf [EMAIL PROTECTED] wrote: Hi, compilation still breaks in case of a vbox. Minimal example attached. Confirm with last mkiv This is LuaTeX, Version snapshot-0.20.2-2007121721 (Web2C 7.5.6) ConTeXt ver: 2007.12.29 22:30 MKIV fmt: 2007.12.30 int:

Re: [NTG-context] bug in \doattributed[box|copy]

2007-12-30 Thread Wolfgang Schuster
On Dec 30, 2007 6:01 PM, luigi scarso [EMAIL PROTECTED] wrote: On Dec 30, 2007 3:09 PM, Peter Rolf [EMAIL PROTECTED] wrote: Hi, compilation still breaks in case of a vbox. Minimal example attached. Confirm with last mkiv This is LuaTeX, Version snapshot-0.20.2-2007121721 (Web2C 7.5.6)

Re: [NTG-context] default engine for texexec

2007-12-30 Thread Idris Samawi Hamid
Hi Peter, On Sun, 30 Dec 2007 01:29:46 -0700, Peter Münster [EMAIL PROTECTED] wrote: with the command texexec file, I want luatex to be used. And with the command texexec --pdftex file I want pdftex to be used. IIRC there used to be an ini file with those options, but it's gone now. For one

Re: [NTG-context] bug in \doattributed[box|copy]

2007-12-30 Thread luigi scarso
Easy to fix. % engine=luatex \def\dodoattributedcopy {\startinheritattributes\ifvbox\attributeboxcount\vbox\else\hbox\fi {\ifvbox\attributeboxcount\unvcopy\else\unhcopy\fi\attributeboxcount}% \stopinheritattributes} \def\dodoattributedbox

Re: [NTG-context] Is contextgarden.net down?

2007-12-30 Thread Hans Hagen
Mojca Miklavec wrote: On Dec 30, 2007 4:06 PM, Vyatcheslav Yatskovsky wrote: Hello, Is contextgarden.net down? I cannot access it. Not only apache, not even ssh works. ssh_exchange_identification: Connection closed by remote host Last time when the machino had to be rebooted (2

Re: [NTG-context] default engine for texexec

2007-12-30 Thread Hans Hagen
Peter Münster wrote: On Sat, Dec 29, 2007 at 04:04:43PM -0700, Idris Samawi Hamid wrote: On Sat, 29 Dec 2007 15:22:37 -0700, Peter Münster [EMAIL PROTECTED] wrote: What methods do exist, to change the default engine for texexec (for example luatex instead of pdftex)? == %

Re: [NTG-context] bug in \doattributed[box|copy]

2007-12-30 Thread Hans Hagen
Wolfgang Schuster wrote: Easy to fix. ok, will be fixed in next upload - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53

Re: [NTG-context] [OT] Quick ref for Lua ?

2007-12-30 Thread luigi scarso
On Oct 25, 2007 3:43 PM, Arthur Reutenauer [EMAIL PROTECTED] wrote: The Lua users wiki is very helpful but I don't think there is any PDF quick ref (http://lua-users.org/wiki/). And if you mean Lua, as in Lua used in LuaTeX (with all the additional libraries, etc.), then no, definitely no.

Re: [NTG-context] Not embedding CID fonts

2007-12-30 Thread Hans Hagen
Arthur Reutenauer wrote: Unix I can say export MKTEXPK=echo (and the call to mktexpk is no problem to disable that one in texexec, unless of course someone is depending on it; btw, setting MKTEXTEX=0 in texmf.cnf should also disable it

[NTG-context] Visualization module and mkiv

2007-12-30 Thread Wolfgang Schuster
Hi, the visualization module did at the moment not work in mkiv, the fault is the unbalanced \start/stopcolor command in the definition of \fakerule. The current definition is: \def\fakerule#1% {\strut %\startcolor[fakerulecolor]% \iffakebaseline

Re: [NTG-context] Visualization module and mkiv

2007-12-30 Thread Hans Hagen
Wolfgang Schuster wrote: Hi, the visualization module did at the moment not work in mkiv, the fault is the unbalanced \start/stopcolor command in the definition of \fakerule. The current definition is: \def\fakerule#1% {\strut %\startcolor[fakerulecolor]% hm, i wonder when

Re: [NTG-context] [OT] Quick ref for Lua ?

2007-12-30 Thread Arthur Reutenauer
OK , found it http://lua-users.org/wiki/LuaShortReference Interesting :-) Thanks! Arthur ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :