ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* extra \fi
@ 2012-07-09  7:50 Meer, H. van der
  2012-07-09 15:08 ` Prashanth
  0 siblings, 1 reply; 4+ messages in thread
From: Meer, H. van der @ 2012-07-09  7:50 UTC (permalink / raw)
  To: ConTeXt NTG

Is the following a known issue with this beta? When a float block moves the error appears:
ConTeXt  ver: 2012.07.04 23:48 MKIV  fmt: 2012.7.6  int: english/english

floatblocks     > 1 placed
floatblocks     > 1 saved
pages           > flushing realpage 5, userpage 1
floatblocks     > 1 moved
floatblocks     > 2 moved
! Extra \fi.

A short example is difficult to procure, but adding one line of text, inducing the float to move, triggers the error.

Hans van der Meer



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


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

* Re: extra \fi
  2012-07-09  7:50 extra \fi Meer, H. van der
@ 2012-07-09 15:08 ` Prashanth
  2012-07-09 15:34   ` Andreas Mang
  0 siblings, 1 reply; 4+ messages in thread
From: Prashanth @ 2012-07-09 15:08 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1237 bytes --]

Looks like this is what triggers an error in my document too. [Ref. 
"Broken Nightly 2012.07.08 20:02 - unpredictable errors on blank lines"]

Commenting out all floats got rid of the error.

On 09/07/12 09:50, Meer, H. van der wrote:
> Is the following a known issue with this beta? When a float block moves the error appears:
> ConTeXt  ver: 2012.07.04 23:48 MKIV  fmt: 2012.7.6  int: english/english
>
> floatblocks     > 1 placed
> floatblocks     > 1 saved
> pages           > flushing realpage 5, userpage 1
> floatblocks     > 1 moved
> floatblocks     > 2 moved
> ! Extra \fi.
>
> A short example is difficult to procure, but adding one line of text, inducing the float to move, triggers the error.
>
> Hans van der Meer
>
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 2094 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: extra \fi
  2012-07-09 15:08 ` Prashanth
@ 2012-07-09 15:34   ` Andreas Mang
  2012-07-09 18:27     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Mang @ 2012-07-09 15:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2947 bytes --]

Hi,

Same here. Interestingly, the minimal example

% start example
\starttext
\placefigure[top][ref:somefigure]{some caption}{\externalfigure[cow][width=0.5\makeupwidth]}
\stoptext
% stop example

works fine.

I have managed to reproduce the error on my machine (MAC OS X: ConTeXt  ver: 2012.07.07 15:04 MKIV  fmt: 2012.7.8) by putting multiple "\input knuth"s (note, that I had to put them exactly as given below; not introducing an empty line after "\input knuth" or fewer "\input knuth"s in front, does not yield an error):

% start example
\starttext
\input knuth

\input knuth

\input knuth

\placefigure[top][ref:somefigure]{some caption}{\externalfigure[cow][width=0.5\makeupwidth]}

\input knuth

\input knuth

\stoptext
% stop example

Hope this helps.

Cheers,
Andreas

Error message:
Extra \fi.

\page_otr_triggered_output_routine ...routine \fi

<output> ...ut \page_otr_triggered_output_routine
                                                  \relax \the \everyafterout...
l.11


Am Jul 9, 2012 um 5:08 PM schrieb Prashanth:

Looks like this is what triggers an error in my document too. [Ref. "Broken Nightly 2012.07.08 20:02 - unpredictable errors on blank lines"]

Commenting out all floats got rid of the error.

On 09/07/12 09:50, Meer, H. van der wrote:

Is the following a known issue with this beta? When a float block moves the error appears:
ConTeXt  ver: 2012.07.04 23:48 MKIV  fmt: 2012.7.6  int: english/english

floatblocks     > 1 placed
floatblocks     > 1 saved
pages           > flushing realpage 5, userpage 1
floatblocks     > 1 moved
floatblocks     > 2 moved
! Extra \fi.

A short example is difficult to procure, but adding one line of text, inducing the float to move, triggers the error.

Hans van der Meer



___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl<mailto:ntg-context@ntg.nl> / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl<http://www.pragma-ade.nl/> / http://tex.aanhet.net<http://tex.aanhet.net/>
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net<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<mailto: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
___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 5074 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: extra \fi
  2012-07-09 15:34   ` Andreas Mang
@ 2012-07-09 18:27     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2012-07-09 18:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 9-7-2012 17:34, Andreas Mang wrote:

> A short example is difficult to procure, but adding one line of text, inducing the float to move, triggers the error.


\ifcoditional => \ifconditional

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
___________________________________________________________________________________


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

end of thread, other threads:[~2012-07-09 18:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-09  7:50 extra \fi Meer, H. van der
2012-07-09 15:08 ` Prashanth
2012-07-09 15:34   ` Andreas Mang
2012-07-09 18:27     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).