Re: [NTG-context] mkii colour problem

2008-09-19 Thread Wolfgang Schuster
On Fri, Sep 19, 2008 at 1:14 AM, Mohamed Bana [EMAIL PROTECTED] wrote: Jano Kula jano.kula at tiscali.cz writes: I've just compiled it with mkii and mkiv. At first sight they looked identical, but in mkiv the dots in the first line are in red. I didn't study the code (quite long minimal

[NTG-context] Additional blank methods

2008-09-19 Thread Wolfgang Schuster
Hi Hans, can you add \defineblankmethod [endgraf] {\endgraf} \defineblankmethod [nobreak] {\penalty\plustenthousand} to core-spa.tex Can you also add \def\previousnumber#1{\number\numexpr#1-1\relax} \defineconversion [previousnumber] [\previousnumber] to core-con.tex Wolfgang

[NTG-context] URL bug

2008-09-19 Thread Alan Stone
\setupinteraction[state=start] %\useURL [url] [http://www.a.com] [] [x] % this compiles %\useURL [url] [http://www.a.com] [] [xy]% this compiles %\useURL [url] [http://www.a.com] [] [xyz]% this compiles \useURL [url] [http://www.a.com] [] [wxyz] % this does NOT compile %\useURL

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

2008-09-19 Thread Zhaopeng Xing
The attachment. 2008/9/19 Zhaopeng Xing [EMAIL PROTECTED] 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

[NTG-context] typescript and font features bug?

2008-09-19 Thread Zhaopeng Xing
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 font features specified,

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

2008-09-19 Thread Zhaopeng Xing
btw, the MinionPro version in use is Version 2.015;PS 002.000;Core 1.0.38;makeotf.lib1.7.9032 2008/9/19 Zhaopeng Xing [EMAIL PROTECTED] The attachment. 2008/9/19 Zhaopeng Xing [EMAIL PROTECTED] Hi all, I am using the latest minimal and try to compile the following two files with

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

2008-09-19 Thread Otared KAVIAN
Dear ConTeXters, I apologize for sending twice this message: since I did not receive it myself, I thought it has been lost… So here is my help request: I just updated my TeX installation with the latest MacTeX-TeXLive 2008, and since the version of LuaTeX included there was 0.25.0, I built a

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

2008-09-19 Thread Aditya Mahajan
On Fri, 19 Sep 2008, Otared KAVIAN wrote: Dear ConTeXters, I apologize for sending twice this message: since I did not receive it myself, I thought it has been lost… So here is my help request: I just updated my TeX installation with the latest MacTeX-TeXLive 2008, and since the version of

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

2008-09-19 Thread Otared Kavian
On 19 sept. 08, at 18:00, Aditya Mahajan wrote: On Fri, 19 Sep 2008, Otared KAVIAN wrote: […] luatools --selfupdate results in: LuaTools | to be replaced old script /usr/texbin/luatools LuaTools | unable to locate new script LuaTools | LuaTools | runtime: 0.082 seconds I do not know how

[NTG-context] Interaction and accented letters

2008-09-19 Thread Flavien Lambert
Dear all, is there a way to put accented letters in the interaction command ? I tried \setupinteraction[state=start, author={Flavien Lambert}, title={Optique géométrique}, date={Septembre 2008}] and \setupinteraction[state=start, author={Flavien Lambert}, title={Optique

[NTG-context] XeTeX old style numerals

2008-09-19 Thread Mohamed Bana
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. I'd like all the numbers in the document to be typeset in old style numerals unless I tell it otherwise, btw how

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

2008-09-19 Thread Mojca Miklavec
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 LuaTeX have been frozen for TeX Live. I updated

Re: [NTG-context] XeTeX old style numerals

2008-09-19 Thread Mojca Miklavec
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. I'd like all the numbers in the document to be typeset

Re: [NTG-context] URL bug

2008-09-19 Thread Peter Münster
On Fri, Sep 19 2008, Alan Stone wrote: \useURL [url] [http://www.a.com] [] [wxyz] % this does NOT compile Perhaps an update will help. It works here with: MtxRun | current version: 2008.09.16 19:49 This is LuaTeX, Version snapshot-0.29.0-2008072108 Cheers, Peter --

[NTG-context] Pyramiding \defs

2008-09-19 Thread Holzminister
Hi! Can perhaps anyone explain to me why the example works in one case, but not in the other? \enableregime[utf-8] \mainlanguage [de] % \def\werte#1{\em [#1]} % +++ works \def\werte#1{{\em [#1]}} % --- doesn't work \def\moretest{} \def\test% { Testtext \def\moretest%

Re: [NTG-context] Interaction and accented letters

2008-09-19 Thread Alan BRASLAU
On Friday 19 September 2008 19:00:42 Flavien Lambert wrote: Dear all, is there a way to put accented letters in the interaction command ? I tried \setupinteraction[state=start, author={Flavien Lambert}, title={Optique géométrique}, date={Septembre 2008}] and

Re: [NTG-context] Pyramiding \defs

2008-09-19 Thread Aditya Mahajan
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 {\def\moretest{More test}} \moretest will not work. What you need to do is {\gdef\moretest{More test}} \moretest. Aditya

[NTG-context] Typesetters for Hire wiki page

2008-09-19 Thread Vyatcheslav Yatskovsky
Hello everyone, I want to make something real using ConTeXt, e.g., typeset a book, but I have no orders yet. 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

Re: [NTG-context] mkii colour problem

2008-09-19 Thread Mohamed Bana
Wolfgang Schuster schuster.wolfgang at googlemail.com writes: test6-mkii.pdf; http://filebin.ca/ghvkcv/test6-mkii.pdf or http://filebin.ca/ghvkcv test6-mkiv.pdf; http://filebin.ca/efqws/test6-mkiv.pdf or http://filebin.ca/efqws The links on the second page is colored in both files

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

2008-09-19 Thread Chen Shen
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. $\mu$ works, so it doesn't look like a