ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Different behaviour of textcommand (setupcaption+startplacefigure)
@ 2020-03-29 17:55 Tomas Hala
  2020-03-29 18:24 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Tomas Hala @ 2020-03-29 17:55 UTC (permalink / raw)
  To: Mailing list ConTeXt

Hi all, 

I noticed the difference in behaviour of textcommand which depends
on the location: for top, bottom and page the \crlf (see MWE) is applied
while for the left and right not even if other values (\red, any-text)
are used as expecterd.

How could I activate the textcommand=\crlf for location=right?
(The line break appears only the width of the figure becomes too small.)

Tested with TL2019 and with version from Mar 6, 2020.

Best wishes,

Tomáš


%% MWE:

\starttext

\setupcaption[figure][textcommand=\crlf]
\startplacefigure[location=top,title=Cow]
  \externalfigure[cow.jpg][height=4cm]
\stopplacefigure
\input knuth

\setupcaption[figure][textcommand=\crlf]
\startplacefigure[location=right,title=Cow]
  \externalfigure[cow.jpg][height=4cm]
\stopplacefigure
\input knuth

\stoptext
___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2020-03-29 20:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-29 17:55 Different behaviour of textcommand (setupcaption+startplacefigure) Tomas Hala
2020-03-29 18:24 ` Wolfgang Schuster
2020-03-29 20:38   ` Tomas Hala

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