Re: [NTG-context] Force two figures to appear on the same page
Maybe combinations is what you are looking for? It works very well for me. http://wiki.contextgarden.net/Command/startcombination Andres
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
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: friedrich@statistik.tu-dortmund.de
Am 06.05.2014 um 12:36 schrieb 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.
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
Thank you Wolfgang, it works like a bliss!
Best
Thomas
2014-05-06 12:49 GMT+02:00 Wolfgang Schuster
Am 06.05.2014 um 12:36 schrieb 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.
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: friedrich@statistik.tu-dortmund.de
participants (3)
-
Andres Conrado
-
Thomas Friedrich
-
Wolfgang Schuster