ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* error with floats in xtables with defined width
@ 2016-11-29  8:29 Michael Eidenbenz
  2016-11-29 10:01 ` Michael Eidenbenz
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Eidenbenz @ 2016-11-29  8:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello, 

this M(not)WE gives me the following error:

You can't use `\prevdepth' in restricted horizontal mode

Is this a bug?
I'm running: 2016.11.24 12:05 MKIV beta

thanks Michael


\starttext
\startxtable
    \startxrow
      % \startxcell
      \startxcell[width=10cm] % this leads to an error
        \placefigure[][]{}{\externalfigure[][]}
      \stopxcell
    \stopxrow
\stopxtable
\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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error with floats in xtables with defined width
  2016-11-29  8:29 error with floats in xtables with defined width Michael Eidenbenz
@ 2016-11-29 10:01 ` Michael Eidenbenz
  2016-11-29 10:23   ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Eidenbenz @ 2016-11-29 10:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

\vbox{\placefigure[][]{}{\externalfigure[][]}}

does the trick (but why?)


> On 29 Nov 2016, at 09:29, Michael Eidenbenz <eidenbenz@arch.ethz.ch> wrote:
> 
> Hello, 
> 
> this M(not)WE gives me the following error:
> 
> You can't use `\prevdepth' in restricted horizontal mode
> 
> Is this a bug?
> I'm running: 2016.11.24 12:05 MKIV beta
> 
> thanks Michael
> 
> 
> \starttext
> \startxtable
>    \startxrow
>      % \startxcell
>      \startxcell[width=10cm] % this leads to an error
>        \placefigure[][]{}{\externalfigure[][]}
>      \stopxcell
>    \stopxrow
> \stopxtable
> \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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error with floats in xtables with defined width
  2016-11-29 10:01 ` Michael Eidenbenz
@ 2016-11-29 10:23   ` Hans Hagen
  2016-11-29 14:30     ` Michael Eidenbenz
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2016-11-29 10:23 UTC (permalink / raw)
  To: ntg-context

On 11/29/2016 11:01 AM, Michael Eidenbenz wrote:
> \vbox{\placefigure[][]{}{\externalfigure[][]}}
>
> does the trick (but why?)

because \placefigure is a mlv command i.e. it is not supposed to be used 
in a box

>> On 29 Nov 2016, at 09:29, Michael Eidenbenz <eidenbenz@arch.ethz.ch> wrote:
>>
>> Hello,
>>
>> this M(not)WE gives me the following error:
>>
>> You can't use `\prevdepth' in restricted horizontal mode
>>
>> Is this a bug?
>> I'm running: 2016.11.24 12:05 MKIV beta
>>
>> thanks Michael
>>
>>
>> \starttext
>> \startxtable
>>    \startxrow
>>      % \startxcell
>>      \startxcell[width=10cm] % this leads to an error
>>        \placefigure[][]{}{\externalfigure[][]}
>>      \stopxcell
>>    \stopxrow
>> \stopxtable
>> \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://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>


-- 

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error with floats in xtables with defined width
  2016-11-29 10:23   ` Hans Hagen
@ 2016-11-29 14:30     ` Michael Eidenbenz
  2016-11-29 14:55       ` Wolfgang Schuster
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Eidenbenz @ 2016-11-29 14:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

sorry, but what does "mlv" stand for?


> On 29 Nov 2016, at 11:23, Hans Hagen <pragma@wxs.nl> wrote:
> 
> On 11/29/2016 11:01 AM, Michael Eidenbenz wrote:
>> \vbox{\placefigure[][]{}{\externalfigure[][]}}
>> 
>> does the trick (but why?)
> 
> because \placefigure is a mlv command i.e. it is not supposed to be used in a box
> 
>>> On 29 Nov 2016, at 09:29, Michael Eidenbenz <eidenbenz@arch.ethz.ch> wrote:
>>> 
>>> Hello,
>>> 
>>> this M(not)WE gives me the following error:
>>> 
>>> You can't use `\prevdepth' in restricted horizontal mode
>>> 
>>> Is this a bug?
>>> I'm running: 2016.11.24 12:05 MKIV beta
>>> 
>>> thanks Michael
>>> 
>>> 
>>> \starttext
>>> \startxtable
>>>   \startxrow
>>>     % \startxcell
>>>     \startxcell[width=10cm] % this leads to an error
>>>       \placefigure[][]{}{\externalfigure[][]}
>>>     \stopxcell
>>>   \stopxrow
>>> \stopxtable
>>> \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://context.aanhet.net
>>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>>> 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://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : http://contextgarden.net
>> ___________________________________________________________________________________
>> 
> 
> 
> -- 
> 
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error with floats in xtables with defined width
  2016-11-29 14:30     ` Michael Eidenbenz
@ 2016-11-29 14:55       ` Wolfgang Schuster
  2016-11-29 15:28         ` Michael Eidenbenz
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Schuster @ 2016-11-29 14:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Michael Eidenbenz <mailto:eidenbenz@arch.ethz.ch>
> 29. November 2016 um 15:30
> sorry, but what does "mlv" stand for?
It’s mvl which stands for main vertical list.

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: error with floats in xtables with defined width
  2016-11-29 14:55       ` Wolfgang Schuster
@ 2016-11-29 15:28         ` Michael Eidenbenz
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Eidenbenz @ 2016-11-29 15:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

thanks wolfgang.

> On 29 Nov 2016, at 15:55, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:
> 
>> Michael Eidenbenz <mailto:eidenbenz@arch.ethz.ch> 29. November 2016 um 15:30
>> sorry, but what does "mlv" stand for?
> It’s mvl which stands for main vertical list.
> 
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________


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

[-- Attachment #2: Type: text/plain, Size: 492 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2016-11-29 15:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-29  8:29 error with floats in xtables with defined width Michael Eidenbenz
2016-11-29 10:01 ` Michael Eidenbenz
2016-11-29 10:23   ` Hans Hagen
2016-11-29 14:30     ` Michael Eidenbenz
2016-11-29 14:55       ` Wolfgang Schuster
2016-11-29 15:28         ` Michael Eidenbenz

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