Re: [NTG-context] Remove spaces from string

2009-05-06 Thread Hans Hagen

Wolfgang Schuster wrote:

Hi,

I'm looking for nice and short ways to remove spaces from strings
with font names. I found the \unspacestring command in the core to
do what I want but prefer a alternative solution or a few tips for
the following code.

\starttext

\bgroup

\catcode`\ =9

\definedfont[name:TeX Gyre Pagella Regular]text

\egroup

\stoptext


Just enter TeXGyrePagellaRegular as mkiv will ignore spaces anyway


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


Re: [NTG-context] Remove spaces from string

2009-05-06 Thread Wolfgang Schuster


Am 06.05.2009 um 09:33 schrieb Hans Hagen:


Wolfgang Schuster wrote:

Hi,
I'm looking for nice and short ways to remove spaces from strings
with font names. I found the \unspacestring command in the core to
do what I want but prefer a alternative solution or a few tips for
the following code.
\starttext
\bgroup
\catcode`\ =9
\definedfont[name:TeX Gyre Pagella Regular]text
\egroup
\stoptext


Just enter TeXGyrePagellaRegular as mkiv will ignore spaces anyway


I can make a note for other users to write the font name without spaces
but I don't know where you mean MkIV will ignore spaces, this definitely
not the case when I ask for a font.

\starttext
\definedfont[name:TeX Gyre Pagella Regular]text
\stoptext

In this example I get 'TeX Gyre Termes Regular' in the output and
to prevent this I remove all spaces from the input (the given font  
name).


Wolfgang

___
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
___


[NTG-context] Remove spaces from string

2009-05-05 Thread Wolfgang Schuster

Hi,

I'm looking for nice and short ways to remove spaces from strings
with font names. I found the \unspacestring command in the core to
do what I want but prefer a alternative solution or a few tips for
the following code.

\starttext

\bgroup

\catcode`\ =9

\definedfont[name:TeX Gyre Pagella Regular]text

\egroup

\stoptext

Wolfgang

___
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
___