Re: [NTG-context] Broken nightly (2013.10.04)

2013-10-13 Thread Wolfgang Schuster

Am 14.10.2013 um 00:14 schrieb Kip Warner k...@thevertigo.com:

 Hey list,
 
 I've noticed a problem typesetting my book using ConTeXt nightly version
 2013.10.04. The following code...
 
\placeformula[formula:Limit of Verhulst equation]
\startformula
\lim_{t\to\infty} P(t) = K.
\stopformula
 
 ...seems to raise the following error...
 
! Undefined control sequence.
recently read \lim_ 
 
l.84 \lim_
{t\to\infty} P(t) = K.

This was a bug and Hans already fixed it a few days ago.

http://thread.gmane.org/gmane.comp.tex.context/84607/focus=84616

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

Re: [NTG-context] Broken nightly (2013.10.04)

2013-10-13 Thread Marco Patzer
On 2013–10–13 Kip Warner wrote:

 I've noticed a problem typesetting my book using ConTeXt nightly version
 2013.10.04. The following code...

 
 \placeformula[formula:Limit of Verhulst equation]
 \startformula
 \lim_{t\to\infty} P(t) = K.
 \stopformula
 
 ...seems to raise the following error...
 
 ! Undefined control sequence.

It has been fixed since 2013.10.08

Marco


signature.asc
Description: Digital signature
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken nightly (2013.10.04)

2013-10-13 Thread Kip Warner
On Mon, 2013-10-14 at 00:22 +0200, Wolfgang Schuster wrote:
 This was a bug and Hans already fixed it a few days ago.
 
 http://thread.gmane.org/gmane.comp.tex.context/84607/focus=84616

Thanks Wolfgang (and Hans). Adam's PPA will probably have the fix
packaged the next time the build bots pick up the newer source.

Take care,

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Kip Warner
On Thu, 2013-09-19 at 14:25 -0700, Kip Warner wrote:
 It looks as though the problem is buried in line 596 of font-syn.lua.
 For some reason s.angle is typed as a Lua string and not a number.
 
 local angle   = f_a(s.angle or 0)

I tried patching the above with the following...

local angle   = f_a(tonumber(s.angle) or 0)

...and the Lua compiler does appear to consume that line successfully,
but a new error I cannot decipher creeps up...

error: /usr/share/texmf/tex/context/base/math-noa.lua:156: You
can't assign a glue_spec node to a prev field

.
\textmath ...\normalstartimath #1\normalstopimath 
  \endgroup \fi 
\symb_place_indeed ...name \??symbol #1\endcsname 
  \relax
\endgroup 
\symb_place_retry ...name \symb_place_indeed {:#1}
  \else #1\fi 
\symb_place_normal_c ...lace_retry \currentsymbol 
  \fi 
\symb_place_normal_b ...else \symb_place_normal_c 
  \fi 
\symb_place_indeed ...name \??symbol #1\endcsname 
  \relax
\endgroup 
...
l.103 \eTABLE

That also appears to be buried deep inside Hans' math routines. I can't
figure out exactly what he is trying to do, but it looks as though it
has something to do with calculating correct values for fonts.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Hans Hagen

On 9/19/2013 11:48 PM, Kip Warner wrote:

On Thu, 2013-09-19 at 14:25 -0700, Kip Warner wrote:

It looks as though the problem is buried in line 596 of font-syn.lua.
For some reason s.angle is typed as a Lua string and not a number.

 local angle   = f_a(s.angle or 0)


I tried patching the above with the following...

 local angle   = f_a(tonumber(s.angle) or 0)


ok (fyi: these are new entries for wolfgang's module)


and the Lua compiler does appear to consume that line successfully,
but a new error I cannot decipher creeps up...

 error: /usr/share/texmf/tex/context/base/math-noa.lua:156: You
 can't assign a glue_spec node to a prev field


that is already fixed

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Kip Warner
On Fri, 2013-09-20 at 00:16 +0200, Hans Hagen wrote:
 ok (fyi: these are new entries for wolfgang's module)

Noted.

 that is already fixed

Thanks Hans. Let me know if there is anything else I can do.

Take care,

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Hans Hagen

On 9/20/2013 12:19 AM, Kip Warner wrote:

On Fri, 2013-09-20 at 00:16 +0200, Hans Hagen wrote:

ok (fyi: these are new entries for wolfgang's module)


Noted.


that is already fixed


Thanks Hans. Let me know if there is anything else I can do.


the math should work

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken nightly (2013.09.18)

2013-09-19 Thread Kip Warner
On Fri, 2013-09-20 at 00:45 +0200, Hans Hagen wrote:
 On 9/20/2013 12:19 AM, Kip Warner wrote:
  On Fri, 2013-09-20 at 00:16 +0200, Hans Hagen wrote:
  ok (fyi: these are new entries for wolfgang's module)
 
  Noted.
 
  that is already fixed
 
  Thanks Hans. Let me know if there is anything else I can do.
 
 the math should work

Great. I'm using the Adam Reviczky's generous PPA and I'll give it a try
as soon as the buildbot pushes new debs.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.08.09 20:28 - \setupinteraction

2012-08-10 Thread Wolfgang Schuster

Am 10.08.2012 um 14:23 schrieb Prashanth prash.n@gmail.com:

 Hi,
 I like clickable links in PDF files. However, the build from 2012.08.09 20:28 
 has a problem with it.
 Minimal example:
 \setupinteraction[status=start,
state=start, % disabling this line makes it work
title={Something},
subtitle={Something else}]
 \starttext
 \CONTEXT\  \footnote{http://wiki.contextgarden.net/} latest build.
 \stoptext


Hyperlinks are added with \goto, \from etc., the link in your example which you 
get when you disabled the interaction option is only a feature of your pdf 
viewer.

\setupinteraction[state=start]
\starttext
\CONTEXT\  \footnote{\goto{ConTeXt wiki}[url(http://wiki.contextgarden.net/}] 
latest build.
\stoptext

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


Re: [NTG-context] Broken Nightly 2012.08.09 20:28 - \setupinteraction

2012-08-10 Thread Prashanth

On 10/08/12 14:37, Wolfgang Schuster wrote:

Am 10.08.2012 um 14:23 schrieb Prashanth prash.n@gmail.com:


Hi,
I like clickable links in PDF files. However, the build from 2012.08.09 20:28 
has a problem with it.
Minimal example:
\setupinteraction[status=start,
state=start, % disabling this line makes it work
title={Something},
subtitle={Something else}]
\starttext
\CONTEXT\  \footnote{http://wiki.contextgarden.net/} latest build.
\stoptext


Hyperlinks are added with \goto, \from etc., the link in your example which you 
get when you disabled the interaction option is only a feature of your pdf 
viewer.

\setupinteraction[state=start]
\starttext
\CONTEXT\  \footnote{\goto{ConTeXt wiki}[url(http://wiki.contextgarden.net/}] 
latest build.
\stoptext

Wolfgang
As soon as I had sent out the example, I realized my example was 
confusing. Links within PDF files don't work, and hyperlinks don't work 
either. This minimal example makes the compiler crash too:

\setupinteraction[status=start,
state=start, % disabling this line makes it compile
title={Something},
subtitle={Something else}]
\starttext
\CONTEXT\  \footnote{XYZ} latest beta.
\stoptext


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


Re: [NTG-context] Broken Nightly 2012.08.09 20:28 - \setupinteraction

2012-08-10 Thread Wolfgang Schuster

Am 10.08.2012 um 15:02 schrieb Prashanth prash.n@gmail.com:

 As soon as I had sent out the example, I realized my example was confusing. 
 Links within PDF files don't work, and hyperlinks don't work either. This 
 minimal example makes the compiler crash too:
 \setupinteraction[status=start,
state=start, % disabling this line makes it compile
title={Something},
subtitle={Something else}]
 \starttext
 \CONTEXT\  \footnote{XYZ} latest beta.
 \stoptext

1. This was a known bug which is fixed in the last beta,
2. \setupinteraction has only a “state” but no “status” key.

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


Re: [NTG-context] Broken Nightly (2012.08.02)

2012-08-05 Thread Kip Warner
On Sat, 2012-08-04 at 00:48 +0200, luigi scarso wrote:
 see
 Luatex error in latest beta (standalone)

Hey Luigi. Thanks for the heads up. I read the whole thread, but my lua
knowledge has not been exercised in a long time. If I understand the
thread correctly, there was a bug in ConTeXt?

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.08.02)

2012-08-03 Thread luigi scarso
On Sat, Aug 4, 2012 at 12:38 AM, Kip Warner k...@thevertigo.com wrote:

 Hey Wolfgang et al,

 I noticed compilation of my book breaks with 2012.08.02. This is the
 error message:

 ! LuaTeX error /usr/share/texmf/tex/context/base/strc-not.lua:351:
 attempt to call global 'getdeltapage' (a nil value)
 stack traceback:
 /usr/share/texmf/tex/context/base/strc-not.lua:351: in function
 'notedeltapage'
 main ctx instance:1: in main chunk.
 \ctxcommand ...\directlua \zerocount {commands.#1}

 \strc_notes_set_style_color_special ...tenumber )}
   \relax
 \setlocationcolorsp...
 \strc_notes_set_style_color_inline ...lor_special
   \fi
 \strc_notes_inject_symbol ...xtstyle \c!textcolor
   \hbox
 \strc_notes_get_refe...
 \195notation:note ...l \strc_notes_inject_symbol
   \else \unskip \unskip
 \glo...
 \strc_notations_command_nop ...handler \endcsname

 \strc_constructions_finali...
 ...
 l.8 ...te[gnu_users_who_have_never_heard_of_gnu] T
   his guide is intended
 for ...
 E
 ? You want to edit file Preface/Preface.tex at line 8


 Here is the file in question. Nothing's changed in this file in more
 than a month.


 
 https://bazaar.launchpad.net/~avaneya/avaneya/trunk/view/head:/Documentation/Contributors/Handbook/Preface/Preface.tex
 

 --
 Kip Warner -- Software Engineer
 OpenPGP encrypted/signed mail preferred
 http://www.thevertigo.com


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

 ___


see
Luatex error in latest beta (standalone)

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

Re: [NTG-context] Broken Nightly (2012.07.10)

2012-07-16 Thread Martin Bruchanov
On Sun, Jul 15, 2012 at 10:45:46PM -0700, Kip Warner wrote:
 On Fri, 2012-07-13 at 09:22 +0200, Wolfgang Schuster wrote:
  Use
  
  \define[2]\PlaceSection
{}
  
  or
  
  \unexpanded\def\PlaceSection#1#2%
{}
  
  in your environment file.
  
  Wolfgang
 
 Thanks Wolfgang. As usual, your magic worked. =)

Thanks, I have not used \define or \unexpanded\def in my definitions
of macros too, so I  found this problem in my project too... 

-- 
Martin Bruchanov

Skype :  bruxytronics
WWW   :  http://bruxy.regnet.cz/
GPG-Key   :  http://bruxy.regnet.cz/bruxy-gpg.key (0x8107ED53)
Linked-In :  http://www.linkedin.com/in/bruxy
Google+   :  http://gplus.to/BruXy


pgpAaWwngSXLj.pgp
Description: PGP signature
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.07.10)

2012-07-16 Thread Hans Hagen

On 16-7-2012 07:32, Kip Warner wrote:


Sorry, I'm a little lost. Are you referring to within the ConTeXt source
or do you mean that users need to modify their typesetting commands they
are using for their documents?


only the occasional ones that hook into 'command=' ... they'd best be 
\unexpanded\def's


Hans


--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly (2012.07.10)

2012-07-16 Thread Wolfgang Schuster

Am 16.07.2012 um 15:37 schrieb Hans Hagen:

 On 16-7-2012 07:32, Kip Warner wrote:
 
 Sorry, I'm a little lost. Are you referring to within the ConTeXt source
 or do you mean that users need to modify their typesetting commands they
 are using for their documents?
 
 only the occasional ones that hook into 'command=' ... they'd best be 
 \unexpanded\def's

Or

  \define[number]\somecommand

which creates also a protected command.

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


Re: [NTG-context] Broken Nightly (2012.07.10)

2012-07-16 Thread Kip Warner
On Mon, 2012-07-16 at 18:00 +0200, Wolfgang Schuster wrote:
 Or
 
   \define[number]\somecommand
 
 which creates also a protected command. 

Right. Thanks.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.07.10)

2012-07-15 Thread Kip Warner
On Fri, 2012-07-13 at 09:42 +0200, Hans Hagen wrote:
 feel free to do the testing .. (there is an achive with test files but i 
 have no time to run/check it each time)

I do test. I test every nightly that I can. My book is useful for that
because it draws on a lot of frequently fragile features.

 concerning 'broken' ... that's what you have with betas ... most recent 
 changes concern reshuffling code, better namespace protection, cleanup 
 and speedup, etc, all part of the mkii - mkiv move

Ah I see.

 the problem reported by you (as wolfgang already pointed out) relates to 
 the fact that (from now on) such commands have to be defined 
 unexpandable (due to a different way of checking them) .. also, some of 
 these 'command' options will be (or are already) replaced by setups

Sorry, I'm a little lost. Are you referring to within the ConTeXt source
or do you mean that users need to modify their typesetting commands they
are using for their documents?

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.07.10)

2012-07-15 Thread Kip Warner
On Fri, 2012-07-13 at 09:22 +0200, Wolfgang Schuster wrote:
 Use
 
 \define[2]\PlaceSection
   {}
 
 or
 
 \unexpanded\def\PlaceSection#1#2%
   {}
 
 in your environment file.
 
 Wolfgang

Thanks Wolfgang. As usual, your magic worked. =)

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.07.10)

2012-07-13 Thread Alan BRASLAU
The subject of this ongoing string is not very informative
and indeed slightly unpleasant considering the efforts that
many contributors make towards the development of ConTeXt.

The present message is not intended to start any sort of debate;
it only represents a reaction to a latent feeling that I have
for some time now...

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


Re: [NTG-context] Broken Nightly (2012.07.10)

2012-07-13 Thread Wolfgang Schuster

Am 13.07.2012 um 00:09 schrieb Kip Warner:

 Hey Hans, Wolfgang, et al,
 
 The nightly for 2012.07.10 appears to be broken. When attempting to
 compile my book, I get the following.

Use

\define[2]\PlaceSection
  {…}

or

\unexpanded\def\PlaceSection#1#2%
  {…}

in your environment file.

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


Re: [NTG-context] Broken Nightly (2012.07.10)

2012-07-13 Thread Hans Hagen

On 13-7-2012 00:09, Kip Warner wrote:


This is just a piece of advice from one programmer to another, but it
might be useful if you use some kind of unit testing framework with
ConTeXt since most of the nightlies it seems are usually broken for
somebody. You just need some test cases, e.g. people's documents that
draw on as many features as possible.


feel free to do the testing .. (there is an achive with test files but i 
have no time to run/check it each time)


concerning 'broken' ... that's what you have with betas ... most recent 
changes concern reshuffling code, better namespace protection, cleanup 
and speedup, etc, all part of the mkii - mkiv move


the problem reported by you (as wolfgang already pointed out) relates to 
the fact that (from now on) such commands have to be defined 
unexpandable (due to a different way of checking them) .. also, some of 
these 'command' options will be (or are already) replaced by setups


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly (2012.07.10)

2012-07-13 Thread luigi scarso
On Fri, Jul 13, 2012 at 9:42 AM, Hans Hagen pra...@wxs.nl wrote:

 On 13-7-2012 00:09, Kip Warner wrote:

  This is just a piece of advice from one programmer to another, but it
 might be useful if you use some kind of unit testing framework with
 ConTeXt since most of the nightlies it seems are usually broken for
 somebody. You just need some test cases, e.g. people's documents that
 draw on as many features as possible.


 feel free to do the testing .. (there is an achive with test files but i
 have no time to run/check it each time)

 http://standalone.contextgarden.net/current/context/test/

and with rsync
rsync -avz rsync://contextgarden.net/standalone/current/context/test .


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

Re: [NTG-context] Broken Nightly (2012.07.10)

2012-07-13 Thread Kip Warner
On Fri, 2012-07-13 at 09:16 +0200, Alan BRASLAU wrote:
 The subject of this ongoing string is not very informative
 and indeed slightly unpleasant considering the efforts that
 many contributors make towards the development of ConTeXt.
 
 The present message is not intended to start any sort of debate;
 it only represents a reaction to a latent feeling that I have
 for some time now...
 
 Alan

Hey Alan. I'm not sure what you mean. If you thought my post came off
poorly, I think you misunderstood. I wasn't criticizing anyone. I was
just pointing out that a recent nightly was broken. That happens all the
time - including with my own projects. It isn't personal.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.07.10)

2012-07-13 Thread Kip Warner
On Fri, 2012-07-13 at 09:49 +0200, luigi scarso wrote:
 and with rsync
 rsync -avz rsync://contextgarden.net/standalone/current/context/test .

Thanks Luigi. I actually do test every new nightly and have been for
several months now.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-07 Thread Hans Hagen

On 7-7-2012 07:30, Kip Warner wrote:

On Sat, 2012-07-07 at 06:16 +0200, Wolfgang Schuster wrote:

Do you have more than one installation of the context suite on your system
and you’re making the changes in the wrong tree (you can see the path
for the used files on the command line when you generate the format).


Hey Wolfgang. I just upgraded my ConTeXt off of Adam's PPA to version
2012.07.06 22:37. This time I got a different error when I tried to
build the book:

! Extra \fi.
\page_otr_triggered_output_routine ...routine \fi


hard tp trace, a missing or extra fi

(you can run with \tracingall to see where it happens but that gives a 
huge log file)


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-07 Thread Hans Hagen

On 7-7-2012 07:30, Kip Warner wrote:

On Sat, 2012-07-07 at 06:16 +0200, Wolfgang Schuster wrote:

Do you have more than one installation of the context suite on your system
and you’re making the changes in the wrong tree (you can see the path
for the used files on the command line when you generate the format).




can you patch

\def\buff_verbatim_set_line_margin_indeed

{\hskip\doifoddpageelse{\typingparameter\c!oddmargin}{\typingparameter\c!evenmargin}\relax}


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly 2012.07.06 22:37 - \startfloatcombination

2012-07-07 Thread Hans Hagen

On 7-7-2012 15:18, Prashanth wrote:

Hi,
I understand that \startfloatcombination was an experimental feature in
the previous builds anyway, but it is broken in the latest nightly.

Thank you for the rapid fixes so far!


I just did an upload ... if it still fails I need an example.

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-07 Thread Hans Hagen

On 7-7-2012 14:33, Hans Hagen wrote:

On 7-7-2012 07:30, Kip Warner wrote:

On Sat, 2012-07-07 at 06:16 +0200, Wolfgang Schuster wrote:

Do you have more than one installation of the context suite on your
system
and you’re making the changes in the wrong tree (you can see the path
for the used files on the command line when you generate the format).




I found a few (after writing a - somewhat tricky - checker)

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly 2012.07.06 22:37 - \startfloatcombination

2012-07-07 Thread Prashanth
Hi Hans (apologies for not hitting the right button to reply to the 
mailing list just before),
I checked with context version 2012.07.07 15:04, and it is still broken. 
I have pasted a minimal example below.
Another thing I noticed was that 'align' feature of \setupformulas is 
broken too. (It has been commented out below in case you want to test 
that too.

Best regards,
Prash



%\setupformulas[align=right]
\starttext
  \placeformula[eq:ate-intr]
  \startformula
  \text{Jane slept.}
  \stopformula
   \startfloatcombination [2*1]
\placetable[force][tab:eq1]{Sentence 1}{
  \bTABLE[frame=off,align=center]
  \bTR
  \bTD Jack \eTD
  \bTD ate \eTD
  \eTR
  \eTABLE
}
\placetable[force][tab:eq2]{Sentence 2}{
  \bTABLE[frame=off,align=center]
  \bTR
  \bTD John \eTD
  \bTD ate \eTD
  \bTD a \eTD
  \bTD banana \eTD
  \eTR
  \eTABLE
}
  \stopfloatcombination
\stoptext

On 07/07/12 15:23, Hans Hagen wrote:

On 7-7-2012 15:18, Prashanth wrote:

Hi,
I understand that \startfloatcombination was an experimental feature in
the previous builds anyway, but it is broken in the latest nightly.

Thank you for the rapid fixes so far!


I just did an upload ... if it still fails I need an example.

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-07 Thread Kip Warner
On Sat, 2012-07-07 at 14:33 +0200, Hans Hagen wrote:
 can you patch
 
 \def\buff_verbatim_set_line_margin_indeed
  
 {\hskip\doifoddpageelse{\typingparameter\c!oddmargin}{\typingparameter\c!evenmargin}\relax}

Sorry, are you talking to me or Wolfgang? By the way, tried today's
daily (2012.07.07) and same issue.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Hans Hagen

On 6-7-2012 04:56, Kip Warner wrote:

On Thu, 2012-07-05 at 10:04 +0200, Hans Hagen wrote:

\p_mathspacing = \p_math_spacing


I patched math-arr.mkiv, but I am still getting the same error. I don't
know why since I replaced all instances of \p_mathspacing with
\p_math_spacing and deleted the cache in ~/.texmf-var/.


context --make en


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Kip Warner
On Fri, 2012-07-06 at 09:21 +0200, Hans Hagen wrote:
 context --make en

Like I said, I already cleared the cache in ~/.texmf-var/. But for safe
measure, I ran the aforementioned anyways after doing that too. Same
problem. 

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Kip Warner
On Fri, 2012-07-06 at 07:32 +0200, luigi scarso wrote:
  Do you rebuild the format ?

I cleared the cache in ~/.texmf-var and ran context --make en (which
ConTeXt runs anyways after doing the former), but still same problem.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Hans Hagen

On 6-7-2012 23:06, Kip Warner wrote:

On Fri, 2012-07-06 at 07:32 +0200, luigi scarso wrote:

Do you rebuild the format ?


I cleared the cache in ~/.texmf-var and ran context --make en (which
ConTeXt runs anyways after doing the former), but still same problem.


is there a minimal example? 
-

  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Kip Warner
On Fri, 2012-07-06 at 23:25 +0200, Hans Hagen wrote:
 is there a minimal example? 

I'm not sure where it's bailing. The line it points to has nothing to do
with inline math or formulas. But alas, ConTeXt error messages are
usually totally useless in most cases. You could try just running make
on my book which you have and you'll see the same error.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Wolfgang Schuster

Am 06.07.2012 um 23:06 schrieb Kip Warner:

 On Fri, 2012-07-06 at 07:32 +0200, luigi scarso wrote:
 Do you rebuild the format ?
 
 I cleared the cache in ~/.texmf-var and ran context --make en (which
 ConTeXt runs anyways after doing the former), but still same problem.

Do you have more than one installation of the context suite on your system
and you’re making the changes in the wrong tree (you can see the path
for the used files on the command line when you generate the format).

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


Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Kip Warner
On Sat, 2012-07-07 at 06:16 +0200, Wolfgang Schuster wrote:
 Do you have more than one installation of the context suite on your system
 and you’re making the changes in the wrong tree (you can see the path
 for the used files on the command line when you generate the format).

I have as far as I know only one installation and that is the ConTeXt
debs from Adam's PPA. 

$ context --version

resolvers   | resolving | loading configuration file
'selfautodir:/share/texmf/web2c/contextcnf.lua'
resolvers   | resolving | loading configuration file
'/usr/share/texmf/web2c/contextcnf.lua'
mtx-context | ConTeXt Process Management 0.60
mtx-context |
mtx-context | main context
file: /usr/share/texmf/tex/context/base/context.mkiv
mtx-context | current version: 2012.07.04 23:48

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-06 Thread Kip Warner
On Sat, 2012-07-07 at 06:16 +0200, Wolfgang Schuster wrote:
 Do you have more than one installation of the context suite on your system
 and you’re making the changes in the wrong tree (you can see the path
 for the used files on the command line when you generate the format).

Hey Wolfgang. I just upgraded my ConTeXt off of Adam's PPA to version
2012.07.06 22:37. This time I got a different error when I tried to
build the book:

! Extra \fi.
\page_otr_triggered_output_routine ...routine \fi 
  
output ...ut \page_otr_triggered_output_routine 
  \relax \the
\everyafterout...
l.42 
 
E
? You want to edit file Game_World/Navigation.tex at line 42


This is the file in question:

https://bazaar.launchpad.net/~avaneya/avaneya/trunk/view/head:/Documentation/Contributors/Handbook/Game_World/Navigation.tex

Doesn't look like there's anything (at all) of interest on said line.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com



signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-05 Thread Hans Hagen

On 5-7-2012 03:12, Kip Warner wrote:

Hey list,

Nightly 2012.07.04 appears to break when compiling my book. I see the
following:

! Undefined control sequence.
\math_arrows_construct_single ...s \p_mathspacing


\p_mathspacing = \p_math_spacing

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-05 Thread Kip Warner
On Thu, 2012-07-05 at 10:04 +0200, Hans Hagen wrote:
 \p_mathspacing = \p_math_spacing

I patched math-arr.mkiv, but I am still getting the same error. I don't
know why since I replaced all instances of \p_mathspacing with
\p_math_spacing and deleted the cache in ~/.texmf-var/.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.07.04

2012-07-05 Thread luigi scarso
On Fri, Jul 6, 2012 at 4:56 AM, Kip Warner k...@thevertigo.com wrote:

 On Thu, 2012-07-05 at 10:04 +0200, Hans Hagen wrote:
  \p_mathspacing = \p_math_spacing

 I patched math-arr.mkiv, but I am still getting the same error. I don't
 know why since I replaced all instances of \p_mathspacing with
 \p_math_spacing and deleted the cache in ~/.texmf-var/.

 Do you rebuild the format ?
-- 
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly?

2012-06-28 Thread Kip Warner
On Tue, 2012-06-26 at 10:57 +0200, Hans Hagen wrote:
 fixed in next beta

Hey Hans. Works now in 2012.06.28. Thanks a lot =)

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com



signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly?

2012-06-27 Thread Kip Warner
On Tue, 2012-06-26 at 10:57 +0200, Hans Hagen wrote:
 
 fixed in next beta 

Hey Hans. This is what I got on the same line:

! Undefined control sequence.
argument \externalfigureparameter 
\c!interaction 
\doifnot #1#2-\edef \m_syst_string_one {#1
   }\edef \m_syst_string_two
{#2}\if...
argument ...reparameter \c!interaction }\v!none 

\grph_epdf_add_overlay 
\firstofoneargument #1-#1
  
inserted text ...v!none \grph_epdf_add_overlay }
  \fi 
\grph_include_finalize ...nalfigurepostprocessors 
  \edef \p_reset
{\externalf...
...
l.42 ...eativecommons.org/licenses/by-nc-sa/3.0/)]



I'm running ConTeXt 2012.06.26. Perhaps that isn't new enough?

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly?

2012-06-27 Thread Wolfgang Schuster

Am 27.06.2012 um 09:07 schrieb Kip Warner:

 On Tue, 2012-06-26 at 10:57 +0200, Hans Hagen wrote:
 
 fixed in next beta 
 
 Hey Hans. This is what I got on the same line:

Hans missed the “s” in \externalfiguresparameter\c!…

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


Re: [NTG-context] Broken Nightly?

2012-06-27 Thread Kip Warner
On Wed, 2012-06-27 at 14:17 +0200, Wolfgang Schuster wrote:
 Hans missed the “s” in \externalfiguresparameter\c!…

So much for German precision ;)

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly?

2012-06-27 Thread Kip Warner
On Tue, 2012-06-26 at 10:57 +0200, Hans Hagen wrote:
 fixed in next beta

Hey Hans. So I recompiled the book with ConTeXt 2012.06.27 and it still
breaks:

! Undefined control sequence.
\423unknown ...\dimexpr #2\dimexpr \@@exbodyfont 
  /10\relax \relax 
\grph_scale_by_factor_d ...t \d_grph_scale_v_size 

\grph_scale_calculate_norm...
\grph_scale_calculations_yes ...h_scale_by_factor 
  \fi \ifconditional
\c_grph...
\grph_scale_calculate ...h_scale_calculations_yes 
  \fi \fi \fi 
\syst_boxes_with_next_box ...grph_scale_calculate 
  \ifconditional
\c_grph_sca...
\doscalefigure ...re {\box \foundexternalfigure }}
  }
...
l.45 ...he jenya is \externalfigure[jenya_inline].
  
E
? You want to edit file Game_World/Economics_and_Commerce.tex at line 1

This is the file it is referring to. Note that line 1 is just a comment.
https://bazaar.launchpad.net/~avaneya/avaneya/trunk/view/head:/Documentation/Contributors/Handbook/Game_World/Economics_and_Commerce.tex

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly?

2012-06-27 Thread Wolfgang Schuster

Am 28.06.2012 um 04:50 schrieb Kip Warner:

 On Tue, 2012-06-26 at 10:57 +0200, Hans Hagen wrote:
 fixed in next beta
 
 Hey Hans. So I recompiled the book with ConTeXt 2012.06.27 and it still
 breaks:

grph-trf.mkiv

%\setvalue{\??scalenorm\v!broad  
}#1#2#3#4#5{\global#1\dimexpr#5-4\@@exbodyfont\relax}
%\setvalue{\??scalenorm\s!unknown}#1#2#3#4#5{\global#1\dimexpr#2\dimexpr\@@exbodyfont/10\relax\relax}
 % brr ex
\setvalue{\??scalenorm\v!broad  
}#1#2#3#4#5{\global#1\dimexpr#5-4\externalfiguresparameter\c!bodyfont\relax}
\setvalue{\??scalenorm\s!unknown}#1#2#3#4#5{\global#1\dimexpr#2\dimexpr\externalfiguresparameter\c!bodyfont/10\relax\relax}
 % brr ex

@Kip: When you make a change in a core file you have to regenerate the format 
(context --make).

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


Re: [NTG-context] Broken Nightly?

2012-06-27 Thread Kip Warner
On Thu, 2012-06-28 at 05:31 +0200, Wolfgang Schuster wrote:
 grph-trf.mkiv
 
 %\setvalue{\??scalenorm\v!broad  
 }#1#2#3#4#5{\global#1\dimexpr#5-4\@@exbodyfont\relax}
 %\setvalue{\??scalenorm\s!unknown}#1#2#3#4#5{\global#1\dimexpr#2\dimexpr\@@exbodyfont/10\relax\relax}
  % brr ex
 \setvalue{\??scalenorm\v!broad  
 }#1#2#3#4#5{\global#1\dimexpr#5-4\externalfiguresparameter\c!bodyfont\relax}
 \setvalue{\??scalenorm\s!unknown}#1#2#3#4#5{\global#1\dimexpr#2\dimexpr\externalfiguresparameter\c!bodyfont/10\relax\relax}
  % brr ex

Hey Wolfgang. I patched the file as recommended and still the same error
message.

 @Kip: When you make a change in a core file you have to regenerate the format 
 (context --make).

I always clear ~/.texmf-var after updating ConTeXt. But I also ran
context --make as well this time, although that is run automatically
when ~/.texmf-var is empty, no? Regardless, I did both prior to
recompiling and got the same error.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly?

2012-06-26 Thread Hans Hagen

On 26-6-2012 06:36, Kip Warner wrote:

On Tue, 2012-06-26 at 05:27 +0200, Wolfgang Schuster wrote:

grph-epd.mkiv (untested):

\startsetups system:graphics:epdf
%\ctxlua{figures.mergegoodies(\@@efinteraction)}%
 \ctxlua{figures.mergegoodies(\externalfiguresparameter\c!interaction)}%
 \reference[\figurereference]{}% todo: dest area
\stopsetups

and

\appendtoks
 \iflocation
  
%\doif\figurefiletype{pdf}{\doifnot\@@efinteraction\v!none\grph_epdf_add_overlay}%
   
\doif\figurefiletype{pdf}{\doifnot{\externalfiguresparameter\c!interaction}\v!none\grph_epdf_add_overlay}%
 \fi
\to \externalfigurepostprocessors


Hey Wolfgang. Thanks for your expeditious reply. I patched grph-epd.mkiv
as directed and got the following error on the same file / line
(Handbook.tex:42),

! Undefined control sequence.
argument \@@efinteraction


fixed in next beta
-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly?

2012-06-26 Thread Kip Warner
On Tue, 2012-06-26 at 10:57 +0200, Hans Hagen wrote:
 fixed in next beta

Thanks Hans. Nice work. Will let you know if it works.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly?

2012-06-25 Thread Wolfgang Schuster

Am 26.06.2012 um 01:59 schrieb Kip Warner:

 Hey list,
 
 I'm using ConTeXt 2012.06.25 and I noticed a broken compilation of my
 book:

grph-epd.mkiv (untested):

\startsetups system:graphics:epdf
   %\ctxlua{figures.mergegoodies(\@@efinteraction)}%
\ctxlua{figures.mergegoodies(\externalfiguresparameter\c!interaction)}%
\reference[\figurereference]{}% todo: dest area
\stopsetups

and

\appendtoks
\iflocation
 
%\doif\figurefiletype{pdf}{\doifnot\@@efinteraction\v!none\grph_epdf_add_overlay}%
  
\doif\figurefiletype{pdf}{\doifnot{\externalfiguresparameter\c!interaction}\v!none\grph_epdf_add_overlay}%
\fi
\to \externalfigurepostprocessors

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


Re: [NTG-context] Broken Nightly?

2012-06-25 Thread Kip Warner
On Tue, 2012-06-26 at 05:27 +0200, Wolfgang Schuster wrote:
 grph-epd.mkiv (untested):
 
 \startsetups system:graphics:epdf
%\ctxlua{figures.mergegoodies(\@@efinteraction)}%
 \ctxlua{figures.mergegoodies(\externalfiguresparameter\c!interaction)}%
 \reference[\figurereference]{}% todo: dest area
 \stopsetups
 
 and
 
 \appendtoks
 \iflocation
  
 %\doif\figurefiletype{pdf}{\doifnot\@@efinteraction\v!none\grph_epdf_add_overlay}%
   
 \doif\figurefiletype{pdf}{\doifnot{\externalfiguresparameter\c!interaction}\v!none\grph_epdf_add_overlay}%
 \fi
 \to \externalfigurepostprocessors

Hey Wolfgang. Thanks for your expeditious reply. I patched grph-epd.mkiv
as directed and got the following error on the same file / line
(Handbook.tex:42),

! Undefined control sequence.
argument \@@efinteraction 

\doifnot #1#2-\edef \m_syst_string_one {#1
   }\edef \m_syst_string_two
{#2}\if...
argument \doifnot \@@efinteraction \v!none 
 \grph_epdf_add_overlay 
\firstofoneargument #1-#1
  
inserted text ...v!none \grph_epdf_add_overlay }
  \fi 
\grph_include_finalize ...nalfigurepostprocessors 
  \edef \p_reset
{\externalf...
...
l.42 ...eativecommons.org/licenses/by-nc-sa/3.0/)]
  
? E
You want to edit file Handbook.tex at line 42

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.03.02

2012-03-04 Thread Jaroslav Hajtmar

Hello Kip.
I do not know whether it will be something, but try increasing the 
memory in some parts of texmf.cnf file.

I once enlarged in ConTeXt in TeXlive pool_size.context = 200

Good Luck. Jaroslav

At the same time are any values in texmf.cnt this:

buf_size.context = 400
extra_mem_bot.context = 200
extra_mem_top.context = 400
font_max.context = 5000
font_mem_size.context = 200
hash_extra.context = 10
main_memory.context = 200
max_strings.context = 30
nest_size.context = 500
pdf_mem_size.context = 50
param_size.context = 1
pool_free.context = 47500
pool_size.context = 200
save_size.context = 5
stack_size.context = 1
string_vacancies.context = 125000
trie_size.context = 50
hyph_size.context = 8191% prime
expand_depth.context = 1

obj_tab_size.context 300,000 = 1.40% + obsolete in
dest_names_size.context 300,000 = 1.40% + obsolete in


Dne 4.3.2012 2:49, Kip Warner napsal(a):

Hey list,

While attempting to compile my book, I get the following error:

$ context Source/Handbook.tex --purgeresult
...
graphics  invalid region for 'tbg:1'
! TeX capacity exceeded, sorry [input stack size=1].
argument  \next

\doifmeaningelse ...\edef \!!stringa {\meaning #1
   }\def \!!stringb
{#2}\edef...
\spac_lines_between ...ningelse \next \obeyedline
   {\linesparameter \c!
inbetw...
\doifmeaningelse ...meaning #1}\def \!!stringb {#2
   }\edef \!!stringb
{\meanin...
\spac_lines_between ...ningelse \next \obeyedline
   {\linesparameter \c!
inbetw...
\doifmeaningelse ...meaning #1}\def \!!stringb {#2
   }\edef \!!stringb
{\meanin...
...
l.34 ... and the methane/oxygen return propellant.

!  ==  Fatal error occurred, no output PDF file produced!
mtx-context | fatal error: return code: 1

This happened with nightly 2012.03.02.

   



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


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


Re: [NTG-context] Broken Nightly 2012.03.02

2012-03-04 Thread Wolfgang Schuster

Am 04.03.2012 um 02:49 schrieb Kip Warner:

 Hey list,
 
 While attempting to compile my book, I get the following error:
 
 $ context Source/Handbook.tex --purgeresult
 ...
 graphics invalid region for 'tbg:1'
 ! TeX capacity exceeded, sorry [input stack size=1].
 argument \next 
 
 \doifmeaningelse ...\edef \!!stringa {\meaning #1
  }\def \!!stringb
 {#2}\edef...
 \spac_lines_between ...ningelse \next \obeyedline 
  {\linesparameter \c!
 inbetw...
 \doifmeaningelse ...meaning #1}\def \!!stringb {#2
  }\edef \!!stringb
 {\meanin...
 \spac_lines_between ...ningelse \next \obeyedline 
  {\linesparameter \c!
 inbetw...
 \doifmeaningelse ...meaning #1}\def \!!stringb {#2
  }\edef \!!stringb
 {\meanin...
 ...
 l.34 ... and the methane/oxygen return propellant.
 
 !  == Fatal error occurred, no output PDF file produced!
 mtx-context | fatal error: return code: 1
 
 This happened with nightly 2012.03.02.

This is a problem with the lines environment and a minimal example does also 
show the same message.

\definetextbackground[test]%[state=stop]

\starttext \showframe

%\blank[force,35*line]
\blank[force,36*line]

\starttest

\startlines
One
Two
Three
Four
Five
\stoplines

\stoptest

\stoptext

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


Re: [NTG-context] Broken Nightly 2012.03.02

2012-03-04 Thread Kip Warner
On Sun, 2012-03-04 at 09:52 +0100, Jaroslav Hajtmar wrote:
 Hello Kip.
 I do not know whether it will be something, but try increasing the 
 memory in some parts of texmf.cnf file.
 I once enlarged in ConTeXt in TeXlive pool_size.context = 200
 
 Good Luck. Jaroslav

Thanks Jaroslav. It sounds like its an actual bug in ConTeXt so I will
wait for upstream to patch it before I probably muck something up inside
of it.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.02.29

2012-03-02 Thread Hans Hagen

On 2-3-2012 05:23, Kip Warner wrote:

Hey list,

Another broken nightly to report. I got this error while compiling my
book:


structure  sectioning  subsubsubject @ level 5 : 0.7.1.0.0 -
\bf 44 Aquarius, 48 B.R.
structure  sectioning  subsubsubject @ level 5 : 0.7.1.0.0 -
\bf 48 Aries, 15 B.R.
structure  sectioning  subsubsubject @ level 5 : 0.7.1.0.0 -
\bf 12 Cancer, 14 B.R.
structure  sectioning  subsubsubject @ level 5 : 0.7.1.0.0 -
\bf 2 Libra, 14 B.R.
structure  sectioning  subsubsubject @ level 5 : 0.7.1.0.0 -
\bf 3 Libra, 14 B.R.
graphics  invalid region for 'tbg:1'
! TeX capacity exceeded, sorry [input stack size=1].
argument  \next

\doifmeaningelse ...\edef \!!stringa {\meaning #1
   }\def \!!stringb
{#2}\edef...
\spac_lines_between ...ningelse \next \obeyedline
   {\linesparameter \c!
inbetw...
\doifmeaningelse ...meaning #1}\def \!!stringb {#2
   }\edef \!!stringb
{\meanin...
\spac_lines_between ...ningelse \next \obeyedline
   {\linesparameter \c!
inbetw...
\doifmeaningelse ...meaning #1}\def \!!stringb {#2
   }\edef \!!stringb
{\meanin...

l.34 ... and the methane/oxygen return propellant.

!  ==  Fatal error occurred, no output PDF file produced!
mtx-context | fatal error: return code: 1


hm, weird bug, maybe some argument pickup issue ... text backgrounds are 
completely redone so maybe some interference


(no example so hard to check)


Unfortunately my luck with ConTeXt hasn't been so good lately. Every
single nightly has been broken since late last January (2012.01.27).
Fortunately I still have debs I can revert to.


This is to be expected the next few betas (after all they're betas) as 
some rather core components are being redone (positioning, descriptions, 
enumerations and notes, page building). No real functional changes but 
some are tricky. And it does not help that the flu kicked in.


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly 2012.02.29

2012-03-02 Thread Kip Warner
On Fri, 2012-03-02 at 10:34 +0100, Hans Hagen wrote:
 hm, weird bug, maybe some argument pickup issue ... text backgrounds are 
 completely redone so maybe some interference
 
 (no example so hard to check)

My book always seems to bring out the very worst of ConTeXt. ;)

 This is to be expected the next few betas (after all they're betas) as 
 some rather core components are being redone (positioning, descriptions, 
 enumerations and notes, page building). No real functional changes but 
 some are tricky. And it does not help that the flu kicked in.

No problem Hans. You work very hard and we all appreciate that. Throw
some raw ginger in the blender with some water and a natural sweetener,
like a banana or honey, and it will help boost your immune system. Some
cayenne pepper is also good in there as it helps to break up the mucus.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly 2012.02.29

2012-03-02 Thread Kip Warner
On Fri, 2012-03-02 at 10:55 +0100, Steffen Wolfrum wrote:
 Hi Kip,
 
 the latest (working) version I have is 2012.01.25.
 I don't know the differences ... but hopefully these are improvements ;o)
 
 Could you send me your 27th version in a zipped folder?
 
 Best wishes,
 Steffen

You know, come to think of it, I think 2012.01.25 actually was the last
working one, not 2012.01.27. I can send you debs for the latter if you
like, but I think you're probably better off with the former. I'll have
to hunt for the 2012.01.25 debs somewhere in Adam's PPA.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-28 Thread Hans Hagen

On 24-2-2012 01:12, Kip Warner wrote:

\definetextbackground[TimelineGeneralDocument][
 location=paragraph,
 color=color_text,
 background=color,
 backgroundcolor=colour_page,
 framecolor=colour_text,
 topoffset=1.0cm,
 bottomoffset=1.0cm,
 leftoffset=1.0cm,
 rightoffset=1.0cm,
 before={
 \blank[2*big]
 },
 after={
 \blank[2*big]
 },
 style=small,
 corner=round,
 frame=on]

I use it as such...

\startTimelineGeneralDocument
Some stuff...
\stopTimelineGeneralDocument

So I'm not really sure what I am suppose to do with
\starttextbackground?


apart from a funny corner at least it helps if the colors are defined

\definecolor[colour_page][red]
\definecolor[colour_text][green]

--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-28 Thread Kip Warner
On Tue, 2012-02-28 at 13:20 +0100, Hans Hagen wrote:
 apart from a funny corner at least it helps if the colors are defined
 
 \definecolor[colour_page][red]
 \definecolor[colour_text][green]

Actually it doesn't. Even with the corner and colour variables removed,
or the latter defined, it makes no difference:

graphics invalid region for 'tbg:1'
! LuaTeX error /usr/share/texmf/tex/context/base/anch-pgr.lua:530:
attempt to index field 'list' (a nil value)
stack traceback:
/usr/share/texmf/tex/context/base/anch-pgr.lua:530: in function
'fetchmultipar'
/usr/share/texmf/tex/context/base/anch-pgr.lua:569: in function
'fetchmultipar'
main ctx instance:1: in main chunk.
\ctxcommand ...\directlua \zerocount {commands.#1}
  
argument ...tipars {\MPvar {self}}{\MPanchorid }
   ; \includeMPgraphic
{\MPv...
\meta_process_graphic ...graphicformat , \!!bs #1
  ;\!!es , \!!bs
\meta_flush...
\anch_positions_meta_graphic_use ...#3\stopMPcode 
  \endgroup 
\anch_positions_meta_graphic_nested ...graphic #2}
  \endgroup 
\anch_positions_meta_graphic_direct_indeed ...ame 

\removelastspace }\smashbo...
...
l.36 ... and the methane/oxygen return propellant.

Using ConTeXt  ver: 2012.02.21 14:02 MKIV  fmt: 2012.2.28  int:
english/english.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-26 Thread Kip Warner
On Fri, 2012-02-24 at 05:34 +0100, Wolfgang Schuster wrote:
 You should make a minimal example with \starttextbackground which produces 
 the same error as your document.

As a minimal, it seems to work. But as part of my book, it bails with
the following:

graphics invalid region for 'tbg:1'
! LuaTeX error /usr/share/texmf/tex/context/base/anch-pgr.lua:530:
attempt to index field 'list' (a nil value)
stack traceback:
/usr/share/texmf/tex/context/base/anch-pgr.lua:530: in function
'fetchmultipar'
/usr/share/texmf/tex/context/base/anch-pgr.lua:569: in function
'fetchmultipar'
main ctx instance:1: in main chunk.
\ctxcommand ...\directlua \zerocount {commands.#1}
  
argument ...tipars {\MPvar {self}}{\MPanchorid }
   ; \includeMPgraphic
{\MPv...
\meta_process_graphic ...graphicformat , \!!bs #1
  ;\!!es , \!!bs
\meta_flush...
\anch_positions_meta_graphic_use ...#3\stopMPcode 
  \endgroup 
\anch_positions_meta_graphic_nested ...graphic #2}
  \endgroup 
\anch_positions_meta_graphic_direct_indeed ...ame 

\removelastspace }\smashbo...
...
l.206


I am using it as such:
\starttextbackground[CodeExampleFrame]
...
\stoptextbackground

And the background is defined as such:
\definetextbackground[CodeExampleFrame]
   [corner=round,
frame=on,
before={
\blank[2*big]
},
after={
\blank[2*big]
},
color=color_text,
background=color,
backgroundcolor=colour_page,
framecolor=colour_text,
location=paragraph,
topoffset=0.5cm,
bottomoffset=0.5cm,
leftoffset=0.5cm,
rightoffset=0.5cm]

This is with ConTeXt version 2012.02.21 14:02 MKIV  fmt: 2012.2.26.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-23 Thread Wolfgang Schuster

Am 24.02.2012 um 01:12 schrieb Kip Warner:

 On Wed, 2012-02-22 at 22:21 +0100, Wolfgang Schuster wrote:
 \starttextbackground
 
 Wolfgang
 
 I have the following defined in my environment:
 
 \definetextbackground[TimelineGeneralDocument][
location=paragraph,
color=color_text,
background=color,
backgroundcolor=colour_page,
framecolor=colour_text,
topoffset=1.0cm,
bottomoffset=1.0cm,
leftoffset=1.0cm,
rightoffset=1.0cm,
before={
\blank[2*big]
},
after={
\blank[2*big]
},
style=small,
corner=round,
frame=on]
 
 I use it as such...
 
 \startTimelineGeneralDocument
 ...Some stuff...
 \stopTimelineGeneralDocument
 
 So I'm not really sure what I am suppose to do with
 \starttextbackground?

You should make a minimal example with \starttextbackground which produces the 
same error as your document.

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


Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-22 Thread Wolfgang Schuster

Am 21.02.2012 um 23:21 schrieb Kip Warner:

 On Tue, 2012-02-21 at 05:32 +0100, Wolfgang Schuster wrote:
 The same problem was reported a few days ago and fixed in the beta.
 
 If you cant wait use \startdefintion[reference=,title=] which does work.
 
 Wolfgang
 
 Hey Wolfgang,
 
 This is what I observed with ConTeXt 2012.02.20 01:42. Perhaps it has
 been fixed since, but this is a build from only yesterday so perhaps
 not.
 
 ...
 structuresectioning  subsubsubject @ level 5 : 0.7.1.0.0 - \bf 3 
 Libra, 14 B.R.
 graphics invalid region for 'tbg:1'
 ! LuaTeX error /usr/share/texmf/tex/context/base/anch-pgr.lua:530: attempt to 
 index field 'list' (a nil value)
 stack traceback:
   /usr/share/texmf/tex/context/base/anch-pgr.lua:530: in function 
 'fetchmultipar'
   /usr/share/texmf/tex/context/base/anch-pgr.lua:569: in function 
 'fetchmultipar'
   main ctx instance:1: in main chunk.
 \ctxcommand ...\directlua \zerocount {commands.#1}
 
 argument ...tipars {\MPvar {self}}{\MPanchorid }
   ; \includeMPgraphic {\MPv...
 \meta_process_graphic ...graphicformat , \!!bs #1
  ;\!!es , \!!bs \meta_flush...
 \anch_positions_meta_graphic_use ...#3\stopMPcode 
  \endgroup 
 \anch_positions_meta_graphic_nested ...graphic #2}
  \endgroup 
 \anch_positions_meta_graphic_direct_indeed ...ame 
  \removelastspace }\smashbo...
 ...
 l.34 ... and the methane/oxygen return propellant.
 
 ? E
 You want to edit file Source/Timeline/01_Promises_Made.tex at line 34
 
 The line it is referring to has nothing unusual on it and hasn't
 changed in the weeks of several compilation.

Check text backgrounds in your document, Hans made a few changes in the code to 
make it faster.

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


Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-22 Thread Kip Warner
On Wed, 2012-02-22 at 22:08 +0100, Wolfgang Schuster wrote:
 Check text backgrounds in your document, Hans made a few changes in the code 
 to make it faster.

Any suggestions on what I should look for? Thanks.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-22 Thread Wolfgang Schuster

Am 22.02.2012 um 22:17 schrieb Kip Warner:

 On Wed, 2012-02-22 at 22:08 +0100, Wolfgang Schuster wrote:
 Check text backgrounds in your document, Hans made a few changes in the code 
 to make it faster.
 
 Any suggestions on what I should look for? Thanks.

\starttextbackground

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


Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-21 Thread Kip Warner
On Tue, 2012-02-21 at 05:32 +0100, Wolfgang Schuster wrote:
 The same problem was reported a few days ago and fixed in the beta.
 
 If you cant wait use \startdefintion[reference=,title=] which does work.
 
 Wolfgang

Hey Wolfgang. I see Adam's PPA has been updated. I'll pull his package
later and hopefully it is recent enough. Thanks.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-21 Thread Kip Warner
On Tue, 2012-02-21 at 05:32 +0100, Wolfgang Schuster wrote:
 The same problem was reported a few days ago and fixed in the beta.
 
 If you cant wait use \startdefintion[reference=,title=] which does work.
 
 Wolfgang

Hey Wolfgang,

This is what I observed with ConTeXt 2012.02.20 01:42. Perhaps it has
been fixed since, but this is a build from only yesterday so perhaps
not.

...
structuresectioning  subsubsubject @ level 5 : 0.7.1.0.0 - \bf 3 
Libra, 14 B.R.
graphics invalid region for 'tbg:1'
! LuaTeX error /usr/share/texmf/tex/context/base/anch-pgr.lua:530: attempt to 
index field 'list' (a nil value)
stack traceback:
/usr/share/texmf/tex/context/base/anch-pgr.lua:530: in function 
'fetchmultipar'
/usr/share/texmf/tex/context/base/anch-pgr.lua:569: in function 
'fetchmultipar'
main ctx instance:1: in main chunk.
\ctxcommand ...\directlua \zerocount {commands.#1}
  
argument ...tipars {\MPvar {self}}{\MPanchorid }
   ; \includeMPgraphic {\MPv...
\meta_process_graphic ...graphicformat , \!!bs #1
  ;\!!es , \!!bs \meta_flush...
\anch_positions_meta_graphic_use ...#3\stopMPcode 
  \endgroup 
\anch_positions_meta_graphic_nested ...graphic #2}
  \endgroup 
\anch_positions_meta_graphic_direct_indeed ...ame 
  \removelastspace }\smashbo...
...
l.34 ... and the methane/oxygen return propellant.
  
? E
You want to edit file Source/Timeline/01_Promises_Made.tex at line 34

The line it is referring to has nothing unusual on it and hasn't
changed in the weeks of several compilation.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com



signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.02.18)

2012-02-20 Thread Wolfgang Schuster

Am 21.02.2012 um 05:03 schrieb Kip Warner:

 Hey folks,
 
 My book was compiling fine with the Jan 27th nightly, but kicks the
 bucket with the Feb 18th build:
 
 ! Undefined control sequence.
 \strc_descriptions_start_yes_reference ...e_state 
  \expandafter \strc_descrip...
 \strc_descriptions_start_yes ...art_yes_reference 
  [#1]
 l.12 \startdefinition[definition:Albedo]
{Albedo}
 
 Is this likely a problem with my typesetting or with ConTeXt?

The same problem was reported a few days ago and fixed in the beta.

If you can’t wait use \startdefintion[reference=…,title=…] which does work.

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


Re: [NTG-context] Broken Nightly (2012.02.05)

2012-02-06 Thread Hans Hagen

On 6-2-2012 09:59, Kip Warner wrote:

Hey folks,

My book was compiling fine with the Jan 27th nightly, but kicks the
bucket with the Feb 5th build:


hm, probably because the garden pick up from our local copy of the 
website ... (i didn't upload that beta to the main site)


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly (2012.02.05)

2012-02-06 Thread Kip Warner
On Mon, 2012-02-06 at 11:01 +0100, Hans Hagen wrote:
 hm, probably because the garden pick up from our local copy of the 
 website ... (i didn't upload that beta to the main site) 

I'll translate that as Hans probably magically fixed it already while I
was still downloading and installing the broken build =)

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly (2012.01.23)

2012-01-24 Thread Wolfgang Schuster

Am 25.01.2012 um 00:02 schrieb Kip Warner:

 Hey Hans et al.,
 
 Using ConTeXt  ver: 2012.01.23 19:45 MKIV  fmt: 2012.1.24  int:
 english/english and LuaTeX, Version beta-0.71.0-2012012215 (rev 4358), I
 get the following error while typesetting my book:
 
 ! Undefined control sequence.
 argument \doconvertedstructurecounter 
[\v!formula ][]

This is already fixed.

mtx-context | current version: 2012.01.24 18:49

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


Re: [NTG-context] Broken Nightly (2012.01.23)

2012-01-24 Thread Kip Warner
On Wed, 2012-01-25 at 00:11 +0100, Wolfgang Schuster wrote:
 This is already fixed.
 
 mtx-context | current version: 2012.01.24 18:49

Thanks. I'll let you know if the new package works.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly Chokes on \rotate

2011-12-30 Thread Hans Hagen

On 30-12-2011 08:40, Wolfgang Schuster wrote:


Am 30.12.2011 um 05:55 schrieb Kip Warner:


Hey folks,

The nightly for Dec 29th seems to choke on \rotate. I have a statement:

\midaligned{\rotate[rotation=42]{\color[red] \bft THIS IS A DRAFT!}}

ConTeXt emits the following:

! Undefined control sequence.
\dodorotatenextbox ... \@@rorotation \@@layerxpos
  \zeropoint
\@@layerypos \z...
\dorotatenextbox ...rotatenextbox \@@rorotation #2
  \fi \boxcursor
\flushnextb...
\boxes_with_next_box ...x \@@rorotation \!!counta
  \egroup
l.22 ...THIS IS A DRAFT!}
  }
?

I'm fairly sure it isn't the \midaligned because I have other statements
it compiles fine.



Do you have a minimal example because this works (when I remove the not 
existing \bft command):

\starttext
\midaligned{\rotate[rotation=42]{\color[red]THIS IS A DRAFT!}}
\stoptext


it is indeed an issue as those temp vars are gone ... i redid the rotate 
last night and will update later today


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly Chokes on \rotate

2011-12-30 Thread Kip Warner
On Fri, 2011-12-30 at 12:16 +0100, Hans Hagen wrote:
 it is indeed an issue as those temp vars are gone ... i redid the rotate 
 last night and will update later today

You know, sometimes I feel guilty pointing out how this or that is
broken, but I suppose its constructive since the book I am writing
really seems to be stress testing the nightlies and helping us find lots
of bugs.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly Chokes on \rotate

2011-12-30 Thread Hans Hagen

On 30-12-2011 21:26, Kip Warner wrote:

On Fri, 2011-12-30 at 12:16 +0100, Hans Hagen wrote:

it is indeed an issue as those temp vars are gone ... i redid the rotate
last night and will update later today


You know, sometimes I feel guilty pointing out how this or that is
broken, but I suppose its constructive since the book I am writing
really seems to be stress testing the nightlies and helping us find lots
of bugs.


don't feel too guilty .. we need testing in order to get things right .. 
currently I'm cleaning up, changing namespaces, getting rid of old code, 
trying to make code more readable and do an occasional speedup and 
therefore bugs can creep in (often easy to correct as it concerns typos 
or forgotten things


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly Chokes on \rotate

2011-12-30 Thread Kip Warner
On Fri, 2011-12-30 at 23:13 +0100, Hans Hagen wrote:
 don't feel too guilty .. we need testing in order to get things right .. 
 currently I'm cleaning up, changing namespaces, getting rid of old code, 
 trying to make code more readable and do an occasional speedup and 
 therefore bugs can creep in (often easy to correct as it concerns typos 
 or forgotten things

Yup. You've built such a brilliant piece of software, it's so big and
complex that 3rd party testing is necessary because you'll never be able
to find everything yourself.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly Still

2011-12-29 Thread Hans Hagen

On 29-12-2011 04:09, Kip Warner wrote:

Hey folks,

Since I upgraded from the Nov 29th nightly to today's Dec 28th, my



! Undefined control sequence.
argument  \@cmstyle


must be something older ... in chem-str.mkiv replace this:

\unexpanded\def\dosetchemicaltext
  {\dousestyleparameter\@@cmstyle
   \dousecolorparameter\@@cmcolor}



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Broken Nightly Still

2011-12-29 Thread Kip Warner
On Thu, 2011-12-29 at 09:49 +0100, Hans Hagen wrote:
 On 29-12-2011 04:09, Kip Warner wrote:
  Hey folks,
 
  Since I upgraded from the Nov 29th nightly to today's Dec 28th, my
 
  ! Undefined control sequence.
  argument  \@cmstyle
 
 must be something older ... in chem-str.mkiv replace this:
 
 \unexpanded\def\dosetchemicaltext
{\dousestyleparameter\@@cmstyle
 \dousecolorparameter\@@cmcolor}

Hey Hans. It compiles fine now. Thanks a lot. Should I keep patching
chem-str.mkiv manually, or should I assume you'll do this upstream for
the next nightly?

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Broken Nightly Chokes on \rotate

2011-12-29 Thread Wolfgang Schuster

Am 30.12.2011 um 05:55 schrieb Kip Warner:

 Hey folks,
 
 The nightly for Dec 29th seems to choke on \rotate. I have a statement:
 
\midaligned{\rotate[rotation=42]{\color[red] \bft THIS IS A DRAFT!}}
 
 ConTeXt emits the following:
 
 ! Undefined control sequence.
 \dodorotatenextbox ... \@@rorotation \@@layerxpos 
  \zeropoint
 \@@layerypos \z...
 \dorotatenextbox ...rotatenextbox \@@rorotation #2
  \fi \boxcursor
 \flushnextb...
 \boxes_with_next_box ...x \@@rorotation \!!counta 
  \egroup 
 l.22 ...THIS IS A DRAFT!}
  }
 ? 
 
 I'm fairly sure it isn't the \midaligned because I have other statements
 it compiles fine.


Do you have a minimal example because this works (when I remove the not 
existing \bft command):

\starttext
\midaligned{\rotate[rotation=42]{\color[red]THIS IS A DRAFT!}}
\stoptext

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


Re: [NTG-context] Broken Nightly

2011-12-23 Thread Hans Hagen

On 23-12-2011 05:33, Kip Warner wrote:

Hey folks,

Since I upgraded from the Nov 29th nightly to today's Dec 22nd, my
ConTeXt source does not compile. I do not understand the error message
either. I would post the source, but there are over a 180 pages worth.


new beta


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___