Re: [NTG-context] how to change the colour of the footnote marker

2018-04-09 Thread Hans Hagen
On 4/9/2018 12:18 PM, Robert Zydenbos wrote: On 09.04.2018 09:45, Hans Hagen wrote: On 4/9/2018 12:33 AM, Robert Zydenbos wrote: […] (I need to use Mk II because I need the functionality of XeTeX.) just curious: what do you mis in mkiv / luatex Support for Indic scripts / fonts. (I think

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-09 Thread Robert Zydenbos
On 09.04.2018 09:45, Hans Hagen wrote: On 4/9/2018 12:33 AM, Robert Zydenbos wrote: […] (I need to use Mk II because I need the functionality of XeTeX.) just curious: what do you mis in mkiv / luatex Support for Indic scripts / fonts. (I think we had a little bit of correspondence on this

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-09 Thread Robert Zydenbos
On 09.04.2018 00:49, Wolfgang Schuster wrote: Mk II does not have setupnotation[footnote] yet, and when I 'translated' it to setupfootnotes (which ordinarily ought to work in Mk II), it unfortunately did not work. (I need to use Mk II because I need the functionality of XeTeX.) 1.

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-09 Thread Hans Hagen
On 4/9/2018 12:33 AM, Robert Zydenbos wrote: Greetings, Tomáš, On 08.04.2018 17:41, Tomas Hala wrote: Hi Robert, I don't understand if you need solution for MkII, or if you tried something from MkII. For MkIV you can use this: defmycmd#1{startcolor[kleur]#1stopcolor}

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-08 Thread Wolfgang Schuster
Robert Zydenbos 9. April 2018 um 00:33 Greetings, Tomáš, On 08.04.2018 17:41, Tomas Hala wrote: Hi Robert, I don't understand if you need solution for MkII, or if you tried something from MkII. For MkIV you can use this:

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-08 Thread Wolfgang Schuster
Robert Zydenbos 9. April 2018 um 00:40 Greetings, Wolfgang, On 08.04.2018 17:46, Wolfgang Schuster wrote: definecolor[kleur][blue] setupcolors[state=start,textcolor=kleur] setupnotedefinition[footnote][color=kleur] setupnote [footnote][rulecolor=kleur]

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-08 Thread Robert Zydenbos
Greetings, Wolfgang, On 08.04.2018 17:46, Wolfgang Schuster wrote: definecolor[kleur][blue] setupcolors[state=start,textcolor=kleur] setupnotedefinition[footnote][color=kleur] setupnote [footnote][rulecolor=kleur] …etc… It works! Thank you for the solution. One thing that puzzles me,

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-08 Thread Robert Zydenbos
Greetings, Tomáš, On 08.04.2018 17:41, Tomas Hala wrote: Hi Robert, I don't understand if you need solution for MkII, or if you tried something from MkII. For MkIV you can use this: defmycmd#1{startcolor[kleur]#1stopcolor} setupnotation[footnote][numbercommand=mycmd] (But I don't know

Re: [NTG-context] how to change the colour of the footnote marker

2018-04-08 Thread Tomas Hala
Hi Robert, I don't understand if you need solution for MkII, or if you tried something from MkII. For MkIV you can use this: \def\mycmd#1{\startcolor[\kleur]#1\stopcolor} \setupnotation[footnote][numbercommand=\mycmd] (But I don't know whether it will work witk MkII.) The best, Tomáš Sun,

[NTG-context] how to change the colour of the footnote marker

2018-04-08 Thread Robert Zydenbos
Today I wanted to print an entire document not in standard black, but in blue. I added (Mk II) – \setupcolors [state=start] \define\kleur{blue} % so I can change the colour uniformly everywhere through this variable \startcolor [\kleur] \setupnote[footnote][before={\color[\kleur]}]