On 06.09.16, at 02:55, Aditya Mahajan
wrote: On Mon, 5 Sep 2016, Florian Leupold wrote:
One problem, however, persists: The theorem environment gets misplaced when a figure is placed to its left:
\setupexternalfigures[location=default] \setupenumerations[ alternative=left, text=Theorem, title=no, stopper={:}, distance=0ex, width=fit, right={~}, style=normal, hang=fit]
I am not sure what visual layout you want, but how about using:
\setupenumerations[ alternative=serried, text=Theorem, title=no, stopper={:}, distance=0ex, width=fit, right={~}, style=normal, ] \defineenumeration[theorem]
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 ___________________________________________________________________________________
Dear Aditya, thanks, that is indeed what I wanted to achieve. I don’t know why I got hung up with “alternative=left”. Best, Florian