I have a classic \hangafter situation in a bibliography. However this TeX primitive seems to be crippled in Context. What should I use instead? -- John Culleton Able Typesetters and Indexers http://wexfordpress.com
John Culleton
I have a classic \hangafter situation in a bibliography. However this TeX primitive seems to be crippled in Context. What should I use instead?
what is wrong with: \starttext \hangafter=-2\hangindent=5em \noindent\input tufte \stoptext ??? Patrick -- You are your own rainbow!
At 15:10 26/09/2003 +0200, you wrote:
John Culleton
writes: I have a classic \hangafter situation in a bibliography. However this TeX primitive seems to be crippled in Context. What should I use instead?
what is wrong with:
\starttext \hangafter=-2\hangindent=5em \noindent\input tufte \stoptext
i can add to this: {\hangafter=-2\hangindent=5em \noindent\input tufte\relax} will not work, but {\hangafter=-2\hangindent=5em \noindent\input tufte\relax\par} will hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
Hans Hagen
i can add to this:
{\hangafter=-2\hangindent=5em \noindent\input tufte\relax}
will not work, but
{\hangafter=-2\hangindent=5em \noindent\input tufte\relax\par}
will
But that is not strictly ConTeXt related, is it? It is more a matter of local/global values before \par is complete?! Patrick -- You are your own rainbow!
At 09:56 27/09/2003 +0200, you wrote:
{\hangafter=-2\hangindent=5em \noindent\input tufte\relax\par}
will
But that is not strictly ConTeXt related, is it? It is more a matter of local/global values before \par is complete?!
indeed, i'm told that in this aspect, tex behaves like msword (or the opposite) -) Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------
participants (3)
-
Hans Hagen
-
John Culleton
-
Patrick Gundlach