ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* different \setupdelimitedtext for notes
@ 2016-03-06 16:12 Pablo Rodriguez
  2016-03-06 18:35 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2016-03-06 16:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: different \setupdelimitedtext for notes
  2016-03-06 16:12 different \setupdelimitedtext for notes Pablo Rodriguez
@ 2016-03-06 18:35 ` Wolfgang Schuster
  2016-03-06 19:07   ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2016-03-06 18:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> 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

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: different \setupdelimitedtext for notes
  2016-03-06 18:35 ` Wolfgang Schuster
@ 2016-03-06 19:07   ` Pablo Rodriguez
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Rodriguez @ 2016-03-06 19:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2016-03-06 19:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-06 16:12 different \setupdelimitedtext for notes Pablo Rodriguez
2016-03-06 18:35 ` Wolfgang Schuster
2016-03-06 19:07   ` Pablo Rodriguez

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).