From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52667 Path: news.gmane.org!not-for-mail From: Robert Blackstone Newsgroups: gmane.comp.tex.context Subject: long quotation without quotation marks Date: Thu, 3 Sep 2009 21:41:30 +0200 Message-ID: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0861476212==" X-Trace: ger.gmane.org 1252006913 27646 80.91.229.12 (3 Sep 2009 19:41:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2009 19:41:53 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Thu Sep 03 21:41:46 2009 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.50) id 1MjIBl-00009G-R0 for gctc-ntg-context-518@m.gmane.org; Thu, 03 Sep 2009 21:41:45 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 6BDB5C9AAF; Thu, 3 Sep 2009 21:41:44 +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 TVVzteCawtij; Thu, 3 Sep 2009 21:41:40 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A3721C9A9B; Thu, 3 Sep 2009 21:41:40 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 21AA0C9A9C for ; Thu, 3 Sep 2009 21:41:38 +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 yRBdxam4kwc1 for ; Thu, 3 Sep 2009 21:41:35 +0200 (CEST) Original-Received: from mail-fx0-f219.google.com (mail-fx0-f219.google.com [209.85.220.219]) by balder.ntg.nl (Postfix) with ESMTP id A052FC9A9B for ; Thu, 3 Sep 2009 21:41:35 +0200 (CEST) Original-Received: by fxm19 with SMTP id 19so212144fxm.2 for ; Thu, 03 Sep 2009 12:41:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=DPWjgK6lBdDHA9kTc4UTH17N06ES/LtJVukRiyGi0GE=; b=Po1R6MLNrgunWOR2LGwItT6mWk8H0BJkGUrvmS3/fGdKf3FBhN/X9jBUHsrVZhrsi4 686N+rDSHAkwvlfb4IINHGXs24vVyMk+YqrNdho52wB+XKpQtc+r5vikeArXM7hhK61t VsfogXJlrz3kFBBuzP/UvGE2rYAOo64rOFLI8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jAA9YnUPhSLeJuWPeogX1m2dw2XBM+CM0tUSd6396uvZj90NNOQyOIPbGnBhLqP/+U KYIRejop7slr7RA7+3bMgrTXHBVjnM0s2OI4LVStwJKfGle5n17RyZGWKSNQcluJ+ZqL BIpNagnPQ3x1UcYFMtCzAIoS2pr3/H9FuwJVE= Original-Received: by 10.239.139.89 with SMTP id s25mr939037hbs.113.1252006890283; Thu, 03 Sep 2009 12:41:30 -0700 (PDT) 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:52667 Archived-At: --===============0861476212== Content-Type: multipart/alternative; boundary=001485f6cd8cf3a3ad0472b19148 --001485f6cd8cf3a3ad0472b19148 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi all, In a text with some fairly long quotations I want to have these quotations without their quotation marks, not indented and set in small type. Thanks to the ConTeXt wiki I found I could fulfill two of the three requirements by using \setupdelimitedtext[blockquote][style=3D{\setupbodyfont[9pt]}, and \startblockquote (text of the quotation) \blank \stopblockquote, but I still get the unwanted indenting. In the main text I want indenting of the first lines of most new paragraphs= , so I have \setupindenting[20pt,yes] in the preamble, but I do not want it i= n the quotations. Placing \noindent at the beginning of the quotation does no= t do anything. As a hack I commented out \setupindenting[20pt,yes] and started every paragraph I want to indent with ~~~~~. That works. But somehow I feel there must be a more elegant solution, only I can=92t find it. Is there somebody who could help me out? Thanks in advance. Robert Blackstone --001485f6cd8cf3a3ad0472b19148 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi all,
In a text with some fairly long quotations I want to have these= quotations without their quotation marks, not indented and set in small ty= pe.
Thanks to the ConTeXt wiki I found I could fulfill two of the three = requirements by using

\setupdelimitedtext[blockquote][style=3D{\setupbodyfont[9pt]},

a= nd \startblockquote (text of the quotation) \blank \stopblockquote,

= but I still get the unwanted indenting.
In the main text I want indenti= ng of the first lines of most new paragraphs, so I have \setupindenting[20p= t,yes] in the preamble, but I do not want it in the quotations. Placing \no= indent at the beginning of the quotation does not do anything.
As a hack I commented out \setupindenting[20pt,yes] and started every parag= raph I want to indent with ~~~~~. That works. But somehow I feel there must= be=A0 a more elegant solution, only I can=92t find it.
Is there somebod= y who could help me out?
Thanks in advance.

Robert Blackstone
--001485f6cd8cf3a3ad0472b19148-- --===============0861476212== 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________ --===============0861476212==--