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
On 3/29/07, M.guravage
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
works ok in my 2007 TexLive, because there is pgf under 2007/texmf-dist/tex/context: base bib config examplap extra foxet interface modules out patterns pgf sample third user But in latest distro there is no pgf 2007-03-19/distro/tex/context: base bib config examplap extra foxet interface patterns sample third user and I don't found it even in *.zip (Hint: download pgf and install it) luigi
participants (2)
-
luigi scarso
-
M.guravage