Re: [NTG-context] Force two figures to appear on the same page

2014-05-07 Thread Thomas Friedrich
Thank you Wolfgang, it works like a bliss!

Best
Thomas


2014-05-06 12:49 GMT+02:00 Wolfgang Schuster schuster.wolfg...@gmail.com:

 Am 06.05.2014 um 12:36 schrieb Thomas Friedrich 
 friedr...@statistik.tu-dortmund.de:

 Unfortunately, this is not what I am looking for: Both figures have
 there own caption and shall appear as separate figures in the list of
 figures at the end of the document.


 You can use the floatcombination environment to put many floats into a single 
 block,
 the figure environment around the combination environment where I disabled
 the counter is used to center the block.

 \setupexternalfigures[location=default]

 \starttext

 \input knuth

 \startplacefigure[location=nonumber]
 \startfloatcombination[1*2]
 \startplacefigure[title={Dutch cow}]
 \externalfigure[cow][width=4cm]
 \stopplacefigure
 \startplacefigure[title={English cow}]
 \externalfigure[cow][width=4cm]
 \stopplacefigure
 \stopfloatcombination
 \stopplacefigure

 \input ward

 \stoptext

 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
 ___



-- 
Thomas Möbius
Fakultät Statistik
Technische Universität Dortmund
44221 Dortmund
Telefon: 0231 755 - 3116
FAX: 0231 755 - 5304
E-Mail: friedr...@statistik.tu-dortmund.de
___
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] Force two figures to appear on the same page

2014-05-06 Thread Thomas Friedrich
Unfortunately, this is not what I am looking for: Both figures have
there own caption and shall appear as separate figures in the list of
figures at the end of the document.

2014-04-30 22:39 GMT+02:00 Andres Conrado ela...@chiquitico.org:
 Maybe combinations is what you are looking for? It works very well for me.
 http://wiki.contextgarden.net/Command/startcombination

 Andres

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



-- 
Thomas Möbius
Fakultät Statistik
Technische Universität Dortmund
44221 Dortmund
Telefon: 0231 755 - 3116
FAX: 0231 755 - 5304
E-Mail: friedr...@statistik.tu-dortmund.de
___
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] Force two figures to appear on the same page

2014-05-06 Thread Wolfgang Schuster

Am 06.05.2014 um 12:36 schrieb Thomas Friedrich 
friedr...@statistik.tu-dortmund.de:

 Unfortunately, this is not what I am looking for: Both figures have
 there own caption and shall appear as separate figures in the list of
 figures at the end of the document.


You can use the floatcombination environment to put many floats into a single 
block,
the figure environment around the combination environment where I disabled
the counter is used to center the block.

\setupexternalfigures[location=default]

\starttext

\input knuth

\startplacefigure[location=nonumber]
\startfloatcombination[1*2]
\startplacefigure[title={Dutch cow}]
\externalfigure[cow][width=4cm]
\stopplacefigure
\startplacefigure[title={English cow}]
\externalfigure[cow][width=4cm]
\stopplacefigure
\stopfloatcombination
\stopplacefigure

\input ward

\stoptext

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
___


Re: [NTG-context] Force two figures to appear on the same page

2014-04-30 Thread Andres Conrado
Maybe combinations is what you are looking for? It works very well for me.
http://wiki.contextgarden.net/Command/startcombination

Andres
___
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] Force two figures to appear on the same page

2014-04-30 Thread Andres Conrado
I forgot to include a MWE:

%%

\starttext

\setupexternalfigures[location={local, default}]

\startcombination[1*3]

{\externalfigure[cow][height=1cm]} {d}

{\externalfigure[cow][height=1cm]} {e}

{\externalfigure[cow][height=1cm]} {f}

\stopcombination

\stoptext

%


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