Re: [NTG-context] margin in TocEntry definition

2021-03-11 Thread jbf
It works, though I'm happy also to have Wolfgang's very simple version! I'm learning a lot! I'm a great believer in Occam's Razor - the law of parsimony, so the simpler version is the way to go, and my earlier use of a TeX hack (\-\) can be put to rest! Thanks Bruce and thanks Wolfgang.

Re: [NTG-context] margin in TocEntry definition

2021-03-11 Thread Wolfgang Schuster
jbf schrieb am 11.03.2021 um 23:22: Thanks for trying, Bruce. That earlier question you refer to was for a similar situation and the answer resolved that one at the time (it was my question even then!) but not the precise one I am facing now. The problem, you see, is that \startalignment only

Re: [NTG-context] margin in TocEntry definition

2021-03-11 Thread Bruce Horrocks
> On 11 Mar 2021, at 22:22, jbf wrote: > > Thanks for trying, Bruce. That earlier question you refer to was for a > similar situation and the answer resolved that one at the time (it was my > question even then!) but not the precise one I am facing now. > > The problem, you see, is that

Re: [NTG-context] margin in TocEntry definition

2021-03-11 Thread jbf
Re: indented line in TocEntry definition: I have come up with what is probably an inelegant solution (using \-\ so that \hskip is recognised at the beginning of a line), but it works! Maybe someone could suggest how to make it more elegant, but for the moment, it's all I need!

Re: [NTG-context] margin in TocEntry definition

2021-03-11 Thread jbf
Thanks for trying, Bruce. That earlier question you refer to was for a similar situation and the answer resolved that one at the time (it was my question even then!) but not the precise one I am facing now. The problem, you see, is that \startalignment only offers a few key words like

Re: [NTG-context] margin in TocEntry definition

2021-03-11 Thread Bruce Horrocks
> On 11 Mar 2021, at 02:20, jbf wrote: > > Hi list, > > I have: > > \define[1]\SectionTocEntry{% > #1\crlf% title > \doifnot{\structurelistuservariable{author}}{}{\structurelistuservariable{author}}% > } > > which successfully gives me a ToC with: > > Chapter title > Author name > > But

[NTG-context] margin in TocEntry definition

2021-03-10 Thread jbf
Hi list, I have: \define[1]\SectionTocEntry{% #1\crlf% title \doifnot{\structurelistuservariable{author}}{}{\structurelistuservariable{author}}%   } which successfully gives me a ToC with: Chapter title Author name But I want the author name indented by .5cm and do not know how to use