Re: [NTG-context] Handling index entries with many references

2013-11-15 Thread honyk
by 'and many' phrase. Can something like this be done in the ConTeXt (MkIV)? I found an elegant way for this: \defineprocessor[many][right= and many] This processor is then applied just for the last index entry page reference: \index[many-]{primary} This can be automated in my system. Wow, great

Re: [NTG-context] stoppers in section heading without having stoppers in references?

2013-04-18 Thread Wolfgang Schuster
, not In Chapter 1. we learn? I have tried many variants of the following minimal example: \setuphead[chapter][sectionstopper=.] \definereferenceformat [inchapter] [text={Chapter~}] \starttext \chapter[one]{First heading} \input knuth \inchapter[one] we learn. \stoptext \defineprocessor

Re: [NTG-context] endnotemarkers

2013-04-17 Thread Wolfgang Schuster
Am 17.04.2013 um 21:35 schrieb Meer, H. van der h.vanderm...@uva.nl: A minor point perhaps on this textcommand= \groupedcommand for the marking of the notes in the text. I tried this but now the marking is not typeset as a superscript. \defineprocessor[footnote][left={[},right

Re: [NTG-context] Some odd behaviour I noticed in MkIV with respect to enumerations

2012-10-23 Thread Wolfgang Schuster
Am 23.10.2012 um 19:36 schrieb Shane Peelar lookatyouhac...@gmail.com: Hi Wolfgang, Thanks for the quick and helpful reply. Is there also a way to change just the number colour and style in the example you provided? \defineseparatorset [testseparator] [][–] \defineprocessor[teststyle

Re: [NTG-context] ntg-context Digest, Vol 100, Issue 65

2012-10-23 Thread Shane Peelar
? \defineseparatorset [testseparator] [][?] \defineprocessor[teststyle][style=bolditalic] \defineconversionset[testconversion][][teststyle-number] %\defineprocessor[one][style=italic,color=red] %\defineprocessor[two][style=normal,color=blue] %\defineconversionset[testconversion][one-number,two-number

Re: [NTG-context] \seeindex and processors

2012-07-14 Thread Wolfgang Schuster
place: % \defineprocessor[smallcaps][style=\sc] \starttext % this works nicely {\sc Test}\index{smallcaps-Test} % this is what I want it to look like % (which does not work for \seeindex[.]) \index{{\sc Cauchy}||Problem} % this is what I tried after you have suggested

[NTG-context] \seeindex and processors

2012-07-13 Thread Wolfgang Schuster
Hi Hans, processors aren’t applied to the second argument of \seeindex, only the first is formatted. \defineprocessor[smallcaps][style=\sc] \starttext Apples\index{smallcaps-Apple} Malus domestica\seeindex{smallcaps-Malus domestica}{smallcaps-Apple} \placeindex[n=1] \stoptext

Re: [NTG-context] seeindex: accents and such

2012-07-13 Thread Wolfgang Schuster
not for \seeindex. Secondly, the \sc (command) issue persists. MkIV provides a new mechanism to format index entries called processors, it doesn't work yet with \seeindex (see my other mail on the list) but I guess Hans will fix this in one of the next betas. \defineprocessor[sc][style=\sc

Re: [NTG-context] \seeindex and processors

2012-07-13 Thread Hans Hagen
On 13-7-2012 09:57, Wolfgang Schuster wrote: Hi Hans, processors aren’t applied to the second argument of \seeindex, only the first is formatted. \defineprocessor[smallcaps][style=\sc] \starttext Apples\index{smallcaps-Apple} Malus domestica\seeindex{smallcaps-Malus domestica}{smallcaps

Re: [NTG-context] \seeindex and processors

2012-07-13 Thread Andreas Mang
Dear Hans Wolfgang, Thanks for looking into this. I know that this has quite low priority. As it seems to me processors do not really seem to provide the behaviour I had in mind. Clearly, I should have thought of a better example in the first place: % \defineprocessor[smallcaps

Re: [NTG-context] Formatting Indexed Words Within the Text

2012-03-24 Thread Alan Braslau
On Fri, 23 Mar 2012 19:42:38 +0100 Hans Hagen pra...@wxs.nl wrote: in the test suite: registers/processors-001.tex \defineprocessor[bf][style=bold] \defineprocessor[it][style=italic] \starttext \index{it-italic}\index{normal} This is a \index[bf-bold]{test with bold number

Re: [NTG-context] Formatting Indexed Words Within the Text

2012-03-24 Thread Hans Hagen
On 24-3-2012 11:20, Alan Braslau wrote: On Fri, 23 Mar 2012 19:42:38 +0100 Hans Hagenpra...@wxs.nl wrote: in the test suite: registers/processors-001.tex \defineprocessor[bf][style=bold] \defineprocessor[it][style=italic] \starttext \index{it-italic}\index{normal

Re: [NTG-context] Formatting Indexed Words Within the Text

2012-03-23 Thread Hans Hagen
the that term can be found in the index. Ideally, I'd like to do that without explicit manual formatting. Is that possible? in the test suite: registers/processors-001.tex \defineprocessor[bf][style=bold] \defineprocessor[it][style=italic] \starttext \index{it-italic}\index{normal

[NTG-context] ppchtex, color and mkiv

2010-11-19 Thread Jörg Hagmann
colour on atoms works with {\blue C} etc. or \defineprocessor ... etc. chemred-C etc.. However, I couldn't find a way to colour the bonds belonging to the group. Is there one? ppchTEX does a superb job and I hope that the most useful features will be implemented in the near future in mkiv! Jörg

Re: [NTG-context] ppchtex, color and mkiv

2010-11-19 Thread Alan BRASLAU
implemented in mkiv. Is that still correct? Putting colour on atoms works with {\blue C} etc. or \defineprocessor ... etc. chemred-C etc.. However, I couldn't find a way to colour the bonds belonging to the group. Is there one? The only way that I managed to do this is to draw the chemical

Re: [NTG-context] index sorting and formatting mixed up

2010-05-14 Thread Hans Hagen
\stoptext Confirmed: mkiv is different from mkii. This is becuase that feature is not implemented in mkiv. There we will use a different method: processors, which will be available for finetuning rendering. \defineprocessor[bf][style=bold] \defineprocessor[it][style=italic] \starttext \index

Re: [NTG-context] \setupcaption stopper does not work in mkiv

2009-06-14 Thread Hans Hagen
with processors \defineprocessor[demo][color=red,style=\bfd] \setupcaption[figure][numberstopper=demo-.,numberconversion=Characters] \starttext \chapter{first} \section{first} \placefigure{}{} \placefigure{}{} \stoptext (but somehow there is a bleed to the page number rendering that i need

Re: [NTG-context] ppchtex color

2009-05-13 Thread Hans Hagen
. The following extension would also be useful: \usemodule[chemic] \starttext \startchemical \chemical[SIX,B,rulecolor=red,AU][] \stopchemical \stoptext in mkiv syntax that is: \defineprocessor[chemred][color=red] \startchemical \chemical[SIX,SB,C135,R,Z][chemred-A,chemred-C,chemred

<    1   2