Re: [NTG-context] coloring the logfile

2019-08-28 Thread Henning Hraban Ramm
> Am 2019-08-28 um 21:54 schrieb Hans van der Meer : > > Is it possible to force lines written in the log with \writestatus to have a > specific color? The log can be very substantial and it would be nice to have > some lines brought to attention by a different color. As a text file, the log

[NTG-context] coloring the logfile

2019-08-28 Thread Hans van der Meer
Is it possible to force lines written in the log with \writestatus to have a specific color? The log can be very substantial and it would be nice to have some lines brought to attention by a different color. dr. Hans van der Meer ___

Re: [NTG-context] ttf font not seen ?

2019-08-28 Thread Floris van Manen
On 26-08-19 22:11, Floris van Manen wrote: > > On 26-08-19 21:27, Mohammad Hossein Bateni wrote: >> I have had the same problem.  Unlike Mark IV Context, LMTX does not seem >> to recognize fonts outside its tree.  Maybe there's some option to tweak >> with. >> >> The workaround I found was to co

Re: [NTG-context] Syntax hightlighting

2019-08-28 Thread Hans Hagen
On 8/28/2019 8:14 PM, Fabrice L wrote: Dear list, I’m using colored verbatim code (for course notes). In the past, I modified verb-mp.mkii for the langage I need (SAS). This code works fine with MKII: %—— \setupcolors[state=start] \definetyping [MP] [option=MP] \starttext A example: \st

[NTG-context] Syntax hightlighting

2019-08-28 Thread Fabrice L
Dear list, I’m using colored verbatim code (for course notes). In the past, I modified verb-mp.mkii for the langage I need (SAS). This code works fine with MKII: %—— \setupcolors[state=start] \definetyping [MP] [option=MP] \starttext A example: \startMP draw (0,0) withpen pencircle 1in with

Re: [NTG-context] Problem of displaying a date with a macro

2019-08-28 Thread Aditya Mahajan
On Wed, 28 Aug 2019, Fabrice Couvreur wrote: Hello, The date display is incorrect : I get day 28 instead of day 2. Thank you Fabrice \defineframed [headerframed] [frame=off, height=fit, width=fit] \definecolor[ColorA][0.8(white)] \startsetups [headertext] \setupheadertext

Re: [NTG-context] hypertarget and hyperlink in ConTeXt?

2019-08-28 Thread Henning Hraban Ramm
> Am 2019-08-28 um 13:40 schrieb Jon Wong : > > Hi all, > > Any way to do hypertarget and hyperlink in ConTeXt? > > From https://www.contextgarden.net/Command/textreference: I see that the name > of the anchor is also the displayed text (“houses”). \setupinteraction[state=start] is essential.

[NTG-context] hypertarget and hyperlink in ConTeXt?

2019-08-28 Thread Jon Wong
Hi all, Any way to do hypertarget and hyperlink in ConTeXt? From https://www.contextgarden.net/Command/textreference: I see that the name of the anchor is also the displayed text (“houses”). Regards Jon ___

Re: [NTG-context] experiment

2019-08-28 Thread Henning Hraban Ramm
> Am 2019-08-28 um 10:36 schrieb Hans Hagen : > > On 8/28/2019 10:04 AM, Henning Hraban Ramm wrote: >>> Am 2019-08-19 um 16:06 schrieb Hans Hagen : >>> >>> I've attached a document that I made last week. It's (currently) an lmtx >>> only feature. In acrobat, the 'marked' areas (some tracing opti

[NTG-context] Problem of displaying a date with a macro

2019-08-28 Thread Fabrice Couvreur
Hello, The date display is incorrect : I get day 28 instead of day 2. Thank you Fabrice \defineframed [headerframed] [frame=off, height=fit, width=fit] \definecolor[ColorA][0.8(white)] \startsetups [headertext] \setupheadertexts [{\startframed [headerframed]

Re: [NTG-context] experiment

2019-08-28 Thread Hans Hagen
On 8/28/2019 10:04 AM, Henning Hraban Ramm wrote: Am 2019-08-19 um 16:06 schrieb Hans Hagen : I've attached a document that I made last week. It's (currently) an lmtx only feature. In acrobat, the 'marked' areas (some tracing option) are the hyperlink. I have no clue how useful this is, maybe

Re: [NTG-context] Frame with shadow for header

2019-08-28 Thread Fabrice Couvreur
Hi Mikael, Thank you, it works. Fabrice Le mar. 27 août 2019 à 19:11, Henning Hraban Ramm a écrit : > And here’s the code for a fuzzy shadow: > https://wiki.contextgarden.net/Drop_shadows > > Greetlings, Hraban > --- > https://www.fiee.net > http://wiki.contextgarden.net > https://www.dreivierte

Re: [NTG-context] experiment

2019-08-28 Thread Henning Hraban Ramm
> Am 2019-08-19 um 16:06 schrieb Hans Hagen : > > I've attached a document that I made last week. It's (currently) an lmtx only > feature. In acrobat, the 'marked' areas (some tracing option) are the > hyperlink. I have no clue how useful this is, maybe for maps or some > educational setting. I

Re: [NTG-context] How to use ConTeXt extensions with VS Code

2019-08-28 Thread Henning Hraban Ramm
> Am 2019-08-18 um 22:54 schrieb Hans Hagen : > > On 8/18/2019 10:14 PM, Denis Maier wrote: >> Hi, >> I have seen ConTeXt comes with an extension for VS Code. How do you use >> that? I have tried the code in the readme, but this doesn't seem to work. > there is an vscode-context.cmd file > > th