ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "M.guravage" <m.guravage@pragma-cts.com>
To: ntg-context@ntg.nl
Subject: Trouble with \usemodule[tikz]
Date: Thu, 29 Mar 2007 21:22:44 +0200 (CEST)	[thread overview]
Message-ID: <3130.213.233.219.56.1175196164.squirrel@webmail.solcon.nl> (raw)


I recently experienced problems with TikZ after upgrading from ConTeXt -
2007.01.23 to 2007.03.19. Instead of looking at the differences between
the two releases, I moved my original minimal ConTeXt distribution out of
the way and re-installed the latest justtext.zip and linuxtex.zip. To this
I added my own texmf-project tree which contains TikZ, and remade the
formats.

TeX stops at the first TikZ command complaining that it cannot find the
tikz module:

  system : module tikz not found
  ! Undefined control sequence.
  l.6   \starttikzpicture

I have checked the obvious like the TEXMFPROJECT environment variable and
the ls-R files, but everything appears correct. Indeed, everything did run
correctly with ConTeXt - 2007.01.23 and pdfTeX-1.40.1.

I would be grateful if someone could suggest how I can track down this
problem?

Cheers,

Michael

PS: Here is a minimal example.

% interface=en output=pdftex
\usemodule [tikz]
\starttext
  \input tufte
  \starttikzpicture
    \draw (-1.5,0) -- (1.5,0);
    \draw (0,-1.5) -- (0,1.5);
  \stoptikzpicture
\stoptext
% finis

             reply	other threads:[~2007-03-29 19:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-29 19:22 M.guravage [this message]
2007-03-30  1:49 ` luigi scarso

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=3130.213.233.219.56.1175196164.squirrel@webmail.solcon.nl \
    --to=m.guravage@pragma-cts.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).