Re: [NTG-context] bookmark expansion again

2019-05-27 Thread Wolfgang Schuster
Pablo Rodriguez schrieb am 27.05.2019 um 20:33: Hi Hans, I have the following sample: \def\eap{expansion} \def\MyContent{Expanded \eap} %~ \enabledirectives[references.bookmarks.preroll] \setupinteraction[state=start, title={\MyContent}] \placebookmarks[section]

[NTG-context] bookmark expansion again

2019-05-27 Thread Pablo Rodriguez
Hi Hans, I have the following sample: \def\eap{expansion} \def\MyContent{Expanded \eap} %~ \enabledirectives[references.bookmarks.preroll] \setupinteraction[state=start, title={\MyContent}] \placebookmarks[section] \starttext \section{\MyContent}

Re: [NTG-context] bug in beta from 2019.05.25 10:45

2019-05-27 Thread Hans Hagen
On 5/27/2019 7:18 PM, Pablo Rodriguez wrote: On 5/26/19 10:12 PM, Hans Hagen wrote: On 5/26/2019 9:52 PM, Pablo Rodriguez wrote: [...] What if you wipe the whole cache? I’m afraid it doesn’t work either. But this is weird. I’m able to typeset whole books from XML sources with environments

Re: [NTG-context] bug in beta from 2019.05.25 10:45

2019-05-27 Thread Pablo Rodriguez
On 5/26/19 10:12 PM, Hans Hagen wrote: > On 5/26/2019 9:52 PM, Pablo Rodriguez wrote: > [...] > What if you wipe the whole cache? I’m afraid it doesn’t work either. But this is weird. I’m able to typeset whole books from XML sources with environments using luajittex. > I see you use luajittex.

Re: [NTG-context] two (2) questions about footnotes

2019-05-27 Thread Thomas A. Schmitz
On 05/27/2019 09:35 AM, Hans Hagen wrote:   Test1: \index{Adam}Adam. \footnote{Test2: \index{Eve}Eve.} \footnote[note:abel]{Test3: \index[Abel]{Abel in \in{note}[note:abel]}Abel.} \page \placeregister [index] \stoptext Ah excellent, thanks a lot, that makes everything clear! All

Re: [NTG-context] two (2) questions about footnotes

2019-05-27 Thread Hans Hagen
On 5/27/2019 8:45 AM, Thomas A. Schmitz wrote: Hi all, (2) Again, something that has been asked on the mailing list, but not received any replies: would it be possible to have the index report that "Eve" occurs inside a footnote? So it says "Eve 1 n. 1" or something like that? \starttext

Re: [NTG-context] two (2) questions about footnotes

2019-05-27 Thread Hans Hagen
On 5/27/2019 8:45 AM, Thomas A. Schmitz wrote: \unexpanded\def\MyRule{\blackrule[width=\textwidth,height=3pt]} \setupfootnotes[rule=\MyRule] \starttext Test1: \index{Adam}Adam.\footnote{Test2: \index{Eve}Eve.} \page \placeregister [index] \stoptext \setupnote [footnote] [rule=command,

[NTG-context] two (2) questions about footnotes

2019-05-27 Thread Thomas A. Schmitz
Hi all, I have two questions/problems about footnotes. Here is a minimal example, which does not compile in this form: \unexpanded\def\MyRule{\blackrule[width=\textwidth,height=3pt]} \setupfootnotes[rule=\MyRule] \starttext Test1: \index{Adam}Adam.\footnote{Test2: \index{Eve}Eve.} \page