ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: New user of ConTeXt
       [not found] <mailman.342.1365600578.2084.ntg-context@ntg.nl>
@ 2013-04-10 13:34 ` "H. Özoguz"
  0 siblings, 0 replies; 8+ messages in thread
From: "H. Özoguz" @ 2013-04-10 13:34 UTC (permalink / raw)
  To: ntg-context

Am 10.04.2013 15:29, schrieb ntg-context-request@ntg.nl:
> \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

Here your code does not generate these space-symbols, maybe an editor-issue?

Huseyin
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New user of ConTeXt
  2013-04-10 13:29 ` Tristan Lorino
  2013-04-10 13:50   ` Marco Patzer
@ 2013-04-15 15:26   ` Aditya Mahajan
  1 sibling, 0 replies; 8+ messages in thread
From: Aditya Mahajan @ 2013-04-15 15:26 UTC (permalink / raw)
  To: Tristan Lorino, mailing list for ConTeXt users

On Wed, 10 Apr 2013, Tristan Lorino wrote:
> \starttext
>
> \setMPtext {1} {C'est le titre}
> \startMPcode
> pickup pencircle scaled .5mm ;
> pair a; a :=(0.2cm,.5cm);
> label.rt("\MPtext {1}",a);

In MkIV, this should be label.rt(btex \MPtext{1} etex, a);
In MkII, you'd have to use label.rt(texttext("\MPtext{1}"), a);

Aditya
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New user of ConTeXt
  2013-04-10 14:29       ` Tristan Lorino
  2013-04-10 14:53         ` hwitloc
@ 2013-04-10 14:55         ` Otared Kavian
  1 sibling, 0 replies; 8+ messages in thread
From: Otared Kavian @ 2013-04-10 14:55 UTC (permalink / raw)
  To: Tristan Lorino, mailing list for ConTeXt users

Hi Tristan,

If you ar eusing TeXLive and TeXShop on a Mac, when typesetting you should use a different engine than the one you use now.
To do so, pay attention to menu on the top of you source file, to th eright of the « Typeset » button: there it is indicated which engine you are going to use when you typeset. Try the engine « ConTeXt (LuaTeX) ».

Another solution is to install the stand alone version of ConTeXt.

Best regards: OK

On 10 avr. 2013, at 16:29, Tristan Lorino <tristan.lorino@ifsttar.fr> wrote:

> Thanks.
> I'm on Mac (10.8.3), with TeXLive (MacTeX 2012).
> I compile with Context through TeXShop: the log is
> 
> This is pdfTeX, version 3.1415926-2.4-1.40.13 (TeX Live 2012)
> ...
> ConTeXt ver: 2012.05.30 11:26 MKII fmt: 2012.6.30
> 
> I don't know how to get MKIV instead of MKII.
> Thanks again for your help.
> 
> Tristan
> 
> ----- Mail original -----
>> De: "Hans Hagen" <pragma@wxs.nl>
>> À: ntg-context@ntg.nl
>> Envoyé: Mercredi 10 Avril 2013 16:15:46
>> Objet: Re: [NTG-context] New user of ConTeXt
>> 
>> because in the old fonts there's a visual space in slot 32
>> 
> 
> -- 
> 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
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New user of ConTeXt
  2013-04-10 14:29       ` Tristan Lorino
@ 2013-04-10 14:53         ` hwitloc
  2013-04-10 14:55         ` Otared Kavian
  1 sibling, 0 replies; 8+ messages in thread
From: hwitloc @ 2013-04-10 14:53 UTC (permalink / raw)
  To: Tristan Lorino, mailing list for ConTeXt users


  You already have MKIV (probably)
  As already mentioned, just type   "context" instead of "texexec" as the command.
 
  $  context   name-of-your-tex-file.tex

  I to had to learn that "texexec" is the script invoking MKII and that "context" is
  the script that invokes MKIV.  But both are usually included in a distribution I believe.



Tristan Lorino <tristan.lorino@ifsttar.fr> wrote:
> Thanks.
> I'm on Mac (10.8.3), with TeXLive (MacTeX 2012).
> I compile with Context through TeXShop: the log is
> 
> This is pdfTeX, version 3.1415926-2.4-1.40.13 (TeX Live 2012)
> ...
> ConTeXt ver: 2012.05.30 11:26 MKII fmt: 2012.6.30
> 
> I don't know how to get MKIV instead of MKII.
> Thanks again for your help.
> 
> Tristan
> 
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New user of ConTeXt
  2013-04-10 14:15     ` Hans Hagen
@ 2013-04-10 14:29       ` Tristan Lorino
  2013-04-10 14:53         ` hwitloc
  2013-04-10 14:55         ` Otared Kavian
  0 siblings, 2 replies; 8+ messages in thread
From: Tristan Lorino @ 2013-04-10 14:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks.
I'm on Mac (10.8.3), with TeXLive (MacTeX 2012).
I compile with Context through TeXShop: the log is

This is pdfTeX, version 3.1415926-2.4-1.40.13 (TeX Live 2012)
...
ConTeXt ver: 2012.05.30 11:26 MKII fmt: 2012.6.30

I don't know how to get MKIV instead of MKII.
Thanks again for your help.

Tristan

----- Mail original -----
> De: "Hans Hagen" <pragma@wxs.nl>
> À: ntg-context@ntg.nl
> Envoyé: Mercredi 10 Avril 2013 16:15:46
> Objet: Re: [NTG-context] New user of ConTeXt
> 
> because in the old fonts there's a visual space in slot 32
> 

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

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New user of ConTeXt
  2013-04-10 13:50   ` Marco Patzer
@ 2013-04-10 14:15     ` Hans Hagen
  2013-04-10 14:29       ` Tristan Lorino
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Hagen @ 2013-04-10 14:15 UTC (permalink / raw)
  To: ntg-context

On 4/10/2013 3:50 PM, Marco Patzer wrote:

> If you use MkIV, those symbols don't show up. I don't know why they
> are visible with MkII.

because in the old fonts there's a visual space in slot 32

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New user of ConTeXt
  2013-04-10 13:29 ` Tristan Lorino
@ 2013-04-10 13:50   ` Marco Patzer
  2013-04-10 14:15     ` Hans Hagen
  2013-04-15 15:26   ` Aditya Mahajan
  1 sibling, 1 reply; 8+ messages in thread
From: Marco Patzer @ 2013-04-10 13:50 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 639 bytes --]

On 2013–04–10 Tristan Lorino wrote:

> I'm beginning with ConTeXt.

You probably compiled your document with texexec. That means you are
using an old, but still supported, version of ConTeXt called MkII.
You can make you life easier if you use the newer version MkIV
instead. Just compile with

  context somefile.tex

instead of texexec. And you can skip the \enableregime line.

> ---------------------------------------- 
> […]
> ---------------------------------------- 
> 
> How can I avoid these symbols?

If you use MkIV, those symbols don't show up. I don't know why they
are visible with MkII.

Marco

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* New user of ConTeXt
       [not found] <961815986.2036741.1365600331932.JavaMail.root@ifsttar.fr>
@ 2013-04-10 13:29 ` Tristan Lorino
  2013-04-10 13:50   ` Marco Patzer
  2013-04-15 15:26   ` Aditya Mahajan
  0 siblings, 2 replies; 8+ messages in thread
From: Tristan Lorino @ 2013-04-10 13:29 UTC (permalink / raw)
  To: ntg-context

[-- Attachment #1: Type: text/plain, Size: 939 bytes --]

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 #2: essai.pdf --]
[-- Type: application/pdf, Size: 24590 bytes --]

[-- Attachment #3: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-04-15 15:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.342.1365600578.2084.ntg-context@ntg.nl>
2013-04-10 13:34 ` New user of ConTeXt "H. Özoguz"
     [not found] <961815986.2036741.1365600331932.JavaMail.root@ifsttar.fr>
2013-04-10 13:29 ` Tristan Lorino
2013-04-10 13:50   ` Marco Patzer
2013-04-10 14:15     ` Hans Hagen
2013-04-10 14:29       ` Tristan Lorino
2013-04-10 14:53         ` hwitloc
2013-04-10 14:55         ` Otared Kavian
2013-04-15 15:26   ` Aditya Mahajan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).