ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* btex-etex
@ 2005-04-01  8:37 Jiri Polcar
  2005-04-01  9:24 ` btex-etex Patrick Gundlach
  2005-04-02 16:52 ` chancery font Ciro Soto
  0 siblings, 2 replies; 23+ messages in thread
From: Jiri Polcar @ 2005-04-01  8:37 UTC (permalink / 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

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

end of thread, other threads:[~2005-04-05  8:10 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-01  8:37 btex-etex Jiri Polcar
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

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