On 6/12/2023 6:49 PM, Carlos via ntg-context wrote:
On Thu, Jun 08, 2023 at 11:57:36PM -0400, Aditya Mahajan via ntg-context wrote:
On Thu, 8 Jun 2023, Jigé via ntg-context wrote:
Thanks a lot Aditya.
The very simple TikZ example with the cross works.
The more complex example with the trigonometric circle from the pgf manual,
quoted in https://wiki.contextgarden.net/TikZ , does not compile
unless you also comment out
or find(n,"pdftex")
in line 181 of the mtx-install-modules.lua file
before doing mtxrun --script install-modules --install tikz
but I could guess that from a:
Driver file ``pgfsys-pdftex.def'' not found..
message
Ah so tikz uses both drivers.
@Hans, so the validate function should be:
local function validate(n)
return not (
find(n,"latex")
what's the point of latex there?
-- or find(n,"lualatex")
or for that matter this one lualatex too
or find(n,"plain")
or find(n,"optex")
-- or find(n,"luatex")
-- or find(n,"pdftex")
)
end
just getting rid of files we don't need
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 / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage : https://www.pragma-ade.nl / http://context.aanhet.net
archive : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___________________________________________________________________________________