ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jiri Polcar <polcar@physics.muni.cz>
Subject: btex-etex
Date: Fri, 1 Apr 2005 10:37:00 +0200	[thread overview]
Message-ID: <20050401083700.GA22890@mother.cihlarska.net> (raw)

    Hallo,

my ConTeXt ignore btex-etex command. It works as the btex-etex command
is empty. No text on output. Simple example:

    \starttext

    \startuseMPgraphic{test}
      picture p; p := btex TEST etex scaled 5cm;
      draw p; 
    \stopuseMPgraphic

    \useMPgraphic{test}

    \stoptext

On output is only page number. In the 'mpgraph.mp' is (if a skip some
definitions):

    ResetTextAreas ;
    SaveTextAreas ;
    ResetTextAreas ;
    if unknown context_core : input mp-core.mp ;
    fi ;
    local_multi_par_area:=false;
    ;;
    verbatimtex \global \loadfontfileoncetrue  etex;
    let mprunend = end ;
    beginfig(1);
    picture p;
    p := btex TEST etex
    scaled 5cm;
    draw p;
    endfig;
    let end = mprunend ;
    end.

If a extract a part with 

    beginfig(1);
    picture p;
    p :=  btex TEST etex;
    draw p;
    endfig;
    end.

and proccess it with mpost it works good. My ConTeXt comes from Fedora
Core 3 distribution. Any suggestion how to solve it?

--
JP

             reply	other threads:[~2005-04-01  8:37 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-01  8:37 Jiri Polcar [this message]
2005-04-01  9:24 ` btex-etex Patrick Gundlach
2005-04-01  9:49   ` btex-etex Jiri Polcar
2005-04-02  6:37     ` Taco Hoekwater
2005-04-03  7:59       ` Jiri Polcar
2005-04-03 18:20         ` Taco Hoekwater
2005-04-03 19:28         ` h h extern
2005-04-04  7:28           ` Jiri Polcar
2005-04-04  8:22             ` Hans Hagen
2005-04-05  8:10               ` Jiri Polcar
2005-04-04 10:53             ` btex-etex Patrick Gundlach
2005-04-02 16:52 ` chancery font Ciro Soto
2005-04-02 17:27   ` Idris Samawi Hamid
2005-04-02 17:52   ` Willi Egger
2005-04-02 18:29     ` Ciro Soto
2005-04-02 19:21       ` Idris Samawi Hamid
2005-04-02 20:00         ` Ciro Soto
2005-04-02 21:22           ` Adam Lindsay
2005-04-02 23:33             ` Ciro Soto
2005-04-03 14:03               ` Rob Ermers
2005-04-03 14:57                 ` Adam Lindsay
2005-04-03 16:22                   ` Ciro Soto
2005-04-03 19:41       ` h h extern

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=20050401083700.GA22890@mother.cihlarska.net \
    --to=polcar@physics.muni.cz \
    --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).