Dear list, I have the following sample: \setupdelimitedtext [blockquote] [before={\blank[big]}, after={\blank[big]}] \setupdelimitedtext [blockquote:note] [before={\blank[small]}, after={\blank[small]}] \starttext This is text. \startblockquote This is a quote\footnote{This is a footnote. \startblockquote This is another quote.\stopblockquote} \stopblockquote \stoptext How can I have differet setups for blockquotes in footnotes? Many thanks for your help, Pablo -- http://www.ousia.tk
Pablo Rodriguez mailto:oinos@gmx.es 6. März 2016 um 17:12 Dear list,
I have the following sample:
\setupdelimitedtext [blockquote] [before={\blank[big]}, after={\blank[big]}] \setupdelimitedtext [blockquote:note] [before={\blank[small]}, after={\blank[small]}] \starttext This is text. \startblockquote This is a quote\footnote{This is a footnote. \startblockquote This is another quote.\stopblockquote} \stopblockquote \stoptext
How can I have differet setups for blockquotes in footnotes? \startsetups[note:blockquote]
\setupdelimitedtext [blockquote] [before={\blank[small]}, after={\blank[small]}] \stopsetups \setupnote[footnote][setups=note:blockquote] Wolfgang
On 03/06/2016 07:35 PM, Wolfgang Schuster wrote:
Pablo Rodriguez 6. März 2016 um 17:12 [...] How can I have differet setups for blockquotes in footnotes?
\startsetups[note:blockquote]
\setupdelimitedtext [blockquote] [before={\blank[small]}, after={\blank[small]}]
\stopsetups
\setupnote[footnote][setups=note:blockquote]
Many thanks for your reply, Wolfgang. I would have never thought of that possibility. Many thanks for your help, Pablo -- http://www.ousia.tk
participants (2)
-
Pablo Rodriguez
-
Wolfgang Schuster