Re: [NTG-context] Arithmetic Overflow

2006-01-06 Thread Taco Hoekwater
David Arnold wrote: I found warningcheck:=0. Anything allow me to get even bigger numbers to work? Not easily. There is a set of macros for arbitrary calculation using strings instead of integers (sarith), and for Mlog encoded numbers (marith). That might help, but it will mean quite some

[NTG-context] colors in MPgraphic

2006-01-06 Thread Hans van der Meer
In MPgrapic I do want my own colors for drawing lines etc. These are set up in plain.mf's (_op_ and background). In \startMPinclusions I just do that in order to get the drawing color I want. But then \startMPgraphic appears to reset colors (both _op_ and background I suspect). Can this be

[NTG-context] Bibliography module +BibteX with \cite inside buffer

2006-01-06 Thread Alexandre Billon
When I put a \cite inside buffer and that I \getbuffer inside the text, the reference displys correctly BUT the list of reference isn't anymore displayed.(I use Bibtex) I have the latest bibmodule (11.23.2005) Is that a bug ? Hos to avoid this behaviour ? (I'm a beginner). Thanks

Re: [NTG-context] present for mojca

2006-01-06 Thread Mojca Miklavec
Hans, great! I love the design (including the fact that one graphic can be reused with multiple terminals). Just a few comments: replace \immediate\write\scratchwrite{set terminal \@@GNUPLOTmethod}% with \immediate\write\scratchwrite{set terminal \@@GNUPLOToutput}% (No quotes and ps

Re: [NTG-context] colors in MPgraphic

2006-01-06 Thread Mojca Miklavec
Question: what tinkering with metapost parameters is done in \startMPgraphic exactly? (I could not find out readily from the ConTeXt sources) Which of these can be removed without danger for its operation, leaving settings in \startMPinclusions unchanged -- and will that be done? Hans will

Re: [NTG-context] serial definition

2006-01-06 Thread Henning Hraban Ramm
(This mail was rejected as spam in my first try, and the reject message was catched by my spam filter...) Am 2006-01-03 um 11:51 schrieb Taco Hoekwater: You need to expand the \Set commands in that first loop, otherwise you store the literal token \recursevelel inside the definitions of the

Re: [NTG-context] colors in MPgraphic

2006-01-06 Thread Hans Hagen
Mojca Miklavec wrote: Question: what tinkering with metapost parameters is done in \startMPgraphic exactly? (I could not find out readily from the ConTeXt sources) Which of these can be removed without danger for its operation, leaving settings in \startMPinclusions unchanged -- and will that

Re: [NTG-context] colors in MPgraphic

2006-01-06 Thread Taco Hoekwater
Hans van der Meer wrote: In MPgrapic I do want my own colors for drawing lines etc. These are set up in plain.mf's (_op_ and background). In \startMPinclusions I just do that in order to get the drawing color I want. But then \startMPgraphic appears to reset colors (both _op_ and

Re: [NTG-context] Bibliography module +BibteX with \cite inside buffer

2006-01-06 Thread Taco Hoekwater
Alexandre Billon wrote: When I put a \cite inside buffer and that I \getbuffer inside the text, the reference displys correctly BUT the list of reference isn't anymore displayed.(I use Bibtex) I have the latest bibmodule (11.23.2005) Is that a bug ? Hos to avoid this behaviour ? (I'm a

Re: [NTG-context] mode dependend character handling

2006-01-06 Thread Taco Hoekwater
Henning Hraban Ramm wrote: (This mail was rejected as spam in my first try, and the reject message was catched by my spam filter...) No doubt that's why spam for medication is so popular: you need the medication to cope with the rest of the spam. A happy new year! Likewise! I'd like

Re: [NTG-context] Bibliography module +BibteX with \cite inside buffer

2006-01-06 Thread Alexandre Billon
After checking, buffers are not the problem : i just cannot get a list of references as soon as my text contains more than one \cite ! (the example below doesn't display the list) I guess i didn't install things right.?.?.. Sorry for misinterpreting my problem. And thanks for your help.

Re: [NTG-context] Bibliography module +BibteX with \cite inside buffer

2006-01-06 Thread Taco Hoekwater
Alexandre Billon wrote: [...] Moreover, the references with more than one author ( Mr X and Mr Y...) do not apear properly. That was a bug hint for me. :-) Please update your context distribution first, then re-install the bib module beta. It should work after that (I am almost 100%

Re: [NTG-context] mode dependend character handling

2006-01-06 Thread Mojca Miklavec
Henning Hraban Ramm wrote: I'd like to typeset a text in both German and Swiss German orthography, i.e. I'd like to expand s (or the like) to ß in German and ss in Swiss German mode, If everything is set OK in the regime you're using, this should work: \startmode[swiss] \definecharacter

[NTG-context] framed texts

2006-01-06 Thread Hans van der Meer
I want to put to some paragraphs, each as framed text, on one line. Such as: \startframedtext[width=...] para 1 \startitemize etc \stopframedtext \startframedtext[width=...] para 2 \startitemize etc \stopframedtext I tried some things but

Re: [NTG-context] framed texts

2006-01-06 Thread Peter Rolf
Hans van der Meer wrote: I want to put to some paragraphs, each as framed text, on one line. Such as: \startframedtext[width=...] para 1 \startitemize etc \stopframedtext \startframedtext[width=...] para 2 \startitemize etc \stopframedtext I tried

[NTG-context] Marith.mp

2006-01-06 Thread David Arnold
All, Has anyone done any coding with the marith.mp package of Metapost? Any code that you can share? My specific task is to draw the polynomial x^3-7*x^2+7*x+15 on the domain [-50,50]. Thanks. ___ ntg-context mailing list ntg-context@ntg.nl

Re: [NTG-context] colors in MPgraphic

2006-01-06 Thread Hans Hagen
Taco Hoekwater wrote: Hans van der Meer wrote: In MPgrapic I do want my own colors for drawing lines etc. These are set up in plain.mf's (_op_ and background). In \startMPinclusions I just do that in order to get the drawing color I want. But then \startMPgraphic appears to reset colors

Re: [NTG-context] colors in MPgraphic

2006-01-06 Thread Hans van der Meer
On Jan 6, 2006, at 15:19, Taco Hoekwater wrote: There almost certainly is an 'official' way to add some statements to the beginning of each figure, but, in any case, it works if you store your settings in extra_beginfig: \startMPinclusions extra_beginfig := drawoptions(withcolor green);

Re: [NTG-context] colors in MPgraphic

2006-01-06 Thread Hans van der Meer
On Jan 6, 2006, at 18:56, Hans Hagen wrote: There almost certainly is an 'official' way to add some statements to the beginning of each figure, but, in any case, it works if you store your settings in extra_beginfig: \startMPinclusions extra_beginfig := drawoptions(withcolor green);

Re: [NTG-context] paragraph indenting

2006-01-06 Thread Peter Münster
On Fri, 6 Jan 2006, Christopher G D Tipper wrote: \setupindenting[small] \setupindenting[small,yes] Cheers, Peter -- http://pmrb.free.fr/contact/ ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] problem with \startlanguagespecifics

2006-01-06 Thread Peter Münster
Hello, I get: ERROR: TeX capacity exceeded, sorry [input stack size=1500]. --- TeX said --- \@@[EMAIL PROTECTED]@-en@@la -\@@[EMAIL PROTECTED]@-en@@la \def \Fuco {fff} and so on... with the following input file: \mainlanguage[de] \def\Fuco{FFF}

[NTG-context] paragraph indenting

2006-01-06 Thread Christopher G D Tipper
Hi, I hope this is not a bug, and that the reference manual is just incorrect. In This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) (format=cont-en 2005.12.24) 6 JAN 2006 20:07 ConTeXt ver: 2005.12.19 fmt: 2005.12.24 int: english mes: english The following produces no

Re: [NTG-context] framed texts

2006-01-06 Thread Hans van der Meer
On Jan 6, 2006, at 18:20, Peter Rolf wrote: Hans van der Meer wrote: I want to put to some paragraphs, each as framed text, on one line. Such as: \startframedtext[width=...] para 1 \startitemize etc \stopframedtext \startframedtext[width=...] para 2 \startitemize

Re: [NTG-context] problem with \startlanguagespecifics

2006-01-06 Thread Hans Hagen
� wrote: Hello, I get: ERROR: TeX capacity exceeded, sorry [input stack size=1500]. --- TeX said --- \@@[EMAIL PROTECTED]@-en@@la -\@@[EMAIL PROTECTED]@-en@@la \def \Fuco {fff} and so on... with the following input file: \mainlanguage[de] \def\Fuco{FFF}

Re: [NTG-context] paragraph indenting

2006-01-06 Thread Hans Hagen
Christopher G D Tipper wrote: Hi, I hope this is not a bug, and that the reference manual is just incorrect. In This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) (format=cont-en 2005.12.24) 6 JAN 2006 20:07 ConTeXt ver: 2005.12.19 fmt: 2005.12.24 int: english mes: english

Re: [NTG-context] paragraph indenting

2006-01-06 Thread Thomas A. Schmitz
http://wiki.contextgarden.net/FAQ#.5Csetupindenting.5Bmedium.5D_doesn. 27t_work.3F HTH Thomas On Jan 6, 2006, at 9:16 PM, Christopher G D Tipper wrote: Hi, I hope this is not a bug, and that the reference manual is just incorrect. In This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C

Re: [NTG-context] paragraph indenting

2006-01-06 Thread Christopher G D Tipper
On 6 Jan 2006, at 21:03, Hans Hagen wrote: In This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) (format=cont-en 2005.12.24) 6 JAN 2006 20:07 ConTeXt ver: 2005.12.19 fmt: 2005.12.24 int: english mes: english \setupindenting[small,yes] % small sets it, yes enables it btw in

Re: [NTG-context] colors in MPgraphic

2006-01-06 Thread Hans Hagen
Hans van der Meer wrote: I am not sure about the exact syntax of that append. Is there a special macro in the context/metafun package or is it extra_beginfig := extra_beginfigdrawoptions(withcolor green);? that's indeed an append (or actually a concat) Hans

Re: [NTG-context] paragraph indenting

2006-01-06 Thread VnPenguin
On 1/6/06, Christopher G D Tipper [EMAIL PROTECTED] wrote: \setupindenting[small,yes] % small sets it, yes enables it btw in you rexample you hav eonly one paragraph I am truly sorry but this solution does not work for me. And if you try the example it has six paragraphs. It does NOT

Re: [NTG-context] serial definition

2006-01-06 Thread Willi Egger
Hi Hraban, Hans, Taco, I followed this thread with interest. By coincidence I was struggling with this kind of problem during the last days. Thanks so much for this educative example! In my case I have to fill in a table with the information concerning parcels to be sent. Some times there is

Re: [NTG-context] paragraph indenting

2006-01-06 Thread Taco Hoekwater
Hans Hagen wrote: Christopher G D Tipper wrote: Hi, I hope this is not a bug, and that the reference manual is just incorrect. In This is pdfeTeX, Version 3.141592-1.30.4-2.2 (Web2C 7.5.5) (format=cont-en 2005.12.24) 6 JAN 2006 20:07 ConTeXt ver: 2005.12.19 fmt: 2005.12.24 int:

[NTG-context] followtokens font color

2006-01-06 Thread Renaud AUBIN
Hi all, I use \followtokens and I would colorize the text. I've try some drawoptions or ConTeXt command to switch font color (i.e. {\red red text}) and nothing works. Is it possible to switch color during \definefont[RotFont][] ? Any idea on how to do this ? PS: Please, is there anyone who

Re: [NTG-context] paragraph indenting

2006-01-06 Thread VnPenguin
On 1/6/06, Taco Hoekwater [EMAIL PROTECTED] wrote: That should be: \setupindenting[small,yes] \noindentation\input knuth %^ works perfectly. Thanks. -- http://vnoss.org Vietnamese Open Source Software Community ___