Re: [NTG-context] How to typeset a line as if it had zero height

2016-08-03 Thread Wolfgang Schuster
Joseph Canedo 3. August 2016 um 21:48 Thanks Wolfgang, out of curiosity what does \GotoPar macro ? Is this similar to \ignorespaces ? The \GotoPar removes the following \par or empty line to ensure the previous and the following text stay on the same line.

Re: [NTG-context] How to typeset a line as if it had zero height

2016-08-03 Thread Wolfgang Schuster
Henri Menke 2. August 2016 um 23:40 Joseph, I have come up with this very plain TeXy solution. Cheers, Henri --- \starttext \startsection[title=Section] \dontleavehmode% manually start a paragraph (smash does not) \smash{% remove height \rlap{% remove width

Re: [NTG-context] How to typeset a line as if it had zero height

2016-08-02 Thread Henri Menke
Joseph, I have come up with this very plain TeXy solution. Cheers, Henri --- \starttext \startsection[title=Section] \dontleavehmode% manually start a paragraph (smash does not) \smash{% remove height \rlap{% remove width \raise \baselineskip \hbox to \textwidth{% shift one line back

[NTG-context] How to typeset a line as if it had zero height

2016-08-02 Thread Joseph Canedo
Dear all, I have this simple MWE : \starttext \startsection[title=Section] \startalignment[flushright]Line.\stopalignment %% how to make this « 0 height  » ? \input knuth \stopsection \stoptext How can I, with ConTeXt or plain TeX, modify this simple example to typeset the text above as if