ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Error: \rootfloatparameter has an extra }
@ 2011-10-05 10:33 zs
  2011-10-05 10:41 ` luigi scarso
  2011-10-05 10:53 ` Wolfgang Schuster
  0 siblings, 2 replies; 6+ messages in thread
From: zs @ 2011-10-05 10:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

trying to recompile older work with recent context, strange error appeared:
! Argument of \rootfloatparameter has an extra }.

I extracted minimal example, see below.

It seems, it has something to do with position of first image.
When the code is slightly changed (removing/adding x or image, font size change),
compilation runs well.
Similar error was reported few days ago (http://www.mail-archive.com/ntg-context@ntg.nl/msg58816.html), but the patch has no effect here.

------- minimal example compiled with "context example.tex" --------

\starttext

\setupbodyfont[rm,13pt]


\subsection[]{x}

\startitemize[]
	\item x
	\item x
	\item x
\stopitemize

\subsection{x}

x

x

x

x

x

\placefigure[][]{}{
	\externalfigure[cow][width=\textwidth]
}

x

\placefigure[][]{}{%
	\externalfigure[cow][]
}


\placefigure[][]{}{%
	\externalfigure[cow][]
}

\placefigure[][]{}{%
	\externalfigure[cow][]
}


\subsection[]{S}

x

x

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


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

* Re: Error: \rootfloatparameter has an extra }
  2011-10-05 10:33 Error: \rootfloatparameter has an extra } zs
@ 2011-10-05 10:41 ` luigi scarso
  2011-10-05 10:48   ` zs
  2011-10-05 11:28   ` luigi scarso
  2011-10-05 10:53 ` Wolfgang Schuster
  1 sibling, 2 replies; 6+ messages in thread
From: luigi scarso @ 2011-10-05 10:41 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Oct 5, 2011 at 12:33 PM, zs <zstryhal@physics.ujep.cz> wrote:
> Hello,
>
> trying to recompile older work with recent context, strange error appeared:
> ! Argument of \rootfloatparameter has an extra }.
>
> I extracted minimal example, see below.
>
> It seems, it has something to do with position of first image.
> When the code is slightly changed (removing/adding x or image, font size change),
> compilation runs well.
> Similar error was reported few days ago (http://www.mail-archive.com/ntg-context@ntg.nl/msg58816.html), but the patch has no effect here.
>
> ------- minimal example compiled with "context example.tex" --------
>
> \starttext
>
> \setupbodyfont[rm,13pt]
>
>
> \subsection[]{x}
>
> \startitemize[]
>        \item x
>        \item x
>        \item x
> \stopitemize
>
> \subsection{x}
>
> x
>
> x
>
> x
>
> x
>
> x
>
> \placefigure[][]{}{
>        \externalfigure[cow][width=\textwidth]
> }
>
> x
>
> \placefigure[][]{}{%
>        \externalfigure[cow][]
> }
>
>
> \placefigure[][]{}{%
>        \externalfigure[cow][]
> }
>
> \placefigure[][]{}{%
>        \externalfigure[cow][]
> }
>
>
> \subsection[]{S}
>
> x
>
> x
>
> \stoptext

no error here with
MTXrun | current version: 2011.01.10 17:55


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

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

* Re: Error: \rootfloatparameter has an extra }
  2011-10-05 10:41 ` luigi scarso
@ 2011-10-05 10:48   ` zs
  2011-10-05 11:28   ` luigi scarso
  1 sibling, 0 replies; 6+ messages in thread
From: zs @ 2011-10-05 10:48 UTC (permalink / raw)
  To: ntg-context


> 
> no error here with
> MTXrun | current version: 2011.01.10 17:55
> 
> 


...may be it is platform dependent, I'm running "texmf-linux-64".

___________________________________________________________________________________
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] 6+ messages in thread

* Re: Error: \rootfloatparameter has an extra }
  2011-10-05 10:33 Error: \rootfloatparameter has an extra } zs
  2011-10-05 10:41 ` luigi scarso
@ 2011-10-05 10:53 ` Wolfgang Schuster
  2011-10-05 11:12   ` zs
  1 sibling, 1 reply; 6+ messages in thread
From: Wolfgang Schuster @ 2011-10-05 10:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 05.10.2011 um 12:33 schrieb zs:

> Hello,
> 
> trying to recompile older work with recent context, strange error appeared:
> ! Argument of \rootfloatparameter has an extra }.
> 
> I extracted minimal example, see below.
> 
> It seems, it has something to do with position of first image.
> When the code is slightly changed (removing/adding x or image, font size change),
> compilation runs well.
> Similar error was reported few days ago (http://www.mail-archive.com/ntg-context@ntg.nl/msg58816.html), but the patch has no effect here.

You have to regenerate the format (context --make en) after patching page-one.mkiv

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
___________________________________________________________________________________


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

* Re: Error: \rootfloatparameter has an extra }
  2011-10-05 10:53 ` Wolfgang Schuster
@ 2011-10-05 11:12   ` zs
  0 siblings, 0 replies; 6+ messages in thread
From: zs @ 2011-10-05 11:12 UTC (permalink / raw)
  To: ntg-context

On Wed, 5 Oct 2011 12:53:44 +0200
Wolfgang Schuster <schuster.wolfgang@googlemail.com> wrote:

> You have to regenerate the format (context --make en) after patching page-one.mkiv
> 
> Wolfgang


Thank you, that was it.

Can you please explain me (or point me at a document) what the regeneration of the format does, or actually what the format is? Why changing the file in the tree has no effect?

Zdenek
___________________________________________________________________________________
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] 6+ messages in thread

* Re: Error: \rootfloatparameter has an extra }
  2011-10-05 10:41 ` luigi scarso
  2011-10-05 10:48   ` zs
@ 2011-10-05 11:28   ` luigi scarso
  1 sibling, 0 replies; 6+ messages in thread
From: luigi scarso @ 2011-10-05 11:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, Oct 5, 2011 at 12:41 PM, luigi scarso <luigi.scarso@gmail.com> wrote:
>
> no error here with
> MTXrun | current version: 2011.01.10 17:55
>
>
> --
> luigi
>
sorry I mean
current version: 2011.10.03 12:59
(with patch from wolfgang)

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


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

end of thread, other threads:[~2011-10-05 11:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-05 10:33 Error: \rootfloatparameter has an extra } zs
2011-10-05 10:41 ` luigi scarso
2011-10-05 10:48   ` zs
2011-10-05 11:28   ` luigi scarso
2011-10-05 10:53 ` Wolfgang Schuster
2011-10-05 11:12   ` zs

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