ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \startplacefigure and \startframedtext in lmtx
@ 2020-06-09  9:04 Otared Kavian
  2020-06-10 13:19 ` Otared Kavian
  2020-06-10 15:30 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Otared Kavian @ 2020-06-09  9:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,

I just noticed that in lmtx, the commands \startplacefigure and \startframedtext, when used together, do not behave in the same way as they do in mkiv. 
I wonder whether this is a permanent change or rather a buglet.

I found a fix around the issue, but since in my document I have a certain number of cases where such combinations are used, I woul dlike to be sure to not make a mistake by changing all the instances… Here is an example:

%% begin figure-framedtext.tex
\useMPlibrary[dum]
\defineexternalfigure[dummy] 

\starttext
\startplacefigure[location=left,number=no,title={}]
	\externalfigure[dummy][width=.45\textwidth]
\stopplacefigure
\dontleavehmode % if this is commented out then the text and the figure are placed on top of each other
\startframedtext[frame=off]
	\input ward.tex
\stopframedtext
\stoptext
%% end figure-framedtext.tex

In the above example the fix is to add \dontleavehmode between the figue and the framedtext. If one comments out that line then the issue can be seen.

Thanks in advance for any help: Otared K.

___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2020-06-10 15:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09  9:04 \startplacefigure and \startframedtext in lmtx Otared Kavian
2020-06-10 13:19 ` Otared Kavian
2020-06-10 15:30 ` Hans Hagen
2020-06-10 15:40   ` Wolfgang Schuster
2020-06-10 15:49   ` mf

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