ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \setupcaptions hangs
@ 2011-09-19  1:42 Aditya Mahajan
  2011-09-19  7:10 ` Wolfgang Schuster
  2011-09-19 10:34 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Aditya Mahajan @ 2011-09-19  1:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

\setupcaptions[width=\textwidth]

hangs with an infinite loop.

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

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


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

* Re: \setupcaptions hangs
  2011-09-19  1:42 \setupcaptions hangs Aditya Mahajan
@ 2011-09-19  7:10 ` Wolfgang Schuster
  2011-09-19 10:34   ` Hans Hagen
  2011-09-19 10:34 ` Hans Hagen
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2011-09-19  7:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 19.09.2011 um 03:42 schrieb Aditya Mahajan:

> Hi,
> 
> \setupcaptions[width=\textwidth]
> 
> hangs with an infinite loop.


The following let you compile your document but captions are missing, it’s something for Hans to fix.

str-flt.mkiv

%D Individial settings:

-\presetstructurecountersetup\setupcaption\sharedstructurecounterparameter

\appendtoks
-   \let\currenfloat\currentcaption
+   \let\currenfloat\currentfloatcaption
    \dostructurecountersetup\currentfloat\floatcaptionparameter
    \docheckstructurecountersetup\currentfloat
\to \everysetupfloatcaption

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

* Re: \setupcaptions hangs
  2011-09-19  1:42 \setupcaptions hangs Aditya Mahajan
  2011-09-19  7:10 ` Wolfgang Schuster
@ 2011-09-19 10:34 ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2011-09-19 10:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 19-9-2011 03:42, Aditya Mahajan wrote:
> Hi,
>
> \setupcaptions[width=\textwidth]
>
> hangs with an infinite loop.

fixed (we noticed it here too)

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

* Re: \setupcaptions hangs
  2011-09-19  7:10 ` Wolfgang Schuster
@ 2011-09-19 10:34   ` Hans Hagen
  2011-09-19 14:06     ` Aditya Mahajan
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2011-09-19 10:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 19-9-2011 09:10, Wolfgang Schuster wrote:

> -   \let\currenfloat\currentcaption
> +   \let\currenfloat\currentfloatcaption

 > +   \let\currentfloat\currentfloatcaption

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

* Re: \setupcaptions hangs
  2011-09-19 10:34   ` Hans Hagen
@ 2011-09-19 14:06     ` Aditya Mahajan
  0 siblings, 0 replies; 5+ messages in thread
From: Aditya Mahajan @ 2011-09-19 14:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 19 Sep 2011, Hans Hagen wrote:

> On 19-9-2011 09:10, Wolfgang Schuster wrote:
>
>> -   \let\currenfloat\currentcaption
>> +   \let\currenfloat\currentfloatcaption
>
>> +   \let\currentfloat\currentfloatcaption

Thanks.

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

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


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

end of thread, other threads:[~2011-09-19 14:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-19  1:42 \setupcaptions hangs Aditya Mahajan
2011-09-19  7:10 ` Wolfgang Schuster
2011-09-19 10:34   ` Hans Hagen
2011-09-19 14:06     ` Aditya Mahajan
2011-09-19 10:34 ` 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).