ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Günter Kolousek" <guenter.kolousek@gmail.com>
To: ntg-context@ntg.nl
Subject: Bug with the integration with tikz
Date: Sat, 2 Aug 2014 17:05:24 +0200	[thread overview]
Message-ID: <20140802170524.611354ad@google.com> (raw)


I think there is a bug in the (latest) beta (2014.07.30 10:31 MKIV beta
fmt: 2014.8.2  int: english/english) that was *not* there earlier
this year! 

Please, could somebody help and maybe provide a tip for a workaround?

It concerns the integration with tikz where I get now the following
error message:

util-lib.lua:246: module 'pgf.gd.control' not found:
        no field package.preload['pgf.gd.control']
        no file '/usr/local/share/lua/5.2/pgf/gd/control.lua'
        no file '/usr/local/share/lua/5.2/pgf/gd/control/init.lua'
        no file '/usr/local/lib/lua/5.2/pgf/gd/control.lua'
        no file '/usr/local/lib/lua/5.2/pgf/gd/control/init.lua'
        no file './pgf/gd/control.lua'
        no file '/usr/local/lib/lua/5.2/pgf/gd/control.so'
        no file '/usr/local/lib/lua/5.2/loadall.so'
        no file './pgf/gd/control.so'
        no file '/usr/local/lib/lua/5.2/pgf.so'
        no file '/usr/local/lib/lua/5.2/loadall.so'
        no file './pgf.so'
stack traceback:
        [C]: in function 'savedrequire'
        .../context/tex/texmf-context/tex/context/base/util-lib.lua:246:
in function
'require' ...neric/pgf/graphdrawing/lua/pgf/gd/control/Sublayouts.lua:41:
in main chunk [C]: in function
'savedrequire' .../context/tex/texmf-context/tex/context/base/util-lib.lua:246:
in function
'require' ...graphdrawing/lua/pgf/gd/interface/InterfaceToDisplay.lua:45:
in main chunk [C]: in function
'savedrequire' .../context/tex/texmf-context/tex/context/base/util-lib.lua:246:
in function 'require' [\directlua]:1: in main chunk

1101     }
1102     }
1103     
1104     
1105     %
1106     % Ok, fire up the system by creating the binding!
1107     %
1108     \directlua{
1109       require 'pgf.gd.interface.InterfaceToDisplay' 
1110       pgf.gd.interface.InterfaceToDisplay.bind(require
'pgf.gd.bindings.BindingToPGF') 1111 >>  } 



A minimal example is:

\usemodule[tikz]
\usetikzlibrary[graphs]
\usetikzlibrary[graphdrawing]

\starttext

\starttikzpicture
\graph { a -> {b, c} -> d };
\stoptikzpicture

\stoptext

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

             reply	other threads:[~2014-08-02 15:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-02 15:05 Günter Kolousek [this message]
2014-08-03 18:09 ` Otared Kavian
2014-08-03 19:55   ` Pablo Rodriguez
2014-08-03 20:22   ` Günter Kolousek
2014-08-03 20:33     ` Herbert Voss
2014-08-04  5:50     ` Otared Kavian

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=20140802170524.611354ad@google.com \
    --to=guenter.kolousek@gmail.com \
    --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).