Re: [NTG-context] Build for Alpine Linux

2018-04-08 Thread Henri Menke
On Sun, 2018-04-08 at 22:50 +0200, Mojca Miklavec wrote: > Dear Brian, > > On 8 April 2018 at 16:56, Brian Hunt wrote: > > > > Hello everyone, > > > > Per this question on tex.StackOverflow, I am having trouble getting ConTeXt > > (LuaTeX specifically) to run on Alpine Linux: > > > >

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] Build for Alpine Linux

2018-04-08 Thread Arthur Reutenauer
On Mon, Apr 09, 2018 at 09:26:35AM +1200, Henri Menke wrote: > This only blows up on Zsh.  I will contact the "config.guess" maintainer (from > where I stole that snippet). The unescaped caret is only a problem on zsh with EXTENDED_GLOB activated, but the effect of grep -q is problematic, and

Re: [NTG-context] Build for Alpine Linux

2018-04-08 Thread Henri Menke
On Sun, 2018-04-08 at 22:50 +0200, Mojca Miklavec wrote: > Dear Brian, > > On 8 April 2018 at 16:56, Brian Hunt wrote: > > > > Hello everyone, > > > > Per this question on tex.StackOverflow, I am having trouble getting ConTeXt > > (LuaTeX specifically) to run on Alpine Linux: > > > >

Re: [NTG-context] double followtokens?

2018-04-08 Thread Hans Hagen
On 4/8/2018 8:10 PM, Pablo Rodriguez wrote: On 04/08/2018 04:41 PM, Hans Hagen wrote: On 4/8/2018 12:11 AM, Pablo Rodriguez wrote: [...] I want a full circle in two halves with the same duplicated sentence. The first one written clockwise and the second one written counterclockwise (as in the

Re: [NTG-context] Build for Alpine Linux

2018-04-08 Thread Arthur Reutenauer
On Sun, Apr 08, 2018 at 10:50:16PM +0200, Mojca Miklavec wrote: > I need to finish "parsing" > https://mailman.ntg.nl/pipermail/ntg-context/2018/091123.html I was wondering if anyone had paid attention to that :-) I realise the explanation is a bit long, but there were many details and I

Re: [NTG-context] Build for Alpine Linux

2018-04-08 Thread Mojca Miklavec
Dear Brian, On 8 April 2018 at 16:56, Brian Hunt wrote: > Hello everyone, > > Per this question on tex.StackOverflow, I am having trouble getting ConTeXt > (LuaTeX specifically) to run on Alpine Linux: > > https://tex.stackexchange.com/questions/425463 > > Specifically, the build from ConTeXt

Re: [NTG-context] double followtokens?

2018-04-08 Thread Pablo Rodriguez
On 04/08/2018 04:41 PM, Hans Hagen wrote: > On 4/8/2018 12:11 AM, Pablo Rodriguez wrote: >> [...] >> I want a full circle in two halves with the same duplicated sentence. >> The first one written clockwise and the second one written >> counterclockwise (as in the commented path above). >> >> I

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] Build for Alpine Linux

2018-04-08 Thread Brian Hunt
Hello everyone, Per this question on tex.StackOverflow, I am having trouble getting ConTeXt (LuaTeX specifically) to run on Alpine Linux: https://tex.stackexchange.com/questions/425463 Specifically, the build from ConTeXt standalone has a LuaTeX that seems not to run against the musl libc6

Re: [NTG-context] double followtokens?

2018-04-08 Thread Hans Hagen
On 4/8/2018 12:11 AM, Pablo Rodriguez wrote: On 04/07/2018 11:25 PM, Hans Hagen wrote: On 4/7/2018 11:04 PM, Pablo Rodriguez wrote: Dear list, I have the following sample: \useMPlibrary[txt] \starttext \startuseMPgraphic{followtokens} path RotPath ; RotPath := reverse

[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]}]

Re: [NTG-context] Text overflowing on a figure included in a float

2018-04-08 Thread Hans Hagen
On 4/8/2018 11:08 AM, Fabrice Couvreur wrote: Hello, Sorry if the example is not minimal but otherwise it would be difficult to explain the problem. The text overflows on the figure and I do not know how to correct this. By choosing the right language: \mainlanguage[fr] or increasing the

Re: [NTG-context] Macro to write the euro symbol

2018-04-08 Thread Hans Hagen
On 4/8/2018 9:09 AM, Otared Kavian wrote: Hi Fabrice, I don't know about the \symbol[EUR], but you can use directly the € symbol as in: \unexpanded\def\euros#1{#1\,€} \starttext \euros{100} \stoptext most fonts nowadays have a properly matched euro \usesymbols[mvs] % has your EUR

[NTG-context] Text overflowing on a figure included in a float

2018-04-08 Thread Fabrice Couvreur
Hello, Sorry if the example is not minimal but otherwise it would be difficult to explain the problem. The text overflows on the figure and I do not know how to correct this. Thank you Fabrice \usemodule[pgfplots] \pgfplotsset{compat=newest} \starttext \placefigure[right,none]{}{

Re: [NTG-context] Macro to write the euro symbol

2018-04-08 Thread Fabrice Couvreur
Hello Otared, Thank you for your answer even though I knew we could do like that. In fact I wanted to understand why a macro that works very well for several years no works. Fabrice 2018-04-08 9:09 GMT+02:00 Otared Kavian : > Hi Fabrice, > > I don't know about the \symbol[EUR],

Re: [NTG-context] Macro to write the euro symbol

2018-04-08 Thread Otared Kavian
Hi Fabrice, I don't know about the \symbol[EUR], but you can use directly the € symbol as in: \unexpanded\def\euros#1{#1\,€} \starttext \euros{100} \stoptext Best regards: OK > On 7 Apr 2018, at 23:56, Fabrice Couvreur wrote: > > Hello, > This macro does