Re: [NTG-context] URL bug

2008-09-20 Thread Alan Stone
ConTeXt ver: 2008.09.16 19:49 MKIV fmt: 2008.9.20 int: english/english texmfstart texexec --lua test_url It still doesn't compile. Log file in attachement. -- Best, Alan * ConTeXt ver: 2008.09.16 19:49 MKIV fmt: 2008.9.20 int: english/english * Windows XP Home SP3 On Fri, Sep 19, 2008 at

Re: [NTG-context] units module has bug with markIV?

2008-09-20 Thread Aditya Mahajan
On Sat, 20 Sep 2008, Chen Shen wrote: Hi all, I wonder if anyone could help with this problem with Units in mkiv. Thanks a lot. regards, shenchen On Wed, Sep 3, 2008 at 9:36 AM, Chen Shen [EMAIL PROTECTED] wrote: Hi all, \Micro in the units module failed, while \Nano and \Milli works fine.

Re: [NTG-context] Interaction and accented letters

2008-09-20 Thread Flavien Lambert
In fact, I have just checked that this options are not necessary. I forgot to say that I was using XeTeX. It seems that, even with these options, accented letters are not printed properly in the properties of the document. There is no problems with standard ConTeXt (MKII). 2008/9/19 Braslau

Re: [NTG-context] Updating LuaTeX after MacTeX-TeXLive 2008 (again)

2008-09-20 Thread Otared Kavian
On 19 sept. 08, at 20:31, Mojca Miklavec wrote: On Fri, Sep 19, 2008 at 6:56 PM, Otared Kavian wrote: Has something changed recently in the ways TEXMFCNF has to be set? On Mac, the situation with LuaTeX configuration has changed *considerably* and in some very important ways after ConTeXt

Re: [NTG-context] units module has bug with markIV?

2008-09-20 Thread Taco Hoekwater
Aditya Mahajan wrote: I am just writing to say that I looked at your original message, but could not figure out what is going wrong. \Micro is expanded to μ, but then something goes wrong. Hans, Taco, can you see what is happening here? That took some thinking. The error is caused by

Re: [NTG-context] URL bug

2008-09-20 Thread Taco Hoekwater
Alan Stone wrote: ConTeXt ver: 2008.09.16 19:49 MKIV fmt: 2008.9.20 int: english/english texmfstart texexec --lua test_url It still doesn't compile. Log file in attachement. Works for me (linux and running the bleeding edge of course). Not only does it work, it also has no valgrind

Re: [NTG-context] URL bug

2008-09-20 Thread Hans Hagen
Alan Stone wrote: ConTeXt ver: 2008.09.16 19:49 MKIV fmt: 2008.9.20 int: english/english texmfstart texexec --lua test_url It still doesn't compile. Log file in attachement. \starttext \useURL [url] [http://www.a.com] [] [wxyz] % this does NOT compile test \url[url] test

Re: [NTG-context] XeTeX old style numerals

2008-09-20 Thread Hans Hagen
Mohamed Bana wrote: Mojca Miklavec wrote: On Fri, Sep 19, 2008 at 8:07 PM, Mohamed Bana wrote: Hi guys, Why doesn't this definition use the old style numerals that come with the font? It seems to use the latin modern font when I try to use \os. Small caps are working fine. \os is

Re: [NTG-context] URL bug

2008-09-20 Thread Taco Hoekwater
Hans Hagen wrote: Alan Stone wrote: works ok on my machine (windows vista) Perhaps it will help if Alan sends his binary to someone else on Windows XP SP3 (if there is someone). That way, at least local configuration problems can be ruled out as cause ? Best wishes, Taco

Re: [NTG-context] typescript and font features bug?

2008-09-20 Thread Hans Hagen
Zhaopeng Xing wrote: Hi all, I am using the latest minimal and try to compile the following two files with luatex. The second file, using typescript and font features together, get a serious problem with the final pdf: punctuation centered unexpectedly in lines. For the first files, with no

Re: [NTG-context] typescript and font features bug?

2008-09-20 Thread Hans Hagen
Zhaopeng Xing wrote: The attachment. remark: using those st ligatures is pretty annoying (ok for older docs in french etc) the funny punctuation is probably due to the frac features .. i found (in other fonts) that frac is a rather weird feature in the sense that it has to be applied very

Re: [NTG-context] URL bug

2008-09-20 Thread Alan Stone
Tested the following... \starttext \useURL [myURL] [http://www.a.com] [] [wxyz] 1. \url[myURL] \blank 2. \goto{wherever}[url(myURL)] \blank 3. \goto{wherever}[{url(myURL)}] \blank 4. \goto{wherever}[url[myURL]] \blank 5. \goto{wherever}[{url[myURL]}] \stoptext It compiles, only 1. works

Re: [NTG-context] URL bug

2008-09-20 Thread Hans Hagen
Alan Stone wrote: Tested the following... \starttext \useURL [myURL] [http://www.a.com] [] [wxyz] 1. \url[myURL] \blank 2. \goto{wherever}[url(myURL)] \blank \setupinteraction[state=start] \useURL [myURL] [http://www.a.com] [] [wxyz] \starttext \url[myURL] \blank

Re: [NTG-context] URL bug

2008-09-20 Thread Peter Münster
On Sat, Sep 20 2008, Alan Stone wrote: texmfstart texexec --lua test_url It still doesn't compile. Are you running a recent luatex (0.29.0)? Just to be sure, I would clean up the cache and the working directory at your place: rm -rf .../texmf-cache/luatex-cache/* context --purgeall Cheers,

Re: [NTG-context] URL bug

2008-09-20 Thread Alan Stone
On Sat, Sep 20, 2008 at 2:08 PM, Hans Hagen [EMAIL PROTECTED] wrote: Alan Stone wrote: Tested the following... \starttext \useURL [myURL] [http://www.a.com] [] [wxyz] 1. \url[myURL] \blank 2. \goto{wherever}[url(myURL)] \blank \setupinteraction[state=start] \useURL [myURL]

Re: [NTG-context] Pyramiding \defs

2008-09-20 Thread Holzminister
Thanks a lot! Cheers, Eyke Am Fri, 19 Sep 2008 17:18:02 -0400 (EDT) schrieb Aditya Mahajan [EMAIL PROTECTED]: On Fri, 19 Sep 2008, Holzminister wrote: Hi! Can perhaps anyone explain to me why the example works in one case, but not in the other? Grouping. For a simpler example

Re: [NTG-context] URL bug

2008-09-20 Thread Alan Stone
On Sat, Sep 20, 2008 at 1:53 PM, Peter Münster [EMAIL PROTECTED] wrote: On Sat, Sep 20 2008, Alan Stone wrote: texmfstart texexec --lua test_url It still doesn't compile. Are you running a recent luatex (0.29.0)? luatex --version This is LuaTeX, Version snapshot-0.29.0-2008072009

Re: [NTG-context] modes questions

2008-09-20 Thread Alan Stone
Are such macros possible ? modes: ma, mb, ... mz values: va, vb, ... vz command: cmd parameter: p (1) instead of \doifmode{ma}{\cmd[name][va]} \doifmode{mb}{\cmd[name][vb]} ... \doifmode{mz}{\cmd[name][vz]} a macro which does: \doifmode{m*}{\cmd[name][v*]} (2) instead of

Re: [NTG-context] modes questions

2008-09-20 Thread Hans Hagen
Alan Stone wrote: Are such macros possible ? modes: ma, mb, ... mz values: va, vb, ... vz command: cmd parameter: p (1) instead of \doifmode{ma}{\cmd[name][va]} \doifmode{mb}{\cmd[name][vb]} \doifmode{mz}{\cmd[name][vz]} a macro which does: \doifmode{m*}{\cmd[name][v*]}

Re: [NTG-context] Reading modules from zip files

2008-09-20 Thread Hans Hagen
Wolfgang Schuster wrote: On Thu, Jul 17, 2008 at 1:53 PM, Hans Hagen [EMAIL PROTECTED] 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

Re: [NTG-context] typescript and font features bug?

2008-09-20 Thread Zhaopeng Xing
It seems that the problem is only happened to my laptop. But I am sure that the minimal was properly installed. Maybe is it a rpwt! 2008/9/20 Hans Hagen [EMAIL PROTECTED] Zhaopeng Xing wrote: The attachment. remark: using those st ligatures is pretty annoying (ok for older docs in french

Re: [NTG-context] typescript and font features bug?

2008-09-20 Thread Jianning Dong
well, rpwt is not an international word. I think you should wait for your rp coming and reinstall it. On Sun, Sep 21, 2008 at 12:24 AM, Zhaopeng Xing [EMAIL PROTECTED] wrote: It seems that the problem is only happened to my laptop. But I am sure that the minimal was properly installed. Maybe

[NTG-context] [Linux] font name database

2008-09-20 Thread Alan Stone
Hi, I'm trying to get the list of currently known fonts through mtxrun --script fonts --list under SciTE/Ubuntu and get the following message ...text/tex/texmf-context/tex/context/base/font-syn.lua:278: attempt to index field 'data' (a nil value) What's that ? -- Best, Alan Ubuntu 8.04

Re: [NTG-context] Typesetters for Hire wiki page

2008-09-20 Thread Henning Hraban Ramm
Am 2008-09-20 um 01:18 schrieb Vyatcheslav Yatskovsky: Tonight I was surfing Internet and found an open source framework for Web, Django. (It is the name of famous gipsy jazz guitarist, btw). The interesting point is that the site has the list of developers seeking enployment. Please look at

Re: [NTG-context] Context on Miktex

2008-09-20 Thread Martin Scholz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Arnold schrieb: All, On http://blog.miktex.org/post/2008/05/ConTeXt-support.aspx I read that Miktex version of Context is broken. I also read Mojca's workaround, pasted below. Has anyone tried this and does it work? Any conflicts or

[NTG-context] Flow charts and comments

2008-09-20 Thread Aditya Mahajan
Hi, Something seems to be wrong with placements of comments in flowcharts. For exmaple, consider a short version of an example from the wiki. \usemodule[chart] \startFLOWchart \startFLOWcell \name{1} \location{1,1} \shape{44} \connection[rl] {2}

Re: [NTG-context] units module has bug with markIV?

2008-09-20 Thread Chen Shen
On Sat, Sep 20, 2008 at 6:28 PM, Taco Hoekwater [EMAIL PROTECTED] wrote: And as an aside, it would be nicer to use U+00B5 (mu latin) in the units module instead of U+03BC (mu greek). \def\Micro {\dimensionprefix{\iftextdimensions u\else\hbox{µ}\fi}} The \hbox is needed because \fam11 is

Re: [NTG-context] typescript and font features bug?

2008-09-20 Thread Yue Wang
I can confirm it is related to the frac featue. The fonts in Acrobat Reader work ok. However, Adobe FontFolio version appears to produce the problem. Moreover, Adobe Brioso has the same problem. On Sat, Sep 20, 2008 at 7:00 PM, Hans Hagen [EMAIL PROTECTED] wrote: Zhaopeng Xing wrote: The

Re: [NTG-context] typescript and font features bug?

2008-09-20 Thread Yue Wang
remark: using those st ligatures is pretty annoying (ok for older docs in french etc) Maybe that's why text in The Elements of Typographic Style disable the dlig feature? (In fact I love them and always enable dlig in my documents) the funny punctuation is probably due to the frac features

Re: [NTG-context] XeTeX old style numerals

2008-09-20 Thread Yue Wang
The problem is that that's only a dirty trick that is not supposed to work and might stop working in the future, so I would rather try not to rely on it. A better interface for XeTeX typescripts (something similar to fontspec) is missing heavily. I prefer use opentype features than add