Re: [NTG-context] floatcombinations, localfloats [mkiv]

2010-06-04 Thread Rogutės Sparnuotos
Marius (2010-06-04 21:25):
> On Fri, Jun 4, 2010 at 4:39 PM, Taco Hoekwater  wrote:
> > Rogutės Sparnuotos wrote:
> >>
> >> Marius (2010-06-04 11:30):
> >>>
> >>> Hello, I can't get it to work too. When we could expect it to be
> >>> fixed? Or maybe somebody knows a work around to place two floats side
> >>> by side?
> >
> > Looks like the bit of page-str.mkii that dealt with local floats
> > is not included in page-str.mkiv (which makes sense, as it looks
> > like it does not belong there).
> >
> > Copying those macros verbatim into the test file works, so it
> > is probably just an oversight that they do not appear elsewhere
> > in mkiv. (see attachment)
>
> Thank you, Taco, your code works, but I have one more question.
> 
> My figures are placed side by side and its captions overlap, because I set
> 
> \setupcaptions  [width=0.8\textwidth]
> 
> How to set width parameter just for the captions of floatcombination? 

Most settings between

  \start
  \stop

are local, so you can simply do

\placefigure[none]{}{
  \startfloatcombination[2*1]
\setupcaptions[width=fit]
\placefigure[here]{}{\externalfigure[01]}
\placefigure[here]{}{\externalfigure[02]}
  \stopfloatcombination
}

-- 
--  Rogutės Sparnuotos
___
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] floatcombinations, localfloats [mkiv]

2010-06-04 Thread Hans Hagen

On 4-6-2010 3:39, Taco Hoekwater wrote:

Rogutės Sparnuotos wrote:

Marius (2010-06-04 11:30):

Hello, I can't get it to work too. When we could expect it to be
fixed? Or maybe somebody knows a work around to place two floats side
by side?


Looks like the bit of page-str.mkii that dealt with local floats
is not included in page-str.mkiv (which makes sense, as it looks
like it does not belong there).

Copying those macros verbatim into the test file works, so it
is probably just an oversight that they do not appear elsewhere
in mkiv. (see attachment)



ok, will be fixed in next beta

-
  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] floatcombinations, localfloats [mkiv]

2010-06-04 Thread Marius
Thank you, Taco, your code works, but I have one more question.

My figures are placed side by side and its captions overlap, because I set

\setupcaptions  [width=0.8\textwidth]

How to set width parameter just for the captions of floatcombination?



On Fri, Jun 4, 2010 at 4:39 PM, Taco Hoekwater  wrote:
> Rogutės Sparnuotos wrote:
>>
>> Marius (2010-06-04 11:30):
>>>
>>> Hello, I can't get it to work too. When we could expect it to be
>>> fixed? Or maybe somebody knows a work around to place two floats side
>>> by side?
>
> Looks like the bit of page-str.mkii that dealt with local floats
> is not included in page-str.mkiv (which makes sense, as it looks
> like it does not belong there).
>
> Copying those macros verbatim into the test file works, so it
> is probably just an oversight that they do not appear elsewhere
> in mkiv. (see attachment)
>
> Best wishes,
> Taco
___
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] floatcombinations, localfloats [mkiv]

2010-06-04 Thread Taco Hoekwater

Rogutės Sparnuotos wrote:

Marius (2010-06-04 11:30):

Hello, I can't get it to work too. When we could expect it to be
fixed? Or maybe somebody knows a work around to place two floats side
by side?


Looks like the bit of page-str.mkii that dealt with local floats
is not included in page-str.mkiv (which makes sense, as it looks
like it does not belong there).

Copying those macros verbatim into the test file works, so it
is probably just an oversight that they do not appear elsewhere
in mkiv. (see attachment)

Best wishes,
Taco



floats.tex
Description: TeX document
___
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] floatcombinations, localfloats [mkiv]

2010-06-04 Thread Rogutės Sparnuotos
Marius (2010-06-04 11:30):
> Hello, I can't get it to work too. When we could expect it to be
> fixed? Or maybe somebody knows a work around to place two floats side
> by side?

MkII?

-- 
--  Rogutės Sparnuotos
___
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] floatcombinations, localfloats [mkiv]

2010-06-04 Thread Marius
Hello, I can't get it to work too. When we could expect it to be
fixed? Or maybe somebody knows a work around to place two floats side
by side?

On Tue, Jun 1, 2010 at 11:46 AM, Thomas Floeren
 wrote:
>
> Hello,
>
> I can't get floatcombinations to work in mkiv:
>
> \starttext
> \placefigure [none]{}
> {\startfloatcombination [2*1]
> \placefigure {.}%
> {\externalfigure [.]}
> \placefigure {.}%
> {\externalfigure [.]}
> \stopfloatcombination}
> \stoptext
>
> (some definitions are missing: forcelocalfloats, resetlocalfloats, 
> noflocalfloats)
>
> Best wishes
> Thomas
>
>
>
> This is LuaTeX, Version beta-0.60.1-2010052906 (Web2C 2010/pretest) (rev 3685)
> ConTeXt  ver: 2010.06.01 00:18 MKIV  fmt: 2010.6.1  int: english/english
>
> ___
> 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
> ___
>
___
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] floatcombinations, localfloats [mkiv]

2010-06-01 Thread Thomas Floeren
 
Hello,

I can't get floatcombinations to work in mkiv:

\starttext
\placefigure [none]{}
{\startfloatcombination [2*1]
\placefigure {.}%
{\externalfigure [.]}
\placefigure {.}%
{\externalfigure [.]}
\stopfloatcombination}
\stoptext

(some definitions are missing: forcelocalfloats, resetlocalfloats, 
noflocalfloats)

Best wishes
Thomas



This is LuaTeX, Version beta-0.60.1-2010052906 (Web2C 2010/pretest) (rev 3685) 
ConTeXt  ver: 2010.06.01 00:18 MKIV  fmt: 2010.6.1  int: english/english

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