Re: [NTG-context] multiparagraph quotation

2020-11-02 Thread type
Thank you, Wolfgang, for your prompt and helpful solution!

Although I didn't make it clear in the minimal working example, I am using this 
for ordinary dialog.  For the record (and for anyone searching the mailing list 
in the future), to get that to work right, I had to put in one more thing into 
the first line of the example to get it to work:

\setupdelimitedtext[quotation][repeat=yes, middle=“, leftmargin=0pt]
\starttext
\startquotation
\input knuth
\stopquotation
\stoptext

It seems like a little bit of overkill to set up a \startquotation 
\stopquotation  for each piece of dialog, but it certainly solves the problem 
to do so.

Again, many thanks! I'll post your solution to a suitable place in the Wiki 
when I get a chance.


Sciurus


-Original Message-
From: Wolfgang Schuster  
Sent: Monday, November 2, 2020 10:56 AM
To: mailing list for ConTeXt users 
Cc: t...@projectivespace.com
Subject: Re: [NTG-context] multiparagraph quotation

t...@projectivespace.com schrieb am 02.11.2020 um 18:26:
> I'm trying to get quotation marks at the beginning of each new paragraph in
> quotations (in ConTeXt Mk IV), as is the convention in English. Here's a
> minimal working example of what I have tried:
> 
> \setupdelimitedtext[quotation][repeat=yes, middle="]
> \starttext
> \quotation{\input knuth
> }

\startquotation
\input knuth
\stopquotation

Wolfgang

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] multiparagraph quotation

2020-11-02 Thread Wolfgang Schuster

t...@projectivespace.com schrieb am 02.11.2020 um 18:26:

I'm trying to get quotation marks at the beginning of each new paragraph in
quotations (in ConTeXt Mk IV), as is the convention in English. Here's a
minimal working example of what I have tried:

\setupdelimitedtext[quotation][repeat=yes, middle="]
\starttext
\quotation{\input knuth
}


\startquotation
\input knuth
\stopquotation

Wolfgang
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] multiparagraph quotation

2020-11-02 Thread type
I'm trying to get quotation marks at the beginning of each new paragraph in
quotations (in ConTeXt Mk IV), as is the convention in English. Here's a
minimal working example of what I have tried:

\setupdelimitedtext[quotation][repeat=yes, middle="]
\starttext
\quotation{\input knuth
}
\stoptext

However, it doesn't put left quotes at the start of each paragraph the way
I'd like it to.

I got this approach from the wiki page
https://wiki.contextgarden.net/Command/setupdelimitedtext . However, I'm
guessing this may have been only for Mk II since the \setupdelimitedtext
doesn't seem to do anything here. (From what is said above on the wiki page,
it looks like this might be only for Mk II, but I can't t tell.)

I have searched the mailing list and stackexchange but haven't found a
solution. I'm guessing that there's a simple way to do this that I am just
not aware of. I'd appreciate any help anyone can offer me (and I'd be glad
to put the solution into the wiki if that's appropriate, too).

Thanks,


Sciurus




___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___