Re: [NTG-context] French punctuation spacing not working anymore (2006.02.15)

2006-03-05 Thread Gilles Pérez-Lambert
Hello,

On 3/3/06, Renaud AUBIN [EMAIL PROTECTED] wrote:
 \def\activateSomeCharacters{%
   \defineactivecharacter ! {\,\string!}%
   \defineactivecharacter ? {\,\string?}%
   \defineactivecharacter : {\,\string:}%
   \defineactivecharacter ; {\,\string;}}
 \activateSomeCharacters
 \appendtoks\activateSomeCharacters\to\everystarttext

Thanks. I'll use that for now!

Gilles.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] French punctuation spacing not working anymore (2006.02.15)

2006-03-03 Thread Gilles Pérez-Lambert
Hello,

The following document:

%
\mainlanguage[fr]
\useencoding[ffr]

\starttext
Essai: \c ca marche? Non; fini!
\stoptext
%

doesn't work anymore. The punctuations are no more spaced correctly.

$ texexec --version

 TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005

   texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
   texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
   tex : pdfeTeX, 3.141592-1.30.3-2.2 (Web2C 7.5.5)
   context : ver: 2006.02.15 17:41
   cont-en : ver: 2006.02.15 17:41  fmt: 2006.3.2  mes: english
   cont-nl : ver: 2006.02.15 17:41  fmt: 2006.3.2  mes: dutch

Thanks,

Gilles.

P.S.: for another question concerning glossaries on every page, I've
written a small program in Tcl, used with \installprogram. If anyone
is interested in it, I'll gladly give it. Can such a thing be added to
the ConTeXt wiki?
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] French punctuation spacing not working anymore (2006.02.15)

2006-03-03 Thread Renaud AUBIN

Salut Gilles,

I use

\useencoding[il9]
\mainlanguage[fr]
\useencoding[ffr]

\def\activateSomeCharacters{%
  \defineactivecharacter ! {\,\string!}%
  \defineactivecharacter ? {\,\string?}%
  \defineactivecharacter : {\,\string:}%
  \defineactivecharacter ; {\,\string;}}
\activateSomeCharacters
\appendtoks\activateSomeCharacters\to\everystarttext

\starttext
Essai: ça marche? Non; fini!
\stoptext

Maybe Hans can suggest a better solution ?

Gilles Pérez-Lambert a écrit :
 Hello,
 
 The following document:
 
 %
 \mainlanguage[fr]
 \useencoding[ffr]
 
 \starttext
 Essai: \c ca marche? Non; fini!
 \stoptext
 %
 
 doesn't work anymore. The punctuations are no more spaced correctly.
 
 $ texexec --version
 
  TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
 
texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
tex : pdfeTeX, 3.141592-1.30.3-2.2 (Web2C 7.5.5)
context : ver: 2006.02.15 17:41
cont-en : ver: 2006.02.15 17:41  fmt: 2006.3.2  mes: english
cont-nl : ver: 2006.02.15 17:41  fmt: 2006.3.2  mes: dutch
 
 Thanks,
 
 Gilles.
 
 P.S.: for another question concerning glossaries on every page, I've
 written a small program in Tcl, used with \installprogram. If anyone
 is interested in it, I'll gladly give it. Can such a thing be added to
 the ConTeXt wiki?
 ___
 ntg-context mailing list
 ntg-context@ntg.nl
 http://www.ntg.nl/mailman/listinfo/ntg-context
 
 

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context