Re: [NTG-context] setupinterlinespace affects headers and footers

2019-08-31 Thread Jon Wong
Hi Wolfgang! Sadly, it still didn’t work: \startsetups[headertext] \startframed[frame=off,align=flushright,width=fit] \setuplocalinterlinespace[12pt] \the\baselineskip\\ abc \stopframed \stopsetups \setupheadertexts[\directsetup{headertext}] \starttext

[NTG-context] My own marks

2019-08-31 Thread Jon Wong
Hi all, How does \marking really work? Can’t seem to get \currentitemnumber into it. MWE: \definemarking[M] \startsetups S \getmarking[M] \stopsetups \setupheadertexts[\setups{S}][][][\setups{S}] \starttext \startitemize[n] \item First item \marking[M]{Really?

Re: [NTG-context] setupinterlinespace affects headers and footers

2019-08-31 Thread Wolfgang Schuster
Jon Wong schrieb am 31.08.2019 um 09:25: Hi all, Can I limit \setupinterlinespace to body text only? Example? Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] setupinterlinespace affects headers and footers

2019-08-31 Thread Wolfgang Schuster
Jon Wong schrieb am 31.08.2019 um 14:59: Hi, Yikes! Erm… For a local change of the interlinespace in the document use the \setuplocalinterlinespace command. Wolfgang ___ If your question is of interest to others

Re: [NTG-context] setupinterlinespace affects headers and footers

2019-08-31 Thread Jon Wong
Hi, Yikes! Erm… MWE: \startsetups[headertext] \startframed[frame=off,align=flushright,width=fit] { \setupinterlinespace[12pt] \the\baselineskip\\ abc } \stopframed \stopsetups \setupheadertexts[\directsetup{headertext}] \starttext { \setupinterlinespace[24pt]

Re: [NTG-context] My own marks

2019-08-31 Thread Jon Wong
Hi all, It seems that \currentitemnumber won’t work for \marking if inside a nested itemize? MWE: \definemarking[M] \startsetups S default=(\getmarking[M])~ first=(\getmarking[M][first])~ last=(\getmarking[M][last])~ previous=(\getmarking[M][previous])~ both=(\getmarking[M][both])~

Re: [NTG-context] My own marks

2019-08-31 Thread Jon Wong
Hi all, Sorry, I corrected my MWE. As you can see, \currentitemnumber seems strange when used for \marking inside a nested itemize. MWE: \definemarking[M] \startsetups S default=(\getmarking[M])~ first=(\getmarking[M][first])~ last=(\getmarking[M][last])~

[NTG-context] line numbering disappears in custom column layout

2019-08-31 Thread Damien Thiriet
Hi, Line numbering disappears when called inside custom columns defined with defineparagraph. This works fine \defineparagraphs[Colonne][n=2] \starttext \startlinenumbering \input knuth \stoplinenumbering \input knuth \stoptext Whereas this does not work as expected

[NTG-context] setupinterlinespace affects headers and footers

2019-08-31 Thread Jon Wong
Hi all, Can I limit \setupinterlinespace to body text only? Regards Jon ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

[NTG-context] tikz problem with fontsize

2019-08-31 Thread Martin Althoff
Hello all, I am trying to set the fontsize in a tikz image and that is failing. Strangely at the \node line with : ! Undefined control sequence. As the MWE stands now, it will fail. The now commented line works. main context file:

Re: [NTG-context] tikz problem with fontsize

2019-08-31 Thread Hans Hagen
On 8/31/2019 9:44 PM, Martin Althoff wrote: Hello all, I am trying to set the fontsize in a tikz image and that is failing. Strangely at the \node line with : ! Undefined control sequence. As the MWE stands now, it will fail. The now commented line works. main context file:

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

2019-08-31 Thread Jon Wong
Hi all, I’m having trouble getting \textreference to show up. MWE: \starttext \textreference[bleh]{\bf Ref One}. \page \textreference[blah]{\bf Ref Two}. \at[bleh]. \at[blah]. \stoptext Regards Jon > On Aug 28, 2019, at 7:40 PM, Jon Wong wrote: > > Hi all, > > Any way to do