ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Minimal Windows install
@ 2008-08-22 21:30 dwarnold45
  0 siblings, 0 replies; only message in thread
From: dwarnold45 @ 2008-08-22 21:30 UTC (permalink / raw)
  To: ntg-context

All,

I've installed Miktex, the latest version. Then I installed Minimal Context following directions on: http://wiki.contextgarden.net/ConTeXt_Minimals

Namely:

Download and unzip context-setup-mswin.zip

Run first-setup.bat, go for a coffee. 

Ran the setuptex.bat as descibed. 

NOw I have this metapost file:

input mp-tool;

beginfig(1);

numeric u; 10u=4in;

drawdblarrow (-5u,0)--(5u,0);
drawdblarrow (0,-5u)--(0,5u);
label.rt(btex $x$ etex, (5u,0));
label.top(btex $\phi$ etex, (0,5u));

pair A, B, C;
A:=(0,0) scaled u;
B:=(5,5) scaled u;
C:=(5,0) scaled u;

drawdblarrow B--A--C;
draw anglebetween(B--A,C--A,btex $\theta$ etex);


endfig;

end.

When I compile it:

C:\temp>texmfstart texexec --mpgraphic jack.mp

I get the strangest result. See:

http://online.redwoods.edu/instruct/darnold/jack.pdf

Bug?

Log file: http://online.redwoods.edu/instruct/darnold/texexec.log


___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-22 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-22 21:30 Minimal Windows install dwarnold45

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