Hi,

I'm beginning with ConTeXt.
With the code below, the outpout pdf file shows space symbols between the three 
words of the title (cf. attached file):

---------------------------------------- 
\setupbodyfont[11pt]
\enableregime[utf-8]
\mainlanguage[fr]
\starttext

\setMPtext {1} {C'est le titre}
\startMPcode
pickup pencircle scaled .5mm ;
pair a; a :=(0.2cm,.5cm);
label.rt("\MPtext {1}",a);
  draw (0cm,0cm)--(8cm,0cm); 
  draw (8cm,0cm)..(8.15cm,0.08cm)..(8.2cm,0.18cm); 
  draw (8.2cm,0.18cm)--(8.7cm,1.7cm); 
 \stopMPcode
 
\stoptext
---------------------------------------- 

How can I avoid these symbols?

Thanks for your help,
Tristan lorino


-- 
Ifsttar - Nantes
Département « Aménagement, mobilités et environnement »
Laboratoire « Environnement, acoustique, sécurité et éco-conception »
Route de Bouaye CS4
44344 BOUGUENAIS Cedex
Tél. +33 (0)2 40 84 56 18
Fax  +33 (0)2 40 84 59 92

Attachment: essai.pdf
Description: Adobe PDF document

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to