Re: [NTG-context] Repeat backgrounds on slides

2020-02-14 Thread Jan U. Hasecke
Am 13.02.20 um 20:39 schrieb Wolfgang Schuster: > > This is normal behaviour for layers but you can repeat it on every page with > > \definelayer [bg:...] [state=repeat] Thanks. There was a dark idea of this in the back of my brain. > > In your case a simple overlay is the simpler solutio

Re: [NTG-context] Metapost and TikZ color code equivalent

2020-02-14 Thread Fabrice Couvreur
i Henri, Thank you for your answer. The idea is to make the graph as an attachment. I converted to Metapost but the road is still long! The code is from percusse on StackExchange. As you can see, there is a problem with the ellipse. How do I fix this ? Thank you Fabrice \usemodule[tikz] \starttext

Re: [NTG-context] Metapost and TikZ color code equivalent

2020-02-14 Thread Fabrice L
Hi, > Le 13 févr. 2020 à 16:45, Fabrice Couvreur a > écrit : > How to have the color defined by {yellow!60!black} with Metapost ? color MyColor ; MyColor := .6[yellow,black] ; See metafun manual, section 1.13. > Thank you. > Fabrice Fabrice (another one !). > ___

Re: [NTG-context] Repeat backgrounds on slides

2020-02-14 Thread Wolfgang Schuster
On Fri, 14 Feb 2020 09:10:22 +0100 "Jan U. Hasecke" wrote: > Am 13.02.20 um 20:39 schrieb Wolfgang Schuster: > > > > > This is normal behaviour for layers but you can repeat it on every page with > > > > \definelayer [bg:...] [state=repeat] > > Thanks. There was a dark idea of this in the

Re: [NTG-context] mtxrun

2020-02-14 Thread Luca Donetti
> > So I run explicitly the second one: > > ~/context-lmtx/bin/mtxrun --generate > > but I got the same error. > > This is the wrong binary. As Hans said (and also what I wrote in my > message) is that you have to run the one in > ~/context-lmtx/tex/texmf-linux-64/bin/ > > > This shows that the

Re: [NTG-context] attachments working again (issue with /EmbeddedFiles)

2020-02-14 Thread Pablo Rodriguez
On 2/14/20 3:43 AM, Rik Kabel wrote: > [...] > The further I look into bookmark, annotation, and attachment handling by > a number of viewers, the more confusing things appear. Hi Rik, this is why following the prescription (the PDF spec) is better in order to check the standard than gathering in

Re: [NTG-context] Label in externalfigures

2020-02-14 Thread Jan-Erik Hägglöf
Now finally after consulting the luametafun and the MetaFun manual I’ve found what I was looking for:The code:\startMPcode picture p; p := lmt_svg [ filename = "steguppgift.svg", width = 400 ] ;draw p;path linje ; linje := (15,-330) -- (280,-90); % adding a missing line in the .svg filedrawarrow li

Re: [NTG-context] Metapost and TikZ color code equivalent

2020-02-14 Thread Fabrice Couvreur
Hi, Hi, I have corrected for the dimensions of the ellipse but I cannot achieve the same effect for the red color. Thank you. Fabrice \startMPcode def match (expr pos) = fill unitsquare xscaled 4cm yscaled 0.2cm shifted pos withcolor yellow; fill origin -- (4cm,0) -- (4.1cm,-0.05cm) --

Re: [NTG-context] mtxrun

2020-02-14 Thread Aditya Mahajan
On Fri, 14 Feb 2020, Luca Donetti wrote: So I run explicitly the second one: ~/context-lmtx/bin/mtxrun --generate but I got the same error. This is the wrong binary. As Hans said (and also what I wrote in my message) is that you have to run the one in ~/context-lmtx/tex/texmf-linux-64/bin/

Re: [NTG-context] mtxrun

2020-02-14 Thread Rudolf Bahr
On Fri, Feb 14, 2020 at 08:59:57PM +0100, Luca Donetti wrote: > > > So I run explicitly the second one: > > > ~/context-lmtx/bin/mtxrun --generate > > > but I got the same error. > > > > This is the wrong binary. As Hans said (and also what I wrote in my > > message) is that you have to run the o