ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \FlushStep in module s-pre-50 adds too much space
@ 2009-03-14 23:18 Curious Learn
  2009-03-15 17:02 ` Hans Hagen
  0 siblings, 1 reply; 16+ messages in thread
From: Curious Learn @ 2009-03-14 23:18 UTC (permalink / raw)
  To: ntg-context

Hello,

I tried using module s-pre-50 to get stepwise revelation of the content in my
presentation today. I noticed that the command \FlushStep adds what seems to be
too much space between successive items. Is there a way, I can prevent
\FlushStep from adding this much space.

Thank you.

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-14 23:18 \FlushStep in module s-pre-50 adds too much space Curious Learn
@ 2009-03-15 17:02 ` Hans Hagen
  2009-03-16  1:56   ` Curious Learn
  0 siblings, 1 reply; 16+ messages in thread
From: Hans Hagen @ 2009-03-15 17:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Curious Learn wrote:
> Hello,
> 
> I tried using module s-pre-50 to get stepwise revelation of the content in my
> presentation today. I noticed that the command \FlushStep adds what seems to be
> too much space between successive items. Is there a way, I can prevent
> \FlushStep from adding this much space.

depends on mkii vs mkiv

in mkii it's injecting nodes, so you need to keep the \FlushStep 
attached to the previous paragraph if possible like here\FlushStep

in mkiv it should not matter

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | 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 / 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-15 17:02 ` Hans Hagen
@ 2009-03-16  1:56   ` Curious Learn
  2009-03-16  2:09     ` Wolfgang Schuster
                       ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Curious Learn @ 2009-03-16  1:56 UTC (permalink / raw)
  To: ntg-context

Hans Hagen <pragma <at> wxs.nl> writes:


> in mkii it's injecting nodes, so you need to keep the \FlushStep 
> attached to the previous paragraph if possible like here\FlushStep
> 
> in mkiv it should not matter

Thank you Hans. I will try to install Context Minimals in a couple of days. In
MKII it does not help even if I keep it attached to the previous paragraph. 

The reason I have not been installing Context Minimals is that I am not sure how
I will make the text editor I use (TextMate) to use it. The instructions for Mac
OS X talk about TexShop and another one, but not textmate. Also, from the
instructions (for Mac OSx) it is not clear whether it will install the latest
stable version or the latest beta. 

If anyone can clarify these things that would be great.

In any case, when will MKIV be included in the TexLive distribution.

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-16  1:56   ` Curious Learn
@ 2009-03-16  2:09     ` Wolfgang Schuster
  2009-03-16  2:11     ` Aditya Mahajan
  2009-03-16  8:19     ` Hans Hagen
  2 siblings, 0 replies; 16+ messages in thread
From: Wolfgang Schuster @ 2009-03-16  2:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 16.03.2009 um 02:56 schrieb Curious Learn:

> The reason I have not been installing Context Minimals is that I am  
> not sure how
> I will make the text editor I use (TextMate) to use it. The  
> instructions for Mac
> OS X talk about TexShop and another one, but not textmate. Also,  
> from the
> instructions (for Mac OSx) it is not clear whether it will install  
> the latest
> stable version or the latest beta.

http://wiki.contextgarden.net/TextMate

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-16  1:56   ` Curious Learn
  2009-03-16  2:09     ` Wolfgang Schuster
@ 2009-03-16  2:11     ` Aditya Mahajan
  2009-03-16  8:19     ` Hans Hagen
  2 siblings, 0 replies; 16+ messages in thread
From: Aditya Mahajan @ 2009-03-16  2:11 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 16 Mar 2009, Curious Learn wrote:

> Hans Hagen <pragma <at> wxs.nl> writes:
>
>
>> in mkii it's injecting nodes, so you need to keep the \FlushStep
>> attached to the previous paragraph if possible like here\FlushStep
>>
>> in mkiv it should not matter
>
> Thank you Hans. I will try to install Context Minimals in a couple of days. In
> MKII it does not help even if I keep it attached to the previous paragraph.
>
> The reason I have not been installing Context Minimals is that I am not sure how
> I will make the text editor I use (TextMate) to use it. The instructions for Mac
> OS X talk about TexShop and another one, but not textmate.

I don't know this, I have never used TextMate. Normally, if you open your 
editor from a terminal, you can just source setuptex before opening your 
editor, and everything should work fine.

> Also, from the
> instructions (for Mac OSx) it is not clear whether it will install the latest
> stable version or the latest beta.
>
> If anyone can clarify these things that would be great.

Mac installation is same as any other Unix like system. See details at
http://wiki.contextgarden.net/ConTeXt_Minimals. By default, beta 
installation is installed, but you can pass --context=current to get the 
stable distribution.

> In any case, when will MKIV be included in the TexLive distribution.

It already is. See http://wiki.contextgarden.net/Running_Mark_IV

Bascically, you need to run luatools --generate and context --make, then 
you can you context filename to use mkiv.

Aditya
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-16  1:56   ` Curious Learn
  2009-03-16  2:09     ` Wolfgang Schuster
  2009-03-16  2:11     ` Aditya Mahajan
@ 2009-03-16  8:19     ` Hans Hagen
  2009-03-16 21:35       ` Curious Learn
  2 siblings, 1 reply; 16+ messages in thread
From: Hans Hagen @ 2009-03-16  8:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Curious Learn wrote:
> Hans Hagen <pragma <at> wxs.nl> writes:
> 
> 
>> in mkii it's injecting nodes, so you need to keep the \FlushStep 
>> attached to the previous paragraph if possible like here\FlushStep
>>
>> in mkiv it should not matter
> 
> Thank you Hans. I will try to install Context Minimals in a couple of days. In
> MKII it does not help even if I keep it attached to the previous paragraph. 
> 
> The reason I have not been installing Context Minimals is that I am not sure how
> I will make the text editor I use (TextMate) to use it. The instructions for Mac
> OS X talk about TexShop and another one, but not textmate. Also, from the
> instructions (for Mac OSx) it is not clear whether it will install the latest
> stable version or the latest beta. 
> 
> If anyone can clarify these things that would be great.
> 
> In any case, when will MKIV be included in the TexLive distribution.

it is in 2008 and will be in 2009 but even then, because luatex/mkiv 
moves fast you need to update rather frequently (there will be update 
packages for tex live once that infrastructure is up and running; 
norbert and mojca proved that it could be done)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | 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 / 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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-16  8:19     ` Hans Hagen
@ 2009-03-16 21:35       ` Curious Learn
  2009-03-16 21:55         ` Wolfgang Schuster
  0 siblings, 1 reply; 16+ messages in thread
From: Curious Learn @ 2009-03-16 21:35 UTC (permalink / raw)
  To: ntg-context

Thanks very much for replying. From your replies, it seems easiest to do what
Aditya suggested; use the commands

luatools --generate
context --make

I looked at this message and also went to the link he had in his message. 

My question is, am I supposed to be in any specific folder when I run those. I
went to terminal (on Mac OS X) and typed

luatools --generate

but got the following message:


LuaTools | error unable to identify cnf file
LuaTools | error unable to identify cnf file
LuaTools | no cnf files found (TEXMFCNF may not be set/known)
LuaTools | 
LuaTools | runtime: 0.002 seconds

Can someone please help? I know nothing about Unix. 

Thanks very much.

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-16 21:35       ` Curious Learn
@ 2009-03-16 21:55         ` Wolfgang Schuster
  2009-03-16 22:17           ` Curious Learn
  0 siblings, 1 reply; 16+ messages in thread
From: Wolfgang Schuster @ 2009-03-16 21:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 16.03.2009 um 22:35 schrieb Curious Learn:

> My question is, am I supposed to be in any specific folder when I  
> run those. I
> went to terminal (on Mac OS X) and typed
>
> luatools --generate
>
> but got the following message:
>
>
> LuaTools | error unable to identify cnf file
> LuaTools | error unable to identify cnf file
> LuaTools | no cnf files found (TEXMFCNF may not be set/known)
> LuaTools |
> LuaTools | runtime: 0.002 seconds
>
> Can someone please help? I know nothing about Unix.


http://wiki.contextgarden.net/ConTeXt_Minimals#Usage
http://archive.contextgarden.net/message/20090121.222035.3c27dbbc.en.html

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-16 21:55         ` Wolfgang Schuster
@ 2009-03-16 22:17           ` Curious Learn
  2009-03-16 22:27             ` luigi scarso
  2009-03-16 22:52             ` Wolfgang Schuster
  0 siblings, 2 replies; 16+ messages in thread
From: Curious Learn @ 2009-03-16 22:17 UTC (permalink / raw)
  To: ntg-context

Wolfgang Schuster <schuster.wolfgang <at> googlemail.com> writes:

> http://wiki.contextgarden.net/ConTeXt_Minimals#Usage
> http://archive.contextgarden.net/message/20090121.222035.3c27dbbc.en.html
> 
> Wolfgang

Perhaps I am not getting something which I should. Wolfgang, it seems to me that
the links that you have suggested talk about installation of Context minimals
and then how to get it working. I want to use MKIV that comes with TexLive. I
already have TexLive. I thought that by running the "luatools --generate"
(without the quotes), and the other command mentioned by Aditya, I can use MKIV
that comes with TexLive and do not necessarily need to install minimals. Am I
wrong in thinking that? 

 




___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-16 22:17           ` Curious Learn
@ 2009-03-16 22:27             ` luigi scarso
  2009-03-16 22:52             ` Wolfgang Schuster
  1 sibling, 0 replies; 16+ messages in thread
From: luigi scarso @ 2009-03-16 22:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Mar 16, 2009 at 11:17 PM, Curious Learn <curiouslearn@gmail.com> wrote:
> Wolfgang Schuster <schuster.wolfgang <at> googlemail.com> writes:
>
>> http://wiki.contextgarden.net/ConTeXt_Minimals#Usage
>> http://archive.contextgarden.net/message/20090121.222035.3c27dbbc.en.html
>>
>> Wolfgang
>
> Perhaps I am not getting something which I should. Wolfgang, it seems to me that
> the links that you have suggested talk about installation of Context minimals
> and then how to get it working. I want to use MKIV that comes with TexLive. I
> already have TexLive. I thought that by running the "luatools --generate"
> (without the quotes), and the other command mentioned by Aditya, I can use MKIV
> that comes with TexLive and do not necessarily need to install minimals. Am I
> wrong in thinking that?
Actually, I find safe to keep separate texlive , context minimals and
context minimals-beta.
TL2008 is the best for latex ,etex, pdftex  and so on,
but mkiv/luatex in TL2008 are already old .
I think that minimals are updated about every 3/5 months, even less
for minimals-beta .

-- 
luigi
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-16 22:17           ` Curious Learn
  2009-03-16 22:27             ` luigi scarso
@ 2009-03-16 22:52             ` Wolfgang Schuster
  2009-03-17  0:39               ` Curious Learn
  1 sibling, 1 reply; 16+ messages in thread
From: Wolfgang Schuster @ 2009-03-16 22:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 16.03.2009 um 23:17 schrieb Curious Learn:

> Wolfgang Schuster <schuster.wolfgang <at> googlemail.com> writes:
>
>> http://wiki.contextgarden.net/ConTeXt_Minimals#Usage
>> http://archive.contextgarden.net/message/20090121.222035.3c27dbbc.en.html
>
> Perhaps I am not getting something which I should. Wolfgang, it  
> seems to me that
> the links that you have suggested talk about installation of Context  
> minimals
> and then how to get it working. I want to use MKIV that comes with  
> TexLive. I
> already have TexLive. I thought that by running the "luatools -- 
> generate"
> (without the quotes), and the other command mentioned by Aditya, I  
> can use MKIV
> that comes with TexLive and do not necessarily need to install  
> minimals. Am I
> wrong in thinking that?

When I tried to use MkIV from TeXLive I failed too but I don't need  
LaTeX
and can live with the minimals.

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-16 22:52             ` Wolfgang Schuster
@ 2009-03-17  0:39               ` Curious Learn
  2009-03-17  4:39                 ` Aditya Mahajan
  2009-03-17  6:20                 ` Mojca Miklavec
  0 siblings, 2 replies; 16+ messages in thread
From: Curious Learn @ 2009-03-17  0:39 UTC (permalink / raw)
  To: ntg-context

Okay, I have installed the minimals. It works with a file I tried without tikz.
The examples on the wiki also work well. It does not work with a file that has
tikz code in it. It stops compiling with

! Undefined control sequence.
l.13 \starttikzpicture


Does Tikz not work with mkiv?

Thanks.

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-17  0:39               ` Curious Learn
@ 2009-03-17  4:39                 ` Aditya Mahajan
  2009-03-17  6:20                 ` Mojca Miklavec
  1 sibling, 0 replies; 16+ messages in thread
From: Aditya Mahajan @ 2009-03-17  4:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, 17 Mar 2009, Curious Learn wrote:

> Okay, I have installed the minimals. It works with a file I tried without tikz.
> The examples on the wiki also work well. It does not work with a file that has
> tikz code in it. It stops compiling with
>
> ! Undefined control sequence.
> l.13 \starttikzpicture
>
>
> Does Tikz not work with mkiv?

It does. The above error basically means that you do not have tikz 
installed. Does your log file say that module tikz was not found?

Aditya
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: \FlushStep in module s-pre-50 adds too much space
  2009-03-17  0:39               ` Curious Learn
  2009-03-17  4:39                 ` Aditya Mahajan
@ 2009-03-17  6:20                 ` Mojca Miklavec
  2009-03-17 13:33                   ` Problem updating Tikz in minimals Curious Learn
  1 sibling, 1 reply; 16+ messages in thread
From: Mojca Miklavec @ 2009-03-17  6:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Mar 17, 2009 at 01:39, Curious Learn wrote:
> Okay, I have installed the minimals. It works with a file I tried without tikz.
> The examples on the wiki also work well. It does not work with a file that has
> tikz code in it. It stops compiling with
>
> ! Undefined control sequence.
> l.13 \starttikzpicture
>
>
> Does Tikz not work with mkiv?

When you install the minimals, add
   --extras=t-tikz
either to first-setup.sh or run ./first-setup.sh --extras=t-tikz

(Run "luatools --generate" afterwards.)

Mojca
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Problem updating Tikz in minimals
  2009-03-17  6:20                 ` Mojca Miklavec
@ 2009-03-17 13:33                   ` Curious Learn
  2009-03-17 13:40                     ` Wolfgang Schuster
  0 siblings, 1 reply; 16+ messages in thread
From: Curious Learn @ 2009-03-17 13:33 UTC (permalink / raw)
  To: ntg-context

Mojca Miklavec <mojca.miklavec.lists <at> gmail.com> writes:

> 
> When you install the minimals, add
>    --extras=t-tikz
> either to first-setup.sh or run ./first-setup.sh --extras=t-tikz
> 
> (Run "luatools --generate" afterwards.)
> 
> Mojca

Thanks Aditya and Mojca. Mojca, I tried running that; a lot of things happen,
but the process stops with following lines (last few lines I copied and pasted
from my terminal window

______________________________________________

LuaTools | saving merge from cont-nl.lua
LuaTools | using compiled initialization file: cont-nl.luc
LuaTools | using lua initialization file: cont-nl.luc
LuaTools | running command: luatex --ini --lua="cont-nl.luc"
"/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/cont-nl.tex"
\\dump

This is LuaTeX, Version snapshot-0.35.0
(/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/cont-nl.tex
(/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/context.tex
(/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/context.mkiv
(/Applications/ConTeXtMinimals/tex/texmf-context/tex/context/base/syst-ini.tex
! LuaTeX error <\directlua0>:1: attempt to call field 'extraprimitives' (a nil
value)
stack traceback:
	<\directlua0>:1: in main chunk.
l.111     }
           
? h
The lua interpreter ran into a problem, so the
remainder of this lua chunk will be ignored.

? 
______________________________________________

I tried deleting everything in minimals folder and restarted the process and I
get the same error. If I do not type the --extras=t-tikz (after deleting
everything, except texmf-local, from the minimals folder) then there is no
problem.  




___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Problem updating Tikz in minimals
  2009-03-17 13:33                   ` Problem updating Tikz in minimals Curious Learn
@ 2009-03-17 13:40                     ` Wolfgang Schuster
  0 siblings, 0 replies; 16+ messages in thread
From: Wolfgang Schuster @ 2009-03-17 13:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 17.03.2009 um 14:33 schrieb Curious Learn:

> stack traceback:
> 	<\directlua0>:1: in main chunk.
> l.111     }
>
> ? h
> The lua interpreter ran into a problem, so the
> remainder of this lua chunk will be ignored.

You need a recent LuaTeX.

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2009-03-17 13:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-14 23:18 \FlushStep in module s-pre-50 adds too much space Curious Learn
2009-03-15 17:02 ` Hans Hagen
2009-03-16  1:56   ` Curious Learn
2009-03-16  2:09     ` Wolfgang Schuster
2009-03-16  2:11     ` Aditya Mahajan
2009-03-16  8:19     ` Hans Hagen
2009-03-16 21:35       ` Curious Learn
2009-03-16 21:55         ` Wolfgang Schuster
2009-03-16 22:17           ` Curious Learn
2009-03-16 22:27             ` luigi scarso
2009-03-16 22:52             ` Wolfgang Schuster
2009-03-17  0:39               ` Curious Learn
2009-03-17  4:39                 ` Aditya Mahajan
2009-03-17  6:20                 ` Mojca Miklavec
2009-03-17 13:33                   ` Problem updating Tikz in minimals Curious Learn
2009-03-17 13:40                     ` Wolfgang Schuster

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).