Re: [NTG-context] Multi-paragraph quotations according to AP

2012-09-24 Thread Sietse Brouwer
Hi Bill,

Bill Meahan wrote:
 \startquotation .. \stopquotation easily takes care of the open on the first
 paragraph and close at the end of the last. What I can't figure out is how
 to put an open quotation mark on the intervening paragraphs.

\setupquotation[repeat=yes, middle=“] or
\setupdelimitedtext[quotation][repeat=yes, middle=“]

The repeat key specifies whether to put something at the start of
intervening paragraphs; the middle key tells us what to put there.
If you have time, could you add a note explaining those keys to
http://wiki.contextgarden.net/Command/setupdelimitedtext
? I'd be much obliged.

Kind regards, and good luck with your work,
Sietse
___
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
___

Re: [NTG-context] Multi-paragraph quotations according to AP

2012-09-24 Thread Marcin Borkowski
Dnia 2012-09-24, o godz. 23:24:31
Sietse Brouwer sbbrou...@gmail.com napisał(a):

 If you have time, could you add a note explaining those keys to
 http://wiki.contextgarden.net/Command/setupdelimitedtext
 ? I'd be much obliged.

I ninja'd you!  (Know the power of procrastination;)!)

 Kind regards, and good luck with your work,
 Sietse

Best,

-- 
Marcin Borkowski
http://mbork.pl
___
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
___

Re: [NTG-context] Multi-paragraph quotations according to AP

2012-09-24 Thread Bill Meahan

On 09/24/2012 05:24 PM, Sietse Brouwer wrote:
\setupquotation[repeat=yes, middle=“] or 
\setupdelimitedtext[quotation][repeat=yes, middle=“] The repeat key 
specifies whether to put something at the start of intervening 
paragraphs; the middle key tells us what to put there. If you have 
time, could you add a note explaining those keys to 
http://wiki.contextgarden.net/Command/setupdelimitedtext ? I'd be much 
obliged. Kind regards, and good luck with your work, Sietse 
Unfortunately, I get _two_ open-quote marks on the first paragraph and a 
space between the open-quote mark and the first word of the other 
paragraphs.


--
Bill Meahan
Westland, Michigan USA

___
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
___

Re: [NTG-context] Multi-paragraph quotations according to AP

2012-09-24 Thread Sietse Brouwer
 Unfortunately, I get _two_ open-quote marks on the first paragraph and a
 space between the open-quote mark and the first word of the other
 paragraphs.

This works correctly
for me, using 20120916 23:18 MKIV:

\setupquotation[repeat=yes, middle=“]
\startquotation
bsdf

bsdf

bsdf
\stopquotation

Does it work for you? What version are you using? What code+version
doesn't work for you?
Cheers,
Sietse
___
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
___

Re: [NTG-context] Multi-paragraph quotations according to AP

2012-09-24 Thread Bill Meahan

On 09/24/2012 07:08 PM, Sietse Brouwer wrote:

\setupquotation[repeat=yes, middle=“]
\startquotation
 bsdf

 bsdf

 bsdf
\stopquotation
Problem in my test file :(  Works fine if I create a new file and put in 
bits and pieces from my test file rather than running the whole thing.


I use the TexLive 2012 version but I tested with today's ConTeXt 
standalone and got the same results.


Thanks!

--
Bill Meahan
Westland, Michigan USA

___
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
___