[NTG-context] howto create labels with multiple lines ?

2019-10-10 Thread Floris van Manen
List, In the metafun-p document, there is the example creating a clock with labels placed at the dots. pair destination ; for whereto = 0 step 30 until 330 : destination := dir(whereto) * 1.5cm ; freedotlabel(decimal whereto, destination, origin) ; drawarrow origin -- destination withpen

[NTG-context] space between headings

2019-10-10 Thread Pablo Rodriguez
Dear list, I have the following sample: \showframe\showgrid \starttext \section{Section} \subsection{Subsection} A sentence. \section{Section} Another sentence. \subsection{Subsection} Even another sentence. \stoptext Is there any way to setup the space

Re: [NTG-context] \startitemize + "joinedup" ("nowhite") not working in footnotes?

2019-10-10 Thread Hans Hagen
On 10/7/2019 8:25 AM, cont...@vivaldi.net wrote: Hello, anyone to confirm/explain/fix the vertical gap? Lukas On 2019-10-02 14:40, cont...@vivaldi.net wrote: Hello, in the following sample there is unwanted vertical gap between text "Foo" and the first item "- bar" in the footnote 1 (and

Re: [NTG-context] (bug?) no destinations for footnote links in LMTX

2019-10-10 Thread Hans Hagen
On 10/9/2019 4:22 PM, Pablo Rodriguez wrote: Hi Hans, I have the following sample: \setupinteraction[state=start, focus=standard] \starttext a\footnote{b} \stoptext I’m afraid that LMTX doesn’t generate a link to go back from footnote. All I can see is that MkIV generates

Re: [NTG-context] (bug?) no destinations for footnote links in LMTX

2019-10-10 Thread Hans Hagen
On 10/9/2019 4:22 PM, Pablo Rodriguez wrote: Hi Hans, I have the following sample: \setupinteraction[state=start, focus=standard] \starttext a\footnote{b} \stoptext I’m afraid that LMTX doesn’t generate a link to go back from footnote. All I can see is that MkIV generates

Re: [NTG-context] Problem inserting image within MP

2019-10-10 Thread Aditya Mahajan
On Thu, 10 Oct 2019, cont...@vivaldi.net wrote: Hello, this is a probably basic question, but the following code doesn't compile: \setupbackgrounds[page][background={Bkg}] \defineoverlay[Bkg][\useMPgraphic{Bkg}] \startuseMPgraphic{Bkg} externalfigure "hacker.png"; \stopuseMPgraphic

Re: [NTG-context] Problem inserting image within MP

2019-10-10 Thread Taco Hoekwater
> On 10 Oct 2019, at 13:23, cont...@vivaldi.net wrote: > > Hello, > > this is a probably basic question, but the following code doesn't compile: > > > \setupbackgrounds[page][background={Bkg}] > > \defineoverlay[Bkg][\useMPgraphic{Bkg}] > > \startuseMPgraphic{Bkg} > externalfigure

[NTG-context] Problem inserting image within MP

2019-10-10 Thread context
Hello, this is a probably basic question, but the following code doesn't compile: \setupbackgrounds[page][background={Bkg}] \defineoverlay[Bkg][\useMPgraphic{Bkg}] \startuseMPgraphic{Bkg} externalfigure "hacker.png"; \stopuseMPgraphic \starttext Ahoj \stoptext with: "