From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24187 Path: news.gmane.org!not-for-mail From: toto@tots-ns.net Newsgroups: gmane.comp.tex.context Subject: Re: lot of newbie questions Date: Tue, 06 Dec 2005 18:09:56 +0100 Message-ID: <20051206180956.wkh5y1r0u80c8co4@admin.cryptyx.com> References: <20051202083032.p3orkdcrw408ok40@admin.cryptyx.com> <6faad9f00512060906tdf3a605jd4ae8cb3976e6ab2@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1133889332 1364 80.91.229.2 (6 Dec 2005 17:15:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2005 17:15:32 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Dec 06 18:15:29 2005 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EjgN9-0008Qn-T1 for gctc-ntg-context-518@m.gmane.org; Tue, 06 Dec 2005 18:13:00 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 45678128B0; Tue, 6 Dec 2005 18:12:59 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03373-04-2; Tue, 6 Dec 2005 18:12:56 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0161A128AD; Tue, 6 Dec 2005 18:12:56 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 79211128AE for ; Tue, 6 Dec 2005 18:12:54 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03619-02 for ; Tue, 6 Dec 2005 18:12:53 +0100 (CET) Original-Received: from tots-ns.net (admin.cryptyx.com [213.239.216.212]) by ronja.ntg.nl (Postfix) with ESMTP id B931C128AA for ; Tue, 6 Dec 2005 18:09:57 +0100 (CET) Original-Received: (qmail 29947 invoked by uid 81); 6 Dec 2005 18:09:56 +0100 Original-Received: from 44.49.202.62.cust.bluewin.ch (44.49.202.62.cust.bluewin.ch [62.202.49.44]) by admin.cryptyx.com (Horde MIME library) with HTTP; Tue, 06 Dec 2005 18:09:56 +0100 Original-To: ntg-context@ntg.nl In-Reply-To: <6faad9f00512060906tdf3a605jd4ae8cb3976e6ab2@mail.gmail.com> Content-Disposition: inline User-Agent: Internet Messaging Program (IMP) H3 (4.0.4) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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 X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24187 Archived-At: Quoting Mojca Miklavec : > toto@tots-ns.net wrote: > >> -> How could I do french guillemets (<< and >>)? Is it possible? > > You can also use \quotation: > > \enableregime[utf] > \mainlanguage[fr] % if you're writing in French > \starttext > Both =ABa=BB and \quotation{a} work OK here. > \stoptext > > Btw: > - \useencoding[utf8] has no sense > - You are free to use \rightguillemet, so you don't need to depend on > Adobe naming scheme unless you work on low level with fonts. Thanks a lot for your perfect answer :) -AJ