From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/72456 Path: news.gmane.org!not-for-mail From: Willi Egger Newsgroups: gmane.comp.tex.context Subject: Quotations... Date: Tue, 15 Nov 2011 14:41:49 +0100 Message-ID: <065D6F20-C48F-41FC-9BCD-65AE806CD129@boede.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: multipart/mixed; boundary=Apple-Mail-3--540073569 X-Trace: dough.gmane.org 1321364544 21711 80.91.229.12 (15 Nov 2011 13:42:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Nov 2011 13:42:24 +0000 (UTC) To: NTG-Context ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 15 14:42:19 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RQJHF-0008S2-IJ for gctc-ntg-context-518@m.gmane.org; Tue, 15 Nov 2011 14:42:18 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E568ACB0ED; Tue, 15 Nov 2011 14:42:15 +0100 (CET) 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 zO9W-6epISRK; Tue, 15 Nov 2011 14:42:10 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AA008CB0DE; Tue, 15 Nov 2011 14:42:10 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 87E6FCB0DE for ; Tue, 15 Nov 2011 14:42:09 +0100 (CET) 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 Dt9CeA-+iFt5 for ; Tue, 15 Nov 2011 14:41:58 +0100 (CET) Original-Received: from filter2-nij.mf.surf.net (filter2-nij.mf.surf.net [195.169.124.153]) by balder.ntg.nl (Postfix) with ESMTP id 9618DCB0C8 for ; Tue, 15 Nov 2011 14:41:58 +0100 (CET) Original-Received: from mars.digitpaint.nl (mars.digitpaint.nl [83.98.197.63]) by filter2-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pAFDfrbD032636 for ; Tue, 15 Nov 2011 14:41:54 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by mars.digitpaint.nl (Postfix) with ESMTP id A247E14588C for ; Tue, 15 Nov 2011 14:41:53 +0100 (CET) Original-Received: from mars.digitpaint.nl ([127.0.0.1]) by localhost (mail.digitpaint.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PmrgZq9zs-W7 for ; Tue, 15 Nov 2011 14:41:53 +0100 (CET) Original-Received: from willis-computer.fritz.box (a83-161-249-79.adsl.xs4all.nl [83.161.249.79]) by mars.digitpaint.nl (Postfix) with ESMTPA id 53126145889 for ; Tue, 15 Nov 2011 14:41:50 +0100 (CET) X-Mailer: Apple Mail (2.1084) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=83.98.197.63; country=NL; latitude=52.5000; longitude=5.7500; http://maps.google.com/maps?q=52.5000,5.7500&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0aFVpFSlE - b032d0166ad6 - 20111115 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.153 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:72456 Archived-At: --Apple-Mail-3--540073569 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi, it looks like there is something wrong with \quote, \quotation and the = respective setupcommands. \setupquote[style=3Dslanted] results in no quotation marks and yes, = slanted text. \setupquote[left=3D(,right=3D)] results in text between parentheses. \setupquote[style=3Dslanted,left=3D(,right=3D)] results in slanted text, = but no parentheses. \setupquotation[style=3Dbold] results in having the texts in \quote{} = becoming bold instead of the texts that are in \quotation{}. \setupdelimitedtext [quotation][1][style=3Dbold] does not result in bold = text. \setupdelimitedtext [quotation][1][style=3Dbold,left{[},right=3D{]}] = does result in text between brackets in \quotation{}, but no bold text. Please refer to the attached example file. Kind regards Willi --Apple-Mail-3--540073569 Content-Disposition: attachment; filename=test-quotation.tex Content-Type: application/octet-stream; x-unix-mode=0644; name="test-quotation.tex" Content-Transfer-Encoding: 7bit % Context file % Filename: untitled.tex % % 15-11-2011 % Copyright (c) 2011 BOEDE. All rights reserved. % % \nopdfcompression % \enabletrackers[context.trace] % \enabletrackers[system.jobfiles] \setuppagenumbering[location=bottom] \setuplayout [topspace=2.5cm, backspace=1.5cm, header=0pt, footer=1.5\bodyfontsize, height=middle, width=middle] \mainlanguage[nl] % \setupquote % [left=(,right=)] % \setupquote % [style=slanted] % \setupquote % [style=slanted,left=(,right=)] % \setupquotation % [style=\bfa] % % \setupdelimitedtext % [quotation] % [1] % [style=bold] \setupdelimitedtext [quotation] [1] [style=bold, left={[},right={]}] \starttext \quote{a simple quote} \blank \quotation{another simple quote} \blank \quotation{a nested quote \quote{the nested part} the part after the nesting} \blank \startquotation \input ward \stopquotation \stoptext --Apple-Mail-3--540073569 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii --Apple-Mail-3--540073569 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --Apple-Mail-3--540073569--