ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <j.hagen@xs4all.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	Ursula Hermann <ursula.hermann@univie.ac.at>
Subject: Re: After a long time I tried:
Date: Mon, 7 Oct 2019 15:11:59 +0200	[thread overview]
Message-ID: <1825b56c-9f49-6c32-9b14-867b5bf20654@xs4all.nl> (raw)
In-Reply-To: <113616f21fa04d86a12d1ccd8dc4242e@univie.ac.at>

On 10/7/2019 2:04 PM, Ursula Hermann wrote:
> Dear List!
> 
> I have tried:
> 
> \starttext
> 
> {This is me}
> 
> \startMPcode
> 
> input mptrees;
> 
> u:=0.4cm;
> 
> dirlabel:=90;
> 
> abscoord:=true;
> 
> endlabelspace:=0.5cm;
> 
> draw startlabel("$S$");
> 
> draw tree[1][1]((-5.5u,4u),(5.5u,8u))("NP","","VP","");
> 
> \stopMPcode
> 
> \stoptext
> 
> But there is a mistake, i dont know where, and whats wrong. After 
> compiling (I have WinEdt as Editor), with Context, got wrong, I tried it 
> with mp.exe, i get the following warning:
> 
> Command Line:   
> C:\Users\Hermann\Downloads\context-mswin\tex\texmf-mswin\bin\context.exe 
> --synctex=-1 "context-test.tex"
> 
> Startup Folder: C:\Users\Hermann\My Documents
> 
> mtx-context     | run 1: luametatex 
> --fmt="C:/Users/Hermann/Downloads/context-mswin/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en" 
> --jobname="context-test" 
> --lua="C:/Users/Hermann/Downloads/context-mswin/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luametatex/cont-en.lui" 
> --c:currentrun=1 --c:fulljobname="./context-test.tex" 
> --c:input="./context-test.tex" --c:kindofrun=1 --c:maxnofruns=9 
> --c:synctex="-1" 
> --c:texmfbinpath="C:/Users/Hermann/Downloads/context-mswin/tex/texmf-mswin/bin" 
> "cont-yes.mkiv"
> 
> This is LuaMetaTeX, Version 2.00.0
> 
> open source     > level 1, order 1, name 'cont-yes.mkiv'
> 
> system          >
> 
> system          > ConTeXt  ver: 2019.10.04 17:53 MKIV beta  fmt: 
> 2019.10.7  int: english/english
> 
> system          >
> 
> system          > 'cont-new.mkiv' loaded
> 
> open source     > level 2, order 2, name 
> 'C:/Users/Hermann/Downloads/context-mswin/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv'
> 
> system          > beware: some patches loaded from cont-new.mkiv
> 
> close source    > level 2, order 2, name 
> 'C:/Users/Hermann/Downloads/context-mswin/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv'
> 
> system          > files > jobname 'context-test', input 
> './context-test', result 'context-test'
> 
> fonts           > latin modern fonts are not preloaded
> 
> languages       > language 'en' is active
> 
> system          > synctex functionality is enabled, expect 5-10 pct 
> runtime overhead!
> 
> open source     > level 2, order 3, name './context-test.tex'
> 
> fonts           > preloading latin modern fonts (second stage)
> 
> fonts           > 'fallback modern-designsize rm 12pt' is loaded
> 
> metapost        > initializing instance 'metafun:1' using format 
> 'metafun' and method 'default'
> 
> metapost        > loading 'metafun' as 
> 'C:/Users/Hermann/Downloads/context-mswin/tex/texmf-context/metapost/context/base/mpiv/metafun.mpxl' 
> using method 'default'
> 
> metapost        > initializing number mode 'scaled'
> 
> metapost log    >
> 
> metapost log    > loading metafun, including plain.mp version 1.004 for 
> metafun iv and xl
> 
> metapost log    >
> 
> mplib warning: table expected from 'open_file'
> 
> mtx-context     | fatal error: return code: -1073741819
> 
> Best regards
> 
> Uschi Hermann
> 
> PS: I have done the beta version of cont-tmf today , and have installed 
wipe the texmf-cache path and remake the formats (you ran into the 
bytecode incompatibility issues)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2019-10-07 13:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-07 12:04 Ursula Hermann
2019-10-07 13:11 ` Hans Hagen [this message]

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=1825b56c-9f49-6c32-9b14-867b5bf20654@xs4all.nl \
    --to=j.hagen@xs4all.nl \
    --cc=ntg-context@ntg.nl \
    --cc=ursula.hermann@univie.ac.at \
    /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).