Re: [NTG-context] French, ? : ; !, and spacing, \setuppapersize problem

2004-05-14 Thread Hans Hagen
At 10:22 14/05/2004, you wrote:
Hello,

(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 

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] French, ? : ; !, and spacing, \setuppapersize problem

2004-05-14 Thread Peter Mnster
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

-- 
http://pmrb.free.fr/contact/

FilmSearch engine with a lot of new features: http://f-s.sf.net/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] French, ? : ; !, and spacing, \setuppapersize problem

2004-05-14 Thread Hans Hagen
At 19:25 14/05/2004, Peter Münster 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  

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context