ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Mojca Miklavec" <mojca.miklavec.lists@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Cc: Till Tantau <tantau@tcs.uni-luebeck.de>
Subject: Re: mkiv, luatex and tikz
Date: Sun, 26 Oct 2008 14:48:21 +0100	[thread overview]
Message-ID: <6faad9f00810260648n3f40b8bfj56c91ea0c67c17f8@mail.gmail.com> (raw)
In-Reply-To: <200810242317.09569.alan.braslau@cea.fr>

[-- Attachment #1: Type: text/plain, Size: 725 bytes --]

On Fri, Oct 24, 2008 at 10:17 PM, Alan BRASLAU wrote:
> Tikz seems to be broken under luatex.
> As is, compiling something as simple as
>        \usemodule[tikz]
>        \starttext
>        Hello, world!
>        \stoptext
> gives errors.

Hello,

doing some trivial experiments (though I don't really understand them) ...

When fetching pgf from cvs with
    cvs up -D 2008-05-20
it worked, while with
    cvs up -D 2008-05-21
it didn't work.

I reverthe the version on the garden to the one that locally worked,
but it still fails when I now use that version. Maybe I need to clean
up some stuff, but that's the diff between the versions when ConTeXt
support broke completely.

Mojca

(Going out to enjoy the sun now ...)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: tikz.diff --]
[-- Type: text/x-diff; name=tikz.diff, Size: 2169 bytes --]

diff -r old/pgf/doc/generic/pgf/text-en/pgfmanual-en-library-lsystems.tex new/pgf/doc/generic/pgf/text-en/pgfmanual-en-library-lsystems.tex
10c10
< \section{Lindemayer System Drawing Library}
---
> \section{Lindenmayer System Drawing Library}
161c161
< \begin{command}{\pgflsystemstep}
---
> \begin{command}{\pgflsystemcurrentstep}
163,164c163,166
< 	will move foward if required). The value stored in this macro
< 	may be changed if |\pgflsystemrandomizestep| is used (see below). 
---
> 	will move foward if required). This is initially set to the
> 	value in the \TeX-dimensions |\pgflsystemstep|, but the actual 
> 	value may be changed if |\pgflsystemrandomizestep| is used 
> 	(see below). 
184c186
< 	Randomizes the value in |\pgflsystemstep| according to the value of
---
> 	Randomizes the value in |\pgflsystemcurrentstep| according to the value of
199c201
< 	Move forward in the current direction, by |\pgflsystemstep|,
---
> 	Move forward in the current direction, by |\pgflsystemcurrentstep|,
208c210
< 	Move forward in the current direction, by |\pgflsystemstep|,
---
> 	Move forward in the current direction, by |\pgflsystemcurrentstep|,
diff -r old/pgf/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex new/pgf/generic/pgf/libraries/pgflibrarylindenmayersystems.code.tex
51a52
> \newdimen\pgflsystemstep
66c67,68
< 		\pgfmathsetlengthmacro\pgf@lsystem@step{\pgfkeysvalueof{/pgf/lindenmayer system/step}}%
---
> 		\pgfmathsetlength\pgflsystemstep{\pgfkeysvalueof{/pgf/lindenmayer system/step}}%
> 		\edef\pgf@lsystem@step{\the\pgflsystemstep}%
153c155
< 	\let\pgflsystemstep=\pgf@lsystem@step%
---
> 	\let\pgflsystemcurrentstep=\pgf@lsystem@step%
172,173c174,175
< 		\advance\pgf@x by\pgf@lsystem@step\relax%
< 		\edef\pgflsystemstep{\the\pgf@x}%
---
> 		\advance\pgf@x by\pgflsystemstep\relax%
> 		\edef\pgf@lsystem@step{\the\pgf@x}%
175c177
< 		\let\pgflsystemstep=\pgf@lsystem@step%
---
> 		\edef\pgf@lsystem@step{\the\pgflsystemstep}%
181c183
< 	\pgftransformxshift{+\pgflsystemstep}%
---
> 	\pgftransformxshift{+\pgflsystemcurrentstep}%
186c188
< 	\pgftransformxshift{+\pgflsystemstep}%
---
> 	\pgftransformxshift{+\pgflsystemcurrentstep}%

[-- Attachment #3: Type: text/plain, Size: 487 bytes --]

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

  parent reply	other threads:[~2008-10-26 13:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-23 15:40 Textbackground with leftframe holzminister
2008-10-24 21:17 ` mkiv, luatex and tikz Alan BRASLAU
2008-10-24 22:33   ` luigi scarso
2008-10-25  7:18     ` luigi scarso
2008-10-26 13:48   ` Mojca Miklavec [this message]
2008-10-26 22:45   ` Mojca Miklavec
     [not found] ` <200810261045.19152.alan.braslau@cea.fr>
     [not found]   ` <6faad9f00810260346o5eb5893w378c2b72639b15b@mail.gmail.com>
2008-10-26 15:24     ` tikz and metapost Alan BRASLAU
2008-10-26 16:15       ` Jean Magnan de Bornier
2008-10-28  9:01       ` Mojca Miklavec

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=6faad9f00810260648n3f40b8bfj56c91ea0c67c17f8@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --cc=ntg-context@ntg.nl \
    --cc=tantau@tcs.uni-luebeck.de \
    /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).