ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Subject: Re: Footnote lost
Date: Thu, 11 Jan 2007 16:54:19 -0500 (EST)	[thread overview]
Message-ID: <alpine.WNT.0.81.0701111652160.3368@nqvgln> (raw)
In-Reply-To: <200701110949.28874.mgb-debian@yosemite.net>

On Thu, 11 Jan 2007, Mike Bird wrote:

> Hi Taco,
> 
> On Thursday 11 January 2007 01:51, Taco Hoekwater wrote:
> > https://foundry.supelec.fr/tracker/index.php?func=detail&aid=63&group_id=21
> >&atid=164
> 
> That page says:
> 
> > \setupquotation[right={''\footnote{First}}]
> >
> > is not usable because it gets fed into \symbol[]
> 
> Material is passed through \symbol BEFORE assigning to right:
>
>   \definedelimitedtext
>     [\v!quotation]
>     [\c!left={\symbol[\c!leftquotation]},
>      \c!right={\symbol[\c!rightquotation]},
>      \c!leftmargin=\v!standard]
> 
> If right is subsequently passed through \symbol again, I haven't been able
> to find where it is done.

How about?

\unprotect

\def\rightdelimitedtextmark
   {\delimitedtextparameter\c!right}
% was  {\hsmash{\delimitedtextparameter\c!right}}

\protect

\starttext

\setupquotation[right={''\footnote{First}}]

\startquotation
  Loses footnote.
  \stopquotation

  \setupquotation[right={''}]
  \quotation{OK}\footnote{Second}

\stoptext

I do not know why the right delimited is hsmased. Maybe to prevent 
line breaks?

Aditya

  reply	other threads:[~2007-01-11 21:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-09 11:57 Mike Bird
2007-01-10  9:06 ` Taco Hoekwater
2007-01-10 16:28   ` Mike Bird
2007-01-10 17:09     ` Aditya Mahajan
2007-01-11  9:51     ` Taco Hoekwater
2007-01-11 17:49       ` Mike Bird
2007-01-11 21:54         ` Aditya Mahajan [this message]
2007-01-12  9:21           ` Mike Bird

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.WNT.0.81.0701111652160.3368@nqvgln \
    --to=adityam@umich.edu \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).