ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \startlines not working in footnotes
@ 2017-01-31 20:52 Alan Bowen
  2017-01-31 21:04 ` Rik
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Bowen @ 2017-01-31 20:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 315 bytes --]

I am trying to set some poetry in a footnote and have encountered a problem.

\starttext
Here is a footnote.
\footnote{Some text:
\startlines
a
b
c
d
\stoplines
And some more text.}

\stoptext

produces
 a b c  d
(a single line). Is this a wee bug or have I missed something?

I am using the latest minimals.

Alan

[-- Attachment #1.2: Type: text/html, Size: 2347 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: \startlines not working in footnotes
  2017-01-31 20:52 \startlines not working in footnotes Alan Bowen
@ 2017-01-31 21:04 ` Rik
  2017-01-31 21:15   ` Alan Bowen
  0 siblings, 1 reply; 3+ messages in thread
From: Rik @ 2017-01-31 21:04 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 680 bytes --]

On 2017-01-31 15:52, Alan Bowen wrote:
> I am trying to set some poetry in a footnote and have encountered a 
> problem.
>
> \starttext
> Here is a footnote.
> \footnote{Some text:
> \startlines
> a
> b
> c
> d
> \stoplines
> And some more text.}
>
> \stoptext
> produces
>  a b c  d
> (a single line). Is this a wee bug or have I missed something?
>
> I am using the latest minimals.
>
> Alan
>
Place that section into a buffer:

    \starttext
    Here is a footnote.
    \startbuffer[fn:abcd]
      \startlines
       a
       b
       c
       d
      \stoplines
    \stopbuffer
    \footnote{Some text:
    \getbuffer[fn:abcd]
    And some more text.}
    \stoptext

-- 
Rik

[-- Attachment #1.2: Type: text/html, Size: 3606 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: \startlines not working in footnotes
  2017-01-31 21:04 ` Rik
@ 2017-01-31 21:15   ` Alan Bowen
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Bowen @ 2017-01-31 21:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1286 bytes --]

Thanks, Rik. That works very nicely.

Alan

On Tue, Jan 31, 2017 at 4:04 PM, Rik <rik@panix.com> wrote:

> On 2017-01-31 15:52, Alan Bowen wrote:
>
> I am trying to set some poetry in a footnote and have encountered a
> problem.
>
> \starttext
> Here is a footnote.
> \footnote{Some text:
> \startlines
> a
> b
> c
> d
> \stoplines
> And some more text.}
>
> \stoptext
>
> produces
>  a b c  d
> (a single line). Is this a wee bug or have I missed something?
>
> I am using the latest minimals.
>
> Alan
>
> Place that section into a buffer:
>
> \starttext
> Here is a footnote.
> \startbuffer[fn:abcd]
>  \startlines
>   a
>   b
>   c
>   d
>  \stoplines
> \stopbuffer
> \footnote{Some text:
> \getbuffer[fn:abcd]
> And some more text.}
> \stoptext
>
> --
> Rik
>
> ____________________________________________________________
> _______________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/
> listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ____________________________________________________________
> _______________________
>

[-- Attachment #1.2: Type: text/html, Size: 4023 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-31 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-31 20:52 \startlines not working in footnotes Alan Bowen
2017-01-31 21:04 ` Rik
2017-01-31 21:15   ` Alan Bowen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).