Re: [NTG-context] new beta

2009-03-19 Thread Wolfgang Schuster
On Tue, Mar 17, 2009 at 11:49 AM, Hans Hagen wrote: > Hi, > > In the process of a major cleanup and code split I uploaded a beta. Some > important changes are: The fallback code for \getcheckedparameter in MkII did not work \def\setvalidparameterkeys{\gobbleparameters} \def\addvalidparameterkeys

Re: [NTG-context] new beta

2009-03-19 Thread Yanrui Li
2009/3/17 Hans Hagen : > Hi, > > In the process of a major cleanup and code split I uploaded a beta. Some > important changes are: > > - initialization code is ready for upcoming luatex > - language files have been cleaned up > - core- is renamed to tabl- > - several changes in file names and split

Re: [NTG-context] new beta

2009-03-19 Thread Hans Hagen
Aditya Mahajan wrote: On Thu, 19 Mar 2009, Hans Hagen wrote: Yue Wang wrote: {\bf x} in math mode still gives me regular if so this is because no bold math alphabet is defined; in mkiv we use the unicode model and bf refers to the bold math alphabet \bi works for math bold italic letters.

Re: [NTG-context] new beta

2009-03-19 Thread Aditya Mahajan
On Thu, 19 Mar 2009, Hans Hagen wrote: Yue Wang wrote: {\bf x} in math mode still gives me regular if so this is because no bold math alphabet is defined; in mkiv we use the unicode model and bf refers to the bold math alphabet \bi works for math bold italic letters. Symbols need to be wor

Re: [NTG-context] new beta

2009-03-19 Thread Hans Hagen
Yue Wang wrote: {\bf x} in math mode still gives me regular if so this is because no bold math alphabet is defined; in mkiv we use the unicode model and bf refers to the bold math alphabet -

Re: [NTG-context] new beta

2009-03-19 Thread Yue Wang
{\bf x} in math mode still gives me regular On Tue, Mar 17, 2009 at 6:49 PM, Hans Hagen wrote: > Hi, > > In the process of a major cleanup and code split I uploaded a beta. Some > important changes are: > > - initialization code is ready for upcoming luatex > - language files have been cleaned up

Re: [NTG-context] new beta

2009-03-19 Thread Thomas A. Schmitz
On Mar 19, 2009, at 10:08 AM, Hans Hagen wrote: hm, works ok here i uploaded a new beta ... once this one is installed, successive upgrades (unzipping tmf file) should trigger auto-format generation at a next run ... only tested here Hans Yup, works here too now; thanks! Oh, and it's a v

Re: [NTG-context] new beta

2009-03-19 Thread Hans Hagen
Thomas A. Schmitz wrote: On Mar 17, 2009, at 11:49 AM, Hans Hagen wrote: Hi, In the process of a major cleanup and code split I uploaded a beta. Some important changes are: - initialization code is ready for upcoming luatex - language files have been cleaned up - core- is renamed to tabl-

Re: [NTG-context] new beta

2009-03-19 Thread Thomas A. Schmitz
On Mar 17, 2009, at 11:49 AM, Hans Hagen wrote: Hi, In the process of a major cleanup and code split I uploaded a beta. Some important changes are: - initialization code is ready for upcoming luatex - language files have been cleaned up - core- is renamed to tabl- - several changes in file

Re: [NTG-context] new beta

2009-03-17 Thread Peter Rolf
Hans Hagen schrieb: Peter Rolf wrote: Hans Hagen schrieb: Hi, In the process of a major cleanup and code split I uploaded a beta. Some important changes are: - initialization code is ready for upcoming luatex - language files have been cleaned up - core- is renamed to tabl- - several change

Re: [NTG-context] new beta

2009-03-17 Thread Hans Hagen
Peter Rolf wrote: Hans Hagen schrieb: Hi, In the process of a major cleanup and code split I uploaded a beta. Some important changes are: - initialization code is ready for upcoming luatex - language files have been cleaned up - core- is renamed to tabl- - several changes in file names and s

Re: [NTG-context] new beta

2009-03-17 Thread Peter Rolf
Hans Hagen schrieb: Hi, In the process of a major cleanup and code split I uploaded a beta. Some important changes are: - initialization code is ready for upcoming luatex - language files have been cleaned up - core- is renamed to tabl- - several changes in file names and splits of files - fo

Re: [NTG-context] new beta

2009-03-17 Thread Hans Hagen
Alan Stone wrote: On Tue, Mar 17, 2009 at 11:49 AM, Hans Hagen wrote: Hi, In the process of a major cleanup and code split I uploaded a beta. Some important changes are: - initialization code is ready for upcoming luatex - language files have been cleaned up - core- is renamed to tabl- - sev

Re: [NTG-context] new beta

2009-03-17 Thread Alan Stone
On Tue, Mar 17, 2009 at 11:49 AM, Hans Hagen wrote: > Hi, > > In the process of a major cleanup and code split I uploaded a beta. Some > important changes are: > > - initialization code is ready for upcoming luatex > - language files have been cleaned up > - core- is renamed to tabl- > - several

[NTG-context] new beta

2009-03-17 Thread Hans Hagen
Hi, In the process of a major cleanup and code split I uploaded a beta. Some important changes are: - initialization code is ready for upcoming luatex - language files have been cleaned up - core- is renamed to tabl- - several changes in file names and splits of files - for those using helpers

Re: [NTG-context] New beta

2009-03-13 Thread Hans Hagen
Wolfgang Schuster wrote: That's what to to my mind too but I need this also in my module because I need backbard compatibility for TeXLive (older MkIV and MkII), I have now: \ifx\enablecheckparameters\undefined \let\setvalidparameterkeys\gobbleparameters \def\getcheckedparameters[#1]{\getpa

Re: [NTG-context] New beta

2009-03-13 Thread Wolfgang Schuster
On Fri, Mar 13, 2009 at 5:54 PM, Hans Hagen wrote: > Wolfgang Schuster wrote: >> >> On Fri, Mar 13, 2009 at 3:56 PM, Hans Hagen wrote: >> >>> \getcheckedparameters[MyTest][MyNamespace][a=1,b=2,c=3,d=4,crap=whatever] >> >> How should we deal with the different \getparameters in our macros. >> >> I

Re: [NTG-context] New beta

2009-03-13 Thread Hans Hagen
Wolfgang Schuster wrote: On Fri, Mar 13, 2009 at 3:56 PM, Hans Hagen wrote: \getcheckedparameters[MyTest][MyNamespace][a=1,b=2,c=3,d=4,crap=whatever] How should we deal with the different \getparameters in our macros. I played with your code and have for the moment the following setup comma

Re: [NTG-context] New beta

2009-03-13 Thread Wolfgang Schuster
On Fri, Mar 13, 2009 at 3:56 PM, Hans Hagen wrote: > \getcheckedparameters[MyTest][MyNamespace][a=1,b=2,c=3,d=4,crap=whatever] How should we deal with the different \getparameters in our macros. I played with your code and have for the moment the following setup command in my module: \def\dose

Re: [NTG-context] New beta

2009-03-13 Thread Hans Hagen
Thomas A. Schmitz wrote: error, no format found with name: %snil /Users/tas/context/tex/texmf-osx-intel/bin/mtxrun:8439: bad argument #2 to 'format' (string expected, got nil) ok, thanks, will fix it -

Re: [NTG-context] New beta

2009-03-13 Thread Hans Hagen
Thomas A. Schmitz wrote: arranging. What is easier, i.e. for what should I pester you more: fixing texexec or adding that functionality to context? the second Hans - Hans Hagen | PRAGMA

Re: [NTG-context] New beta

2009-03-13 Thread Thomas A. Schmitz
On Mar 13, 2009, at 3:56 PM, Hans Hagen wrote: since you're in 'latest mode' ... here is an experimental feature that you can test in the mkiv version of your modules I'm always in "latest mode," I'm a classicist :-) But just so I can plan ahead (as soon as I have a working mkiv again): i

Re: [NTG-context] New beta

2009-03-13 Thread Thomas A. Schmitz
On Mar 13, 2009, at 3:58 PM, Hans Hagen wrote: hard to trace that one ... can you oatch that function to function input.report(fmt,...) -- for scripts too print(fmt,...) if input_locate or input.verbose then logs.report(input.banner or "report",format(fmt,...)) end end and see wh

Re: [NTG-context] New beta

2009-03-13 Thread Hans Hagen
Thomas A. Schmitz wrote: On Mar 13, 2009, at 3:37 PM, Hans Hagen wrote: ah .. new luatex needed, i'll make a tem pworkaround Hmm, OK, I took today's trunk and now can generate the formats, but still no joy: MtxRun | loading configuration for /Users/tas/context/tex/texmf/web2c from /Users

Re: [NTG-context] New beta

2009-03-13 Thread Hans Hagen
Hi Thomas, in latest: since you're in 'latest mode' ... here is an experimental feature that you can test in the mkiv version of your modules \starttext \startbuffer \getcheckedparameters[MyTest][MyNamespace][a=1,b=2,c=3,d=4,crap=whatever] \MyNamespacea\quad \MyNamespaceb\quad

Re: [NTG-context] New beta

2009-03-13 Thread Thomas A. Schmitz
On Mar 13, 2009, at 3:37 PM, Hans Hagen wrote: ah .. new luatex needed, i'll make a tem pworkaround Hmm, OK, I took today's trunk and now can generate the formats, but still no joy: MtxRun | loading configuration for /Users/tas/context/tex/texmf/web2c from /Users/tas/context/tex/texmf-ca

Re: [NTG-context] New beta

2009-03-13 Thread Hans Hagen
Thomas A. Schmitz wrote: On Mar 13, 2009, at 12:00 PM, Thomas A. Schmitz wrote: I don't know what's going wrong, but I also get the problem again. It worked the other day, but today, even with the fixed mtx-metatex.lua, I get the error again. Hans? Thomas Hi Hans, in latest: context/tex

Re: [NTG-context] New beta

2009-03-13 Thread Thomas A. Schmitz
On Mar 13, 2009, at 12:00 PM, Thomas A. Schmitz wrote: I don't know what's going wrong, but I also get the problem again. It worked the other day, but today, even with the fixed mtx- metatex.lua, I get the error again. Hans? Thomas Hi Hans, in latest: context/tex/texmf-context/tex/conte

Re: [NTG-context] New beta

2009-03-13 Thread Thomas A. Schmitz
On Mar 12, 2009, at 2:20 AM, Jesse Alama wrote: Why not local command = string.format("luatex --fmt=%s --lua=%s %s", string.quote(formatfile), string.quote(scriptfile), string.quote(filename)) Good catch! Looks like this fixed it for me! ok, fixed I just re-ran first-setup.s

Re: [NTG-context] New beta

2009-03-11 Thread Jesse Alama
Hans Hagen writes: > Thomas A. Schmitz wrote: >> >> On Mar 11, 2009, at 12:17 AM, luigi scarso wrote: >> >>> Is >>> local command = string.format("luatex --fmt=%s --lua=% %s", >>>string.quote(formatfile), string.quote(scriptfile), >>> string.quote(filename)) >>> >>> >>> correct ?

Re: [NTG-context] New beta

2009-03-11 Thread Hans Hagen
Thomas A. Schmitz wrote: On Mar 11, 2009, at 12:17 AM, luigi scarso wrote: Is local command = string.format("luatex --fmt=%s --lua=% %s", string.quote(formatfile), string.quote(scriptfile), string.quote(filename)) correct ? Why not local command = string.format("luatex --fmt

Re: [NTG-context] New beta

2009-03-10 Thread luigi scarso
On Wed, Mar 11, 2009 at 6:41 AM, Thomas A. Schmitz wrote: > > On Mar 11, 2009, at 12:17 AM, luigi scarso wrote: > >> Is >> local command = string.format("luatex --fmt=%s --lua=%  %s", >>               string.quote(formatfile), string.quote(scriptfile), >> string.quote(filename)) >> >> >> correct ?

Re: [NTG-context] New beta

2009-03-10 Thread Thomas A. Schmitz
On Mar 11, 2009, at 12:17 AM, luigi scarso wrote: Is local command = string.format("luatex --fmt=%s --lua=% %s", string.quote(formatfile), string.quote(scriptfile), string.quote(filename)) correct ? Why not local command = string.format("luatex --fmt=%s --lua=%s %s",

Re: [NTG-context] New beta

2009-03-10 Thread Jesse Alama
"Thomas A. Schmitz" writes: > On Mar 10, 2009, at 11:32 PM, Hans Hagen wrote: > >>> OK, for a change, I now get a different error: >>> MtxRun | loading configuration for /Users/tas/context/tex/texmf/ >>> web2c from /Users/tas/context/tex/texmf-cache/luatex-cache/context/ >>> 408a90c432ceda2c1e4a8

Re: [NTG-context] New beta

2009-03-10 Thread luigi scarso
On Tue, Mar 10, 2009 at 11:47 PM, Thomas A. Schmitz wrote: > > On Mar 10, 2009, at 11:32 PM, Hans Hagen wrote: > >>> OK, for a change, I now get a different error: >>> MtxRun | loading configuration for /Users/tas/context/tex/texmf/web2c >>> from >>> /Users/tas/context/tex/texmf-cache/luatex-cache

Re: [NTG-context] New beta

2009-03-10 Thread Thomas A. Schmitz
On Mar 10, 2009, at 11:32 PM, Hans Hagen wrote: OK, for a change, I now get a different error: MtxRun | loading configuration for /Users/tas/context/tex/texmf/ web2c from /Users/tas/context/tex/texmf-cache/luatex-cache/context/ 408a90c432ceda2c1e4a80ad5d0e5350/trees/ 168418f5ffa37b7a35ee7516

Re: [NTG-context] New beta

2009-03-10 Thread Hans Hagen
Thomas A. Schmitz wrote: On Mar 10, 2009, at 11:03 PM, Hans Hagen wrote: mtxrun --selfupdate luatools --selfupdate OK, for a change, I now get a different error: MtxRun | loading configuration for /Users/tas/context/tex/texmf/web2c from /Users/tas/context/tex/texmf-cache/luatex-cache/cont

Re: [NTG-context] New beta

2009-03-10 Thread Thomas A. Schmitz
On Mar 10, 2009, at 11:03 PM, Hans Hagen wrote: mtxrun --selfupdate luatools --selfupdate OK, for a change, I now get a different error: MtxRun | loading configuration for /Users/tas/context/tex/texmf/web2c from /Users/tas/context/tex/texmf-cache/luatex-cache/context/ 408a90c432ceda2c1e4a

Re: [NTG-context] New beta

2009-03-10 Thread Hans Hagen
luigi scarso wrote: On Tue, Mar 10, 2009 at 11:03 PM, Hans Hagen wrote: Thomas A. Schmitz wrote: On Mar 10, 2009, at 8:45 PM, Wolfgang Schuster wrote: No problems on my side so far, did it help to update the scripts. Wolfgang Interesting. I just checked, and I get the same error on linux a

Re: [NTG-context] New beta

2009-03-10 Thread luigi scarso
On Tue, Mar 10, 2009 at 11:03 PM, Hans Hagen wrote: > Thomas A. Schmitz wrote: >> >> On Mar 10, 2009, at 8:45 PM, Wolfgang Schuster wrote: >> >>> No problems on my side so far, did it help to update the scripts. >>> >>> Wolfgang >> >> Interesting. I just checked, and I get the same error on linux

Re: [NTG-context] New beta

2009-03-10 Thread Hans Hagen
Thomas A. Schmitz wrote: On Mar 10, 2009, at 8:45 PM, Wolfgang Schuster wrote: No problems on my side so far, did it help to update the scripts. Wolfgang Interesting. I just checked, and I get the same error on linux and OS X. Minimals, updated to 2009.03.08 23:41. mtxrun --selfupdate lu

Re: [NTG-context] New beta

2009-03-10 Thread luigi scarso
On Tue, Mar 10, 2009 at 9:14 PM, Thomas A. Schmitz wrote: > > On Mar 10, 2009, at 8:45 PM, Wolfgang Schuster wrote: > >> No problems on my side so far, did it help to update the scripts. >> >> Wolfgang > > Interesting. I just checked, and I get the same error on linux and OS X. > Minimals, updated

Re: [NTG-context] New beta

2009-03-10 Thread Thomas A. Schmitz
On Mar 10, 2009, at 8:45 PM, Wolfgang Schuster wrote: No problems on my side so far, did it help to update the scripts. Wolfgang Interesting. I just checked, and I get the same error on linux and OS X. Minimals, updated to 2009.03.08 23:41. Thomas

Re: [NTG-context] New beta

2009-03-10 Thread Wolfgang Schuster
Am 10.03.2009 um 20:33 schrieb Thomas A. Schmitz: Hi all, the new beta has been so quietly accepted that I'm wondering if I'm the only one who can't use it. With every file, I get this error: MtxRun | loading configuration for /Users/tas/context/tex/texmf/ web2c from /Users/tas/context/te

[NTG-context] New beta

2009-03-10 Thread Thomas A. Schmitz
Hi all, the new beta has been so quietly accepted that I'm wondering if I'm the only one who can't use it. With every file, I get this error: MtxRun | loading configuration for /Users/tas/context/tex/texmf/web2c from /Users/tas/context/tex/texmf-cache/luatex-cache/context/ 408a90c432ceda2c

Re: [NTG-context] new beta

2009-03-08 Thread Hans Hagen
Alan BRASLAU wrote: Anything :) (for example: \usemodule[chemic] \starttext \startchemical[size=small,scale=200,width=fit,frame=off] \chemical[SIX,B,C,R,RZ][R,R,R,R,R,R] \stopchemical \stoptext see attached result.) ok, typo in the mp/tex bits ... (side effect to otf tracing using m

Re: [NTG-context] new beta

2009-03-07 Thread Alan BRASLAU
Anything :) (for example: \usemodule[chemic] \starttext \startchemical[size=small,scale=200,width=fit,frame=off] \chemical[SIX,B,C,R,RZ][R,R,R,R,R,R] \stopchemical \stoptext see attached result.) On Saturday 07 March 2009 13:29:23 Hans Hagen wrote: > Alan BRASLAU wrote: > >> I uploaded

Re: [NTG-context] new beta

2009-03-07 Thread Xan
En/na Hans Hagen ha escrit: Xan wrote: En/na Hans Hagen ha escrit: Xan wrote: Sorry for the unknowledge but is there any git/cvs/... repository with the code? no, only 'currents' are checked in by taco into the svn repos; the zips are organized in the official tds structure we might star

Re: [NTG-context] new beta

2009-03-07 Thread Hans Hagen
Xan wrote: En/na Hans Hagen ha escrit: Xan wrote: Sorry for the unknowledge but is there any git/cvs/... repository with the code? no, only 'currents' are checked in by taco into the svn repos; the zips are organized in the official tds structure we might start using git once there are st

Re: [NTG-context] new beta

2009-03-07 Thread Hans Hagen
Alan BRASLAU wrote: I uploaded a new beta (mkiv) ppchtex is broken using yesterday's beta. examples please ... -- - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasse

Re: [NTG-context] new beta

2009-03-07 Thread Alan BRASLAU
> I uploaded a new beta (mkiv) ppchtex is broken using yesterday's beta. ___ 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/mailm

Re: [NTG-context] new beta

2009-03-06 Thread Xan
En/na Hans Hagen ha escrit: Xan wrote: Sorry for the unknowledge but is there any git/cvs/... repository with the code? no, only 'currents' are checked in by taco into the svn repos; the zips are organized in the official tds structure we might start using git once there are stable interfa

Re: [NTG-context] new beta

2009-03-06 Thread Hans Hagen
Xan wrote: Sorry for the unknowledge but is there any git/cvs/... repository with the code? no, only 'currents' are checked in by taco into the svn repos; the zips are organized in the official tds structure we might start using git once there are stable interfaces on all platforms and onc

Re: [NTG-context] new beta

2009-03-06 Thread Xan
En/na Hans Hagen ha escrit: Hi, I uploaded a new beta (mkiv): -- some optimizations to color literals; i might have introduced problems there so keep an eye on color -- beter definition for virtual lm math (design sizes etc) and a fix for undefined sizes -- taco and i also tracked down so

[NTG-context] new beta

2009-03-06 Thread Hans Hagen
Hi, I uploaded a new beta (mkiv): -- some optimizations to color literals; i might have introduced problems there so keep an eye on color -- beter definition for virtual lm math (design sizes etc) and a fix for undefined sizes -- taco and i also tracked down some accuracy problems with cir

Re: [NTG-context] New LilyPond module

2009-03-06 Thread Henning Hraban Ramm
Am 2009-03-05 um 16:00 schrieb Lutz Haseloff: One remaining problem. On my system (Windows XP, luatex 0.35, lilypond 2.12.2) your module generates two identical eps files with different names, filename-lilypond-1.eps and filename-lilypond-1-1.eps. The second is converted to pdf and therefore

Re: [NTG-context] New LilyPond module

2009-03-06 Thread Henning Hraban Ramm
Am 2009-03-05 um 16:47 schrieb Wei-Wei Guo: Is it possible to make the temp lily file in the format of PNG instead of PDF? MkIV here cannot insert PDF figure properly recently. Sorry, I son't think that would make sense. It MkIV really can't include PDFs, that would be a major bug - nothin

Re: [NTG-context] New LilyPond module

2009-03-05 Thread Wei-Wei Guo
It comes right in time. Thank you! Is it possible to make the temp lily file in the format of PNG instead of PDF? MkIV here cannot insert PDF figure properly recently. Best wishes, Wei-Wei Guo ntg-context-requ...@ntg.nl 写道: > Dear music lovers, > > I just uploaded a new version of the LilyPon

Re: [NTG-context] New LilyPond module

2009-03-05 Thread Lutz Haseloff
Hi Hraban, Thank you for the music! One remaining problem. On my system (Windows XP, luatex 0.35, lilypond 2.12.2) your module generates two identical eps files with different names, filename-lilypond-1.eps and filename-lilypond-1-1.eps. The second is converted to pdf and therefore is filename-l

[NTG-context] New LilyPond module

2009-03-05 Thread Henning Hraban Ramm
Dear music lovers, I just uploaded a new version of the LilyPond module, see http://modules.contextgarden.net/t-lilypond http://wiki.contextgarden.net/LilyPond It works now with LilyPond 2.12 and fixes some bugs - i.e. all settings should work now, and with \lilypond[fragment=yes,time=no,cle

Re: [NTG-context] new beta

2009-02-19 Thread luigi scarso
On Thu, Feb 19, 2009 at 6:03 PM, Yanrui Li wrote: > 2009/2/20 luigi scarso : >>> btw, we prefer typesetting Chinese document like this: >>> >>> http://jjgod.org/docs/random/yt.pdf >> >> forgive me for intrusion >> >> $>pdfinfo yt.pdf >> Creator:LaTeX with hyperref package >> Producer:

Re: [NTG-context] new beta

2009-02-19 Thread Hans Hagen
Yue Wang wrote: > On Thu, Feb 19, 2009 at 7:55 PM, Dohyun Kim wrote: >> 2009/2/19 Hans Hagen : >>> Dohyun Kim wrote: >>> I have tested Chinese translation of Universal Declaration of Human Rights available at http://www.un.org/chinese/hr/issue/udhr.htm . >>> can you send me a zip with yo

Re: [NTG-context] new beta

2009-02-19 Thread Hans Hagen
Dohyun Kim wrote: 2009/2/18 Hans Hagen : Hi, There is a new beta: a few additions to math as well as a prelude to new cjk support, now to be triggered explicitly (since the methods differ too much we cannot share them) \setscript[hangul] Now the Korean typesetting has become almost perfect.

Re: [NTG-context] new beta

2009-02-19 Thread Yanrui Li
2009/2/20 luigi scarso : >> btw, we prefer typesetting Chinese document like this: >> >> http://jjgod.org/docs/random/yt.pdf > > forgive me for intrusion > > $>pdfinfo yt.pdf > Creator:LaTeX with hyperref package > Producer: xdvipdfmx (0.7.3) > CreationDate: Sat Dec 27 16:17:05 200

Re: [NTG-context] new beta

2009-02-19 Thread luigi scarso
> btw, we prefer typesetting Chinese document like this: > > http://jjgod.org/docs/random/yt.pdf forgive me for intrusion $>pdfinfo yt.pdf Creator:LaTeX with hyperref package Producer: xdvipdfmx (0.7.3) CreationDate: Sat Dec 27 16:17:05 2008 Tagged: no Pages: 533

Re: [NTG-context] new beta

2009-02-19 Thread Yue Wang
On Thu, Feb 19, 2009 at 10:28 PM, Wolfgang Schuster wrote: > What method do you want to use. > > 1. Make a punctuation half width and insert space between them, e.g. > 組版\hbox to .5em{」\hss}\hbox to .5em{。\hss}\hskip .5em\hbox to > .5em{\hss「}原則 > > 2. Let the punctuation full width and kern cha

Re: [NTG-context] new beta

2009-02-19 Thread Wolfgang Schuster
Am 19.02.2009 um 14:36 schrieb Yue Wang: On the other hand, as Yanrui's sample seems to be much better than mine, I made an illustration of Japanese typesetting rule on his sample: http://people.ktug.or.kr/~nomos/mine/japanesetypesetting.png . I guess that Chinese typesetting practice is not

Re: [NTG-context] new beta

2009-02-19 Thread Wolfgang Schuster
spacing.tex Description: Binary data spacing.pdf Description: Adobe PDF document Am 19.02.2009 um 14:59 schrieb Yue Wang: Maybe it is different (I have no idea about Japanese typesetting, I can only speak Chinese, English, and Korean). - There are no "halfwidth punctuation" in most Chinese

Re: [NTG-context] new beta

2009-02-19 Thread Yue Wang
Hi, all. > Maybe it is different (I have no idea about Japanese typesetting, I > can only speak Chinese, English, and Korean). > - There are no "halfwidth punctuation" in most Chinese fonts. All the > glyphs in those fonts are of same width. Only a small portion of > Chinese fonts (like Adobe's Ope

Re: [NTG-context] new beta

2009-02-19 Thread Yue Wang
On Thu, Feb 19, 2009 at 7:55 PM, Dohyun Kim wrote: > > 2009/2/19 Hans Hagen : > > Dohyun Kim wrote: > > > >> I have tested Chinese translation of Universal Declaration of Human Rights > >> available at http://www.un.org/chinese/hr/issue/udhr.htm . > > > > can you send me a zip with your test file

Re: [NTG-context] new beta

2009-02-19 Thread Taco Hoekwater
Hans Hagen wrote: > > you need the latest luatex for that And a new luatex beta release is planned for tuesday. Best wishes, Taco ___ If your question is of interest to others as well, please add an entry to the W

Re: [NTG-context] new beta

2009-02-19 Thread Hans Hagen
Dohyun Kim wrote: > I have tested Chinese translation of Universal Declaration of Human Rights > available at http://www.un.org/chinese/hr/issue/udhr.htm . can you send me a zip with your test file so that we test the same? Hans -

Re: [NTG-context] new beta

2009-02-19 Thread Hans Hagen
Yanrui Li wrote: 2009/2/18 Hans Hagen : Hi, There is a new beta: a few additions to math as well as a prelude to new cjk support, now to be triggered explicitly (since the methods differ too much we cannot share them) \setscript[hangul] \setscript[hanzi]% arthur, is this the right name?

Re: [NTG-context] new beta

2009-02-19 Thread Yanrui Li
2009/2/18 Hans Hagen : > Hi, > > There is a new beta: a few additions to math as well as a prelude to new cjk > support, now to be triggered explicitly (since the methods differ too much > we cannot share them) > > \setscript[hangul] > > \setscript[hanzi]% arthur, is this the right name? > Hi,

Re: [NTG-context] new beta

2009-02-19 Thread Hans Hagen
polytope wrote: Dear Hans and Taco, I was so glad to see both of you in Seoul, far from your place. We had a real nice time over there so it was worth the long trip. Hans - Hans Hagen

Re: [NTG-context] new beta

2009-02-19 Thread polytope
Dear Hans and Taco, I was so glad to see both of you in Seoul, far from your place. I noticed that some problems in Korean typesetting were cleared in your demo. Thank you for the new beta. I didn't test yet, however, I believe that it is perfect since Dr. Kim said so. And, his comments

Re: [NTG-context] new beta

2009-02-18 Thread Yanrui Li
2009/2/18 Dohyun Kim : > > We have three more things to do, however. > > 1. inter_char_stretch_factor = 2.00 seems to be too large value. > I do not think that even Chinese or Japanese would allow that big value. > I suggest 0.50 instead. Mr Wang, how do you think about that? > I modified these

Re: [NTG-context] new beta

2009-02-18 Thread Yue Wang
2009/2/19 Dohyun Kim > 2009/2/18 Hans Hagen : > > Hi, > > > > There is a new beta: a few additions to math as well as a prelude to new > cjk > > support, now to be triggered explicitly (since the methods differ too > much > > we cannot share them) > > > > \setscript[hangul] > > > > \setscript[han

Re: [NTG-context] new beta

2009-02-18 Thread Dohyun Kim
2009/2/18 Hans Hagen : > Hi, > > There is a new beta: a few additions to math as well as a prelude to new cjk > support, now to be triggered explicitly (since the methods differ too much > we cannot share them) > > \setscript[hangul] > > \setscript[hanzi]% arthur, is this the right name? > I h

Re: [NTG-context] new beta

2009-02-17 Thread Dohyun Kim
2009/2/18 Hans Hagen : > Hi, > > There is a new beta: a few additions to math as well as a prelude to new cjk > support, now to be triggered explicitly (since the methods differ too much > we cannot share them) > > \setscript[hangul] > Now the Korean typesetting has become almost perfect. Thanks a

Re: [NTG-context] new beta

2009-02-17 Thread Arthur Reutenauer
> \setscript[hanzi]% arthur, is this the right name? That's indeed the Pinyin transcription of the word for "Chinese character", even if it's not widely used in English. The OpenType script tag, hani, is short for "Han Ideograph". Arthur

[NTG-context] new beta

2009-02-17 Thread Hans Hagen
Hi, There is a new beta: a few additions to math as well as a prelude to new cjk support, now to be triggered explicitly (since the methods differ too much we cannot share them) \setscript[hangul] \setscript[hanzi]% arthur, is this the right name? Hans

Re: [NTG-context] new experimental

2009-02-13 Thread Yue Wang
Hi, Hans: Now the results are ok. However, luatex's result seems a little bit smaller than pdftex's result (Pixel level comparison)? http://yuleopen.googlepages.com/xetex.pdf http://yuleopen.googlepages.com/luatex.pdf http://yuleopen.googlepages.com/pdftex.pdf http://yuleopen.googlepages.com/unti

Re: [NTG-context] new experimental

2009-01-30 Thread Yue Wang
Hi, Hans, please test the following formulas. All of them come from my thesis, and MKII typeset them right. MKIV produce the wrong result. I am using the nightly build from w32tex since the luatex binary in the minimals repository cannot generate the format correctly. \starttext \startformula P_{(

Re: [NTG-context] new experimental

2009-01-30 Thread Hans Hagen
Yue Wang wrote: After upgrading, \chem{CO_2} still gives me: ! Font \*palatino10ptmmmrrm* has only 7 fontdimen parameters. sure, you need to wait till mojca has synced both context and luatex -

Re: [NTG-context] new experimental

2009-01-30 Thread Yue Wang
After upgrading, \chem{CO_2} still gives me: ! Font \*palatino10ptmmmrrm* has only 7 fontdimen parameters. \relax \dosetsubscript ... #1\string #2}{\the #1#2\relax }#1#2=\dimen 0\relax \dodosetsubscript ...bscript {#1}{\textfont

[NTG-context] new experimental

2009-01-30 Thread Hans Hagen
Hi, the experimental branch of the garden distribution has a prelude to the new math font subsystem - less definitions, so faster (but some things might not yet work) - unicode math (but mojca, aditya, taco and i are in the process of checking and completing the definitions) - faster start

Re: [NTG-context] New wiki

2009-01-25 Thread Patrick Gundlach
Hi Bart, > Is the google search going to be moved to the new wiki? I found it to be an > invaluable tool. I will integrate this asap. I wonder why it isn't there anymore. Patrick -- ConTeXt wiki and more: http://contextgarden.net ___

[NTG-context] New wiki

2009-01-23 Thread Bart C. Wise
Is the google search going to be moved to the new wiki? I found it to be an invaluable tool. Bart ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.n

[NTG-context] new cv-resume module

2009-01-19 Thread Marsel Fahie
Hi Idris This is da boni-man just checking in to see how you are doing and I quite enjoy reading of your success so Jah Bless ___ If your question is of interest to others as well, please add an entry to the Wiki

Re: [NTG-context] new alpha

2009-01-08 Thread Steffen Wolfrum
Am 08.01.2009 um 12:57 schrieb Hans Hagen: Hi, I uploaded an new alpha release to the website. There is an experimental (cool) feature tracker available (mostly of interest for arab users): \definefontfeature [arab-default] [mode=node,language=dflt,script=arab, init=yes,medi=yes,fina=

[NTG-context] new alpha

2009-01-08 Thread Hans Hagen
Hi, I uploaded an new alpha release to the website. There is an experimental (cool) feature tracker available (mostly of interest for arab users): \definefontfeature [arab-default] [mode=node,language=dflt,script=arab, init=yes,medi=yes,fina=yes,isol=yes, ccmp=yes,locl=yes,calt=yes,

[NTG-context] New luatex mailing list announcement

2009-01-04 Thread Taco Hoekwater
Hello everybody, The dev-lua...@ntg.nl list has seem more and more messages per day over the past months. We are of course very pleased with the growing interest in Luatex, and we believe the time has come to create a general usage mailing list. Karl Berry at TUG has set up a brand new mailing

Re: [NTG-context] new font bug

2008-12-22 Thread Taco Hoekwater
Wolfgang Schuster wrote: > > Yes, it is. > > I tested a few fonts and all which fail have "makeotf.lib" in the > version tag. Can you email me a problematic tma file? Taco ___ If your question is of interest to

Re: [NTG-context] new font bug

2008-12-22 Thread Wolfgang Schuster
Am 22.12.2008 um 11:51 schrieb Taco Hoekwater: I tested a few fonts and all which fail have "makeotf.lib" in the version tag. Can you email me a problematic tma file? This won't help, the tma files are empty. I tried also Minion and Myriad shipped with the Adobe Reader and these two fonts

Re: [NTG-context] new font bug

2008-12-22 Thread Wolfgang Schuster
Am 22.12.2008 um 10:56 schrieb Taco Hoekwater: Wolfgang Schuster wrote: Am 21.12.2008 um 19:31 schrieb luigi scarso: On Sun, Dec 21, 2008 at 7:17 PM, Wolfgang Schuster wrote: This works ok with last minimals-beta \starttext \setupbodyfont[sabon] \input tufte \stoptext but no indicati

Re: [NTG-context] new font bug

2008-12-22 Thread Taco Hoekwater
Wolfgang Schuster wrote: > > Am 21.12.2008 um 19:31 schrieb luigi scarso: > >> >> >> On Sun, Dec 21, 2008 at 7:17 PM, Wolfgang Schuster >> wrote: >> This works ok with last minimals-beta >> >> \starttext >> \setupbodyfont[sabon] >> \input tufte >> \stoptext >> >> but no indication of "sabon" f

Re: [NTG-context] new font bug

2008-12-21 Thread Wolfgang Schuster
Am 21.12.2008 um 19:31 schrieb luigi scarso: On Sun, Dec 21, 2008 at 7:17 PM, Wolfgang Schuster > wrote: This works ok with last minimals-beta \starttext \setupbodyfont[sabon] \input tufte \stoptext but no indication of "sabon" fonts It's a commercial font, you have to buy it. Wolfgang

Re: [NTG-context] new font bug

2008-12-21 Thread luigi scarso
On Sun, Dec 21, 2008 at 7:17 PM, Wolfgang Schuster < schuster.wolfg...@googlemail.com> wrote: This works ok with last minimals-beta \starttext \setupbodyfont[sabon] \input tufte \stoptext but no indication of "sabon" fonts Linux luigicasa-laptop 2.6.24-23-generic #1 SMP Thu Nov 27 18:44:42 UTC 2

Re: [NTG-context] new font bug

2008-12-21 Thread Wolfgang Schuster
Am 21.12.2008 um 18:56 schrieb Hans Hagen: Wolfgang Schuster wrote: Hi, with the last beta from the minimals ConTeXt fails to load the fonts, the error message is are you sure that your luatex bin is in sync with the font-otf file? there has been a change in the ff lib so they really need

<    8   9   10   11   12   13   14   15   16   17   >