[NTG-context] m-math

2004-03-04 Thread Nikolai Weibull
does the m-math module still exist? has core-math changed too much for m-math to catch up, or does a version exist somewhere that works with the latest release of CONTEXT? nikolai -- ::: name: Nikolai Weibull:: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA:: loc

[NTG-context] Problem with \startitemize

2004-03-04 Thread Nikolai Weibull
I'm having a problem with \startitemize. My code is \startitemize[n,columns,four] \item $ S \rightarrow ACaB$ \item $Ca \rightarrow aaC$ \item $CB \rightarrow DB$ \item $CB \rightarrow E$ \item $aD \rightarrow Da$ \item $AD \rightarrow AC$ \item $aE \rightarrow Ea$ \item $AE \rightarrow

[NTG-context] another question about itemize

2004-03-04 Thread R. Ermers
HiContex'ers, As we are considering itemize, does anyone by any chance know how to tackle this problem? Kind regards, Robert Ermers As you know, the itemize blok can be stopped and resumed by means of [continue]: \startitemize[n] \item abc \item def \stopitemize bla bla

Re: [NTG-context] color in pdfTeX

2004-03-04 Thread pawcoo
On Wed, 3 Mar 2004, pawcoo wrote: please, consider the following simple example of pdftex code: \pdfliteral{0 1 0 0 k} % Magenta (ugly) \hrule height 1pt \hrule height 1.1pt \end The upper hairline remains black. What should I do to colorize thin lines also? Lines with width = 1 bp are

[NTG-context] yet another question about itemize

2004-03-04 Thread Gary Pajer
I'll take this chance to point out a long-standing problem/misunderstanding that's causing me some grief: It seems to me that the 'before' and 'after' keywords used in the third argument of \setupitemize are operative only if 'columns' are also specified. In the example below, the hairlines

Re: [NTG-context] color in pdfTeX

2004-03-04 Thread Hartmut Henkel
On Thu, 4 Mar 2004, pawcoo wrote: Lines with width = 1 bp are stroked by pdftex, lines wider than that are filled (procedure pdf_set_rule). Stroking CMYK color is set by K, nonstroking by k, so you need both: Note, forgot this: This only affects the \hrule and \vrule primitives. When you

Re: [NTG-context] color in pdfTeX

2004-03-04 Thread pawcoo
\pdfliteral{0 1 0 0 k} \pdfliteral{0 1 0 0 K} Thanks! That works. I'll dare to ask one more question. How to use colors in (some kind of) groups, meaning localy? In example, how to set some nice color for given object only (word, letter or rule)? Or should I always say something like