From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15136 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: French, ? : ; !, and spacing, \setuppapersize problem Date: Fri, 14 May 2004 21:19:28 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040514211803.02a7cf20@server-1> References: <40A481CF.5090108@physik.fu-berlin.de> <6.0.1.1.2.20040514121014.02a85648@server-1> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.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 1084564802 20983 80.91.224.253 (14 May 2004 20:00:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 May 2004 20:00:02 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri May 14 21:59:56 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BOiqa-0001M3-00 for ; Fri, 14 May 2004 21:59:56 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 85EA410B53; Fri, 14 May 2004 21:55:31 +0200 (MEST) Original-Received: from mailrelay02.solcon.nl (maillb.solcon.nl [212.45.32.200]) by ref.ntg.nl (Postfix) with ESMTP id C27E710B4B for ; Fri, 14 May 2004 21:51:36 +0200 (MEST) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mailrelay02.solcon.nl (8.12.11/SQL-8.12.11-5/8.12.11) with ESMTP id i4EJtp07002823 for ; Fri, 14 May 2004 21:55:51 +0200 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id F0E7721596; Fri, 14 May 2004 21:55:54 +0200 (CEST) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 8AF3A17B4B for ; Fri, 14 May 2004 19:55:50 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: Original-References: <40A481CF.5090108@physik.fu-berlin.de> <6.0.1.1.2.20040514121014.02a85648@server-1> X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:15136 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15136 At 19:25 14/05/2004, Peter M=FCnster wrote: >On Fri, 14 May 2004, Hans Hagen wrote: > > > >(Passing on a question.) Is there a simple methode to automatically add > > >a thinspace before "?", "!", ":" and ";" as it is done commonly in > > >French? This would make typing easier and would allow to change a > > >thinspace into a normal space etc. > > > > \useencoding[ffr] > > > > \starttext > > > > \fr test: test > > > > \de test: test > > > > \stoptext > >Hello, >thanks for this "ffr"-mode. I took a look into m-tryout.tex and >enco-ffr.tex, but unfortunately I didn't find out where to trigger a >thinspace instead of a full space before the colon. >Could you help please? (ConTeXt version is 2004.3.16) >Cheers, Peter deeply burried functionality: \definehspace[fr][:][.25em] \definehspace[fr][;][.25em] \definehspace[fr][!][.25em] \definehspace[fr][?][.25em] \useencoding[ffr] \starttext \fr test: test \stoptext Hans =20