[NTG-context] Re: transparent color

2024-05-06 Thread Jacob Kauffmann via ntg-context
> Am 06.05.2024 um 10:41 schrieb Hans van der Meer via ntg-context > : > > I would like to use a transparent version of an existing color. Thus > \definecolor[transparentcolor][color,t=0.2,a=1] > instead of > \definecolor[transparentcolor][r=..,g=..,b=..,t=0.2,a=1] > because I do not know the

[NTG-context] Re: empty line before typebuffer

2023-07-30 Thread Jacob Kauffmann via ntg-context
It comes from framedtext: \starttext \startbuffer \samplefile{tufte} \stopbuffer \framedtext[strut=no]{\typebuffer[option=tex]} \stoptext Best, Jacob > Am 30.07.2023 um 21:14 schrieb Henning Hraban Ramm : > > Yet another issue: > > \typebuffer always starts with a blank line. > Is this a

[NTG-context] \version[temporary] fatal error

2023-07-23 Thread Jacob Kauffmann via ntg-context
Hi all, \version[temporary] produces an error for me (see below). Is this a permanent change, or is this version really just temporary? ;) All the best, Jacob Missing number, treated as zero r \currentnote \vskip 6\points \hbox to \makeupwidth {\infofont \getmessage \m!system

Re: [NTG-context] bug $\vec{}$

2023-01-20 Thread Jacob Kauffmann via ntg-context
Not sure if this is related in any way, but \overset behaves weirdly with the equal sign: \startformula \overset{weird}{=} \stopformula (workaround/solution is \overset{weird}{\mathop{=}}, or \mathop{=}^{weird}) signature.asc Description: Message signed with OpenPGP

Re: [NTG-context] Issue with location parameter in matrix

2023-01-09 Thread Jacob Kauffmann via ntg-context
cob Kauffmann via ntg-context > : > > Signierter PGP-Teil > Hi all, > > Thank you for your recent assistance with calligraphic math fonts. > > I am trying to use a matrix example from math-ali.mkxl, but I am running into > an issue. > When I try to use the locati

[NTG-context] Issue with location parameter in matrix

2023-01-06 Thread Jacob Kauffmann via ntg-context
Hi all, Thank you for your recent assistance with calligraphic math fonts. I am trying to use a matrix example from math-ali.mkxl, but I am running into an issue. When I try to use the location parameter, I receive the error A was supposed to be here. I have also tried both

Re: [NTG-context] problem with Segoe Ui Symbol as fallback font

2023-01-04 Thread Jacob Kauffmann via ntg-context
The problem is that now that \bf, \it and so on stopped working outside math mode. A workaround is to add \rm after \starttext. Maybe the developers can shed some light :) Please find MWE below. Cheers, Jacob \definefontfallback[cal-fallback][name:modern][uppercasescript,lowercasescript]

Re: [NTG-context] problem with Segoe Ui Symbol as fallback font

2023-01-04 Thread Jacob Kauffmann via ntg-context
Hi Hraban, I had a similar problem with math fallbacks (no errors, fallbacks not used) and just found a solution. Please find a small example below. I don't understand why we need the line \definefontfamily, but it's necessary for the fallbacks to work. Also, it stops working when I do

Re: [NTG-context] lmt_outline not rendering properly

2022-10-14 Thread Jacob Kauffmann via ntg-context
Hi, I can confirm that the rendering is fixed in the newest upload 2022.10.14 10:16. Cheers, Jacob > Am 23.09.2022 um 17:42 schrieb Mikael Sundqvist via ntg-context > : > > On Thu, Sep 22, 2022 at 11:15 AM Jacob Kauffmann via ntg-context > wrote: >> >>

[NTG-context] lmt_outline not rendering properly

2022-09-22 Thread Jacob Kauffmann via ntg-context
Dear list, attached is an example taken from the luametafun manual. The letter o looks odd. When I compile the manual the examples in section 4 look also bad (different font; page 10 attached). It seems like the paths miss one point. This is with the latest version 2022.09.11 20:44. Cheers,

Re: [NTG-context] colors and contours in luametafun

2022-06-20 Thread Jacob Kauffmann via ntg-context
Dear list, > Am 01.09.2021 um 09:54 schrieb Jacob Kauffmann via ntg-context > : > - color by value in lmt_surface > We want to show a surface plot of a function where the color indicates the > function value (instead, or in addition to a light source). > The easiest would be t

[NTG-context] Bug in mp-xbox.mpxl (circleit)

2021-12-22 Thread Jacob Kauffmann via ntg-context
Hi list, I realized that circleit throws an error. It works fine if I replace boxes_generic_declare by boxes_declare in line 244 in mp-xbox.mpxl rboxit is probably affected as well, but I did not test that. MWE: \startMPinclusions input boxes; \stopMPinclusions \startMPpage

[NTG-context] colors and contours in luametafun

2021-09-01 Thread Jacob Kauffmann via ntg-context
Dear list, I am a huge fan of the new metafun interface. Hans asked for luametafun requests, so here are a few. - color by value in lmt_surface We want to show a surface plot of a function where the color indicates the function value (instead, or in addition to a light source). The easiest