[NTG-context] \doifelse inside MP(code|graphic)

2008-11-17 Thread Aditya Mahajan
Hi, \doifelse does not work inside any MP environment. Something really strange happens if you try to use it. \loggingall tells me what exactly is happening, but I do not know enough low-level TeX to understand why this is happening. Conside this test file %-- \def\test{st

[NTG-context] context mkii bug: infinity loops

2008-11-17 Thread Yue Wang
Hi, the following file make mkii run into infinity loops. after commenting the hz feature or the emdash definition, it will run normally. Yue Wang c.tex Description: TeX document ___ If your question is of interest t

Re: [NTG-context] bold small caps with latin modern

2008-11-17 Thread Yue Wang
you should apply a font feature to bold font. On Tue, Nov 18, 2008 at 4:07 AM, Peter Münster <[EMAIL PROTECTED]> wrote: > Hello > > Is it possible to get bold small caps with latin modern and MKIV, and if > yes, how? > I would like to get working this example file: > > \starttext > \sc Normal and

Re: [NTG-context] Fonts with XeTeX

2008-11-17 Thread Bart C. Wise
Arthur, This works! Thanks for your help. Bart On Monday 17 November 2008 02:25:15 pm Arthur Reutenauer wrote: > Hello Bart, > > Try > > \starttypescript[serif][caslon][uc] > > \definefontsynonym[CaslonRegular][name:CaslonOldFaceBT-Roman][encoding=uc] > \definefontsynonym[Caslon

Re: [NTG-context] Fonts with XeTeX

2008-11-17 Thread Arthur Reutenauer
Hello Bart, Try \starttypescript[serif][caslon][uc] \definefontsynonym[CaslonRegular][name:CaslonOldFaceBT-Roman][encoding=uc] \definefontsynonym[CaslonItalic][name:CaslonOldFaceBT-Italic][encoding=uc] \definefontsynonym[CaslonBold][name:CaslonOldFaceBT-Heavy][encodi

Re: [NTG-context] Fonts with XeTeX

2008-11-17 Thread Thomas A. Schmitz
On Nov 17, 2008, at 9:39 PM, Bart C. Wise wrote: > I am having difficulties writing a typescript for the Caslon font > that's on my > system. > > The following works: > > \definetypeface[Caslon-Bold][rm][Xserif][CaslonOldFaceBT-Heavy] > \definetypeface[Caslon-Italic][rm][Xserif][CaslonOldFaceBT

[NTG-context] Fonts with XeTeX

2008-11-17 Thread Bart C. Wise
I am having difficulties writing a typescript for the Caslon font that's on my system. The following works: \definetypeface[Caslon-Bold][rm][Xserif][CaslonOldFaceBT-Heavy] \definetypeface[Caslon-Italic][rm][Xserif][CaslonOldFaceBT-Italic] \definetypeface[Caslon-Regular][rm][Xserif][CaslonOldFace

[NTG-context] bold small caps with latin modern

2008-11-17 Thread Peter Münster
Hello Is it possible to get bold small caps with latin modern and MKIV, and if yes, how? I would like to get working this example file: \starttext \sc Normal and \bf bold Small Caps. \stoptext Thanks in advance for any help, Peter -- http://pmrb.free.fr/contact/ __

Re: [NTG-context] French punctuation again...

2008-11-17 Thread Jeff Smith
Ah. I now understand the subtlety of "active" characters. Both solutions worked, but also broke elsewhere first: with every colon in my reference keys for the \cite command with BibTeX. I guess I shouldn't do that, so I changed my keys and now everything runs perfect. Thanks a lot! Jeff On Sun,

Re: [NTG-context] What is the command to define the behavior of \goto?

2008-11-17 Thread Aditya Mahajan
On Mon, 17 Nov 2008, Yue Wang wrote: > Hi: > > I don't want bold font for \goto, Where can I change it? \setupinteraction[style=] % default is style=bold Aditya ___ If your question is of interest to others as well,

[NTG-context] What is the command to define the behavior of \goto?

2008-11-17 Thread Yue Wang
Hi: I don't want bold font for \goto, Where can I change it? BTW, some users here suggest that maybe we can define a hypperref-like linkcolor, citecolor, urlcolor in \setupinteraction, I think it will be a good idea. Yue Wang __

[NTG-context] context mkii/mkiv bug: columnset lines dont work

2008-11-17 Thread Yue Wang
Hi, Hans: I think there is a bug in context. the last example in your columns.pdf doesn't work anymore. would you please have a look? Yue Wang ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] How to randomize points in a given area?

2008-11-17 Thread Yue Wang
Oh! Cool! Thank you, Hans, you really help! On Mon, Nov 17, 2008 at 8:30 AM, Hans Hagen <[EMAIL PROTECTED]> wrote: > Yue Wang wrote: >> Hi, Hans: >> >> On Sun, Nov 16, 2008 at 10:57 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: >>> Yue Wang wrote: Hi, Hans, In your "metapost graphics" p

Re: [NTG-context] stretching smallcaps with a style command

2008-11-17 Thread Taco Hoekwater
Bob Reynolds wrote: > > \define [1] \StretchedSmallCaps {\smallcaps {\stretchedlowercase {#1}}} You need a more low-level definition of this command because of macro expansion issues inside the logo processing. It works fine with this: \unexpanded\def\StretchedSmallCaps#1% {\smallca

Re: [NTG-context] How to randomize points in a given area?

2008-11-17 Thread Hans Hagen
Yue Wang wrote: > Hi, Hans: > > On Sun, Nov 16, 2008 at 10:57 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: >> Yue Wang wrote: >>> Hi, Hans, >>> >>> In your "metapost graphics" pdf document, I can find a card which >>> randomizes points in a path of Christmas tree, how to do that? thanks. >> just use

Re: [NTG-context] Testing the build

2008-11-17 Thread Hans Hagen
Mohamed Bana wrote: > Hi, > > Do the developers run the trunk against a set of test cases? For > instance, testing the new release against files that compile > successfully under the current stable release? I ask as I often see > people complain that the new beta isn't working and so forth. th

Re: [NTG-context] Feature request: 4SIDE

2008-11-17 Thread Henning Hraban Ramm
2008/11/16 Willi Egger <[EMAIL PROTECTED]>: > one could make this definition. If I understand it correctly though, > then the 4SIDE would mean 4 pages on one sheet op paper, single sided > > 1 - 2 > 3 - 4 > > This is easily accomplished with \setuparranging[XY] and \setuppaper > [nx=2,ny=2] I gues