At 10:43 AM 3/21/2003 +0000, Nigel King wrote:

Patrick has lead me to the delights of Latex Fonts via his script
adobekb.tex which works well for most of my existing documents.

btw, these are not latex fonts, but fonts conforming to the berry 8 char naming scheme (plain, amstex etc also can use them)


However, I have a small problem with graphs in metapost the following
startup is used but the fonts for the scales do not come out.

\startMPenvironment ....


input metafun ;

verbatimtex
\usetypescriptfile[adobekb]
\setupencoding [default=8r]
\usetypescript[adobekb][\defaultencoding]
\usetypescript[times][\defaultencoding]
\setupbodyfont[times]
\starttext
etex

input graph
        init_numbers
                (textext("$-$"),
                textext("$1$"),
                textext("${\times}10$"),
                textext("${}^-$"),
                textext("${}^2$"));
        Fe_base := textext("$10$") ;

prologues:=2;

^^^^ use m-graph instead


Hans
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                       information: http://www.pragma-ade.com/roadmap.pdf
                    documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to