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
___


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

2012-07-07 Thread Prashanth

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!
Best regards,
Prash
___
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
___