From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/88955 Path: news.gmane.org!not-for-mail From: Rik Kabel Newsgroups: gmane.comp.tex.context Subject: Re: Slanted, double-quoted quotations Date: Wed, 15 Oct 2014 10:58:31 -0400 Message-ID: <543E8B97.4070803@rik.users.panix.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1014179352==" X-Trace: ger.gmane.org 1413385165 5729 80.91.229.3 (15 Oct 2014 14:59:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2014 14:59:25 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 15 16:59:20 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XeQ2m-0005Xy-Qa for gctc-ntg-context-518@m.gmane.org; Wed, 15 Oct 2014 16:59:16 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 7DCF51024D for ; Wed, 15 Oct 2014 16:59:16 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id f_4oDKMXh14i for ; Wed, 15 Oct 2014 16:59:15 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 11BF010265 for ; Wed, 15 Oct 2014 16:58:41 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E3EAB10223 for ; Wed, 15 Oct 2014 16:58:37 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id z31gNlCwKJH5 for ; Wed, 15 Oct 2014 16:58:36 +0200 (CEST) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id 79F161021D for ; Wed, 15 Oct 2014 16:58:36 +0200 (CEST) Original-Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s9FEwZKB012826 for ; Wed, 15 Oct 2014 16:58:35 +0200 Original-Received: from [192.168.201.10] (cpe-67-240-55-150.nycap.res.rr.com [67.240.55.150]) by mailbackend.panix.com (Postfix) with ESMTP id 0F79B2E26E for ; Wed, 15 Oct 2014 10:58:32 -0400 (EDT) User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 In-Reply-To: X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=166.84.1.89; country=US; region=New York; city=New York; latitude=40.7553; longitude=-73.9924; http://maps.google.com/maps?q=40.7553,-73.9924&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0NN3qWzqC - 1eeb8a3ef323 - 20141015 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.16 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: "ntg-context" Xref: news.gmane.org gmane.comp.tex.context:88955 Archived-At: This is a multi-part message in MIME format. --===============1014179352== Content-Type: multipart/alternative; boundary="------------090405080804080800000603" This is a multi-part message in MIME format. --------------090405080804080800000603 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 2014-10-15 09:06, Sander Maijers wrote: > Hi, > > I'm using beta 2014.09.27. The code below produces a slanted, unquoted > quotation, whereas I intend to produce a slanted, double-quoted > quotation. How can I fix it? > > \definedelimitedtext[quotationsl][ > style=slanted, > left={\symbol[leftquotation]}, > right={\symbol[rightquotation]}, > location=text, > ] > > \setupdelimitedtext[quotationsl][style=slanted,left={\symbol[leftquotation]},right={\symbol[rightquotation]}] > > \starttext > \quotationsl{This should be slanted and double-quoted.} > \stoptext > > Best, > Sander Maijers > Looks like a bug. Modifying the parenthesis example at http://wiki.contextgarden.net/Command/setupdelimitedtext demonstrates that when a style other than normal is specified, the left and right settings are ignored and style settings in deeper levels ignored as well. (There may be other keys that are ignored as well, and others that set this off.) I tried a number of combinations. The following is one that shows the problem. Without the style settings, it works as described in the wiki. \definedelimitedtext[parenthesis][location=text] \setupdelimitedtext [parenthesis:1] [left={(}, right={)}] \setupdelimitedtext [parenthesis:2] [style=slanted, left={[}, right={]}] \setupdelimitedtext [parenthesis:3] [style=normal, left={\{}, right={\}}] \starttext \parenthesis{My outer layer \parenthesis{my inner layer \parenthesis{my innermost layer}}} \stoptext -- rik --------------090405080804080800000603 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
On 2014-10-15 09:06, Sander Maijers wrote:
Hi,

I'm using beta 2014.09.27. The code below produces a slanted, unquoted quotation, whereas I intend to produce a slanted, double-quoted quotation. How can I fix it?

\definedelimitedtext[quotationsl][
=C2=A0 style=3Dslanted,
=C2=A0 left=3D{\symbol[leftquotation]},
=C2=A0 right=3D{\symbol[rightquotation]},
=C2=A0 location=3Dtext,
]

\setupdelimitedtext[quotationsl][style=3Dslanted,left=3D{\symbol[leftquot= ation]},right=3D{\symbol[rightquotation]}]

\starttext
=C2=A0=C2=A0=C2=A0 \qu= otationsl{This should be slanted and double-quoted.}
\stoptext

Best,
Sander Maijers

Looks like a bug.

Modifying the parenthesis example at h= ttp://wiki.contextgarden.net/Command/setupdelimitedtext demonstrates that when a style other than normal is specified, the left and right settings are ignored=C2=A0 and style settings in deeper levels ignored as well. (There may be other keys that are ignored as well, and others that set this off.) I tried a number of combinations. The following is one that shows the problem. Without the style settings, it works as described in the wiki.
\definedelimitedtext[parenthesis][location=3Dtext]
\setupdelimitedtext [parenthesis:1] [left=3D{(}, right=3D{= )}]
\setupdelimitedtext [parenthesis:2] [style=3Dslanted, left=3D{[}, right=3D{]}]
\setupdelimitedtext [parenthesis:3] [style=3Dnormal, left=3D{\{}, right=3D{\}}]
\starttext
\parenthesis{My outer layer \parenthesis{my inner layer \parenthesis{my innermost layer}}}
\stoptext
--
rik
--------------090405080804080800000603-- --===============1014179352== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KSWYgeW91ciBxdWVzdGlvbiBpcyBvZiBpbnRlcmVz dCB0byBvdGhlcnMgYXMgd2VsbCwgcGxlYXNlIGFkZCBhbiBlbnRyeSB0byB0aGUgV2lraSEKCm1h aWxsaXN0IDogbnRnLWNvbnRleHRAbnRnLm5sIC8gaHR0cDovL3d3dy5udGcubmwvbWFpbG1hbi9s aXN0aW5mby9udGctY29udGV4dAp3ZWJwYWdlICA6IGh0dHA6Ly93d3cucHJhZ21hLWFkZS5ubCAv IGh0dHA6Ly90ZXguYWFuaGV0Lm5ldAphcmNoaXZlICA6IGh0dHA6Ly9mb3VuZHJ5LnN1cGVsZWMu ZnIvcHJvamVjdHMvY29udGV4dHJldi8Kd2lraSAgICAgOiBodHRwOi8vY29udGV4dGdhcmRlbi5u ZXQKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX18= --===============1014179352==--