ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Hans van der Meer <havdmeer@xs4all.nl>
Subject: Re: Math in metapost
Date: Wed, 30 Nov 2011 23:01:00 +0100	[thread overview]
Message-ID: <4ED6A79C.3070002@wxs.nl> (raw)
In-Reply-To: <4CE3DFA5-9A15-4AC5-81F2-EF3F4A620691@xs4all.nl>

On 30-11-2011 20:59, Hans van der Meer wrote:
> I would like to put some math in metapost pictures. For the moment I am using textext for the typesetting in my metapost macro: pic := textext("\setbox0=\hbox{\color["&textcolor&"]"&labeltext&"}\dp0=0pt\box0");
> picture pic will be placed in the metapost figure.
>
> Simple math like $p=2$ works fine, but the system chokes on something like the following matrix:
> $\pmatrix{p_{0|0}\cr}$ (it does fine in ConTeXt itself).
>
> The error is: ! Only one # is allowed per tab.
> system>  tex>  error on line 6 in file Info/kanaalmatrix.tex: Only one # is allowed per tab ...
>
> Perhaps I am too optimistic about textext's possibilities. But how can I accomplish the placement of these and more elaborate formulae in metapost pictures using ConTeXt? It is of the essence for a series of Powerpoint slides I am preparing, wheein these formulae must be placed as individual pictures.

you can patch pmatrix:

\unexpanded\def\pmatrix#1%
   {\left(\matrix{#1}\right)}

(i'll make the lot unexpandable)

btw, for large chunks you can consider using setups

\startsetups lots-of-math

\stopsetups

... \textext("\setup[lots-of-math]")




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


      parent reply	other threads:[~2011-11-30 22:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-30 19:59 Hans van der Meer
2011-11-30 21:19 ` Otared Kavian
2011-11-30 22:01 ` Hans Hagen [this message]

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=4ED6A79C.3070002@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=havdmeer@xs4all.nl \
    --cc=ntg-context@ntg.nl \
    /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).