[contexttest-Feature Requests][63] Allow attribution immediately following quotation blocks
Feature Requests item #63, was opened at 2007-01-10 10:05 You can respond by visiting: http://foundry.supelec.fr/tracker/?func=detail&atid=164&aid=63&group_id=21 Or by replying to this e-mail entering your response between the following markers: #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ (enter your response here) #+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+ Status: Open Priority: 3 Submitted By: Taco Hoekwater (taco) Assigned to: Nobody (None) Summary: Allow attribution immediately following quotation blocks Version: None Category: Typesetting Initial Comment: See the excerpt from a discussion with Oliver Buerschaper, below. That one uses a \cite command, but it could also be a footnote, or an Author's name or a wikipedia entry. \setupquotation[right={''\footnote{First}}] is not usable because it gets fed into \symbol[] and many things do not work well in that case (the \footnote, for example, disappears). Taco Oliver wrote:
The disappearing footnote may be unfixable within \startquotation. It
would be easier to define your own start-stop pair for this, because \startquotation ... \stopquotation doesn't actually support tacking on stuff at the end. Try this instead:
\long\def\startcitedquotation[#1]#2\stopcitedquotation {\bgroup \par \startnarrower \symbol[leftquotation]% #2\removeunwantedspaces \symbol[rightquotation]% \cite[#1] \stopnarrower \par \egroup}
Works like a charm! Thanks very much for the workaround ... I've adapted it slightly so that the optional argument is treated as generic text ... in order to use \cite[], \footnote{\cite[]} or whatever else I need. Could this optional argument perhaps be integrated directly in the usual \startquotation command some day? I guess a lot of people will need this ... every quotation calls for a proper reference ;-) Cheers, Oliver ---------------------------------------------------------------------- You can respond by visiting: http://foundry.supelec.fr/tracker/?func=detail&atid=164&aid=63&group_id=21
participants (1)
-
contexttest-featurerequests@foundry.supelec.fr