ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Marc van Dongen <dongen@cs.ucc.ie>
Cc: Hans Hagen <pragma@wxs.nl>, ntg-context@ntg.nl
Subject: Re: Metaerror?
Date: Thu, 14 Sep 2000 13:40:59 +0100	[thread overview]
Message-ID: <20000914134058.H6603@cs.ucc.ie> (raw)
In-Reply-To: <39C0BF10.E9456027@pobox.com>; from berend@pobox.com on Thu, Sep 14, 2000 at 02:05:36PM +0200

Berend de Boer (berend@pobox.com) wrote:

[problem]

Hi Berend,

Have you checked the contents of the temporary
log and error file mpost generates?

Maybe this will bring you closer to a discovery
of the error.

Also I noticed you use btex etex which doesn't
work properly with me. In stead I am using the
code appended below which I shamelessly stole
and adapted from
http://www.mathp7.jussieu.fr/~zoonek/LaTeX/Metapost/metapost.html 

You can use this macro and play sexy games like:
 .....
 counter := 3;
 boxit.ctr( LATEX( "The value of counter is "
                 & decimal( counter )
                 & ". Cool no?"
                 )
           );

Perhaps context's btex and etex work fine---I
don't use context. If you decide to use the macro
you may wish to change its prelude a bit so that
it complies with your Context settings.

Just a thought.

Regards,

Marc van Dongen

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

vardef LATEX primary s =
   write "verbatimtex"                    to "mptextmp.mp";
   write "\documentclass[12pt]{article}"  to "mptextmp.mp";
   write "\usepackage[T1]{fontenc}"       to "mptextmp.mp";
   write "\usepackage{amsmath,amssymb}"   to "mptextmp.mp";
   write "\begin{document}"               to "mptextmp.mp";
   write "etex"                           to "mptextmp.mp";
   write "btex "&s&" etex"                to "mptextmp.mp";
   write EOF                              to "mptextmp.mp";
   scantokens "input mptextmp"
enddef;


  parent reply	other threads:[~2000-09-14 12:40 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-14  6:45 Metaerror? Berend de Boer
2000-09-14  8:48 ` Metaerror? Hans Hagen
2000-09-14 11:34   ` Metaerror? Berend de Boer
2000-09-14 11:37     ` Metaerror? Hans Hagen
2000-09-14 12:05       ` Metaerror? Berend de Boer
2000-09-14 12:15         ` Metaerror? Hans Hagen
2000-09-14 12:48           ` Metaerror? Berend de Boer
2000-09-14 12:40         ` Marc van Dongen [this message]
2000-09-14 13:20           ` Metaerror? Hans Hagen
     [not found]         ` <m33dj3jffv.fsf@coe.uga.edu>
2000-09-14 13:05           ` Metaerror? Berend de Boer
2000-09-14 13:23             ` Metaerror? Marc van Dongen
2000-09-14 15:28             ` Metaerror? Hans Hagen
2000-09-14 17:53               ` Metaerror? Berend de Boer
2000-09-14 18:18                 ` Metaerror? Berend de Boer
2000-09-15  7:36                   ` Metaerror? Hans Hagen
2000-09-14 10:49 Metaerror? Haseloff, Lutz
2000-09-14 12:23 ` Metaerror? Berend de Boer
2000-09-14 13:39   ` Metaerror? Tobias Burnus
2000-09-15  9:35 Metaerror? Haseloff, Lutz
     [not found] <0F3313EC125AD311981100105AB3A75D4DBD41@N0795.mdf.fvbb.de>
2000-09-15 10:29 ` Metaerror? Hans Hagen
2000-09-18 10:15 Metaerror? Haseloff, Lutz

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=20000914134058.H6603@cs.ucc.ie \
    --to=dongen@cs.ucc.ie \
    --cc=ntg-context@ntg.nl \
    --cc=pragma@wxs.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).