ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Vit Zyka <vit.zyka@gmail.com>
To: ConTeXt <ntg-context@ntg.nl>, Hans Hagen <pragma@wxs.nl>
Subject: error in meta-txt.tex
Date: Thu, 12 Apr 2007 12:09:19 +0200	[thread overview]
Message-ID: <461E054F.1060408@seznam.cz> (raw)

Hi Hans,

there is an error in meta-txt.tex:
instead of
      \includeMPgraphic{followtokens}
should be something like
      \includeMPgraphic{followtokens}\relax
otherwise we get
      icture pic[]; ...
in .mp file

Vit

Test file:
-------------------------------------
\starttext

\useMPlibrary[txt]
\startuseMPgraphic{followtokens}
   path P, RotPath, C;
   C:= fullcircle scaled 10cm;
   draw C withpen pencircle scaled 0pt;
   P:= fullcircle scaled 11.3cm;
   RotPath:= subpath (3.25,4.5) of P;
\stopuseMPgraphic
\hbox{\followtokens{Text along the arc.}}

\stoptext
-------------------------------------

             reply	other threads:[~2007-04-12 10:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-12 10:09 Vit Zyka [this message]
2007-04-12 10:12 ` luigi scarso
2007-04-12 11:39   ` Vit Zyka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=461E054F.1060408@seznam.cz \
    --to=vit.zyka@gmail.com \
    --cc=ntg-context@ntg.nl \
    --cc=pragma@wxs.nl \
    --cc=vit.zyka@seznam.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).