ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Tomas Hala <tomas.hala@mendelu.cz>
To: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Different behaviour of textcommand (setupcaption+startplacefigure)
Date: Sun, 29 Mar 2020 22:38:05 +0200	[thread overview]
Message-ID: <20200329203805.GB11254@akela.mendelu.cz> (raw)
In-Reply-To: <3860a989-1048-45c1-9c19-213800f49a1f@gmail.com>

Sun, Mar 29, 2020 ve 08:24:53PM +0200 Wolfgang Schuster napsal(a):
# Tomas Hala schrieb am 29.03.2020 um 19:55:
# >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.
#
# 1. The cow figure is a PDF file.

Typo during cleaning the MWE, sorry.

# 2. Use the "spaceinbetween" key to add a break after the label + counter.

Unfortunately, spaceinbetween does not work with "right", too, I tried it before.

# 3. Captions use "width=fit" as default setting which produces a
# horizontal box for your side float which ignores the \crlf command,
# when you change the setting to "width=max" in combination with
# "align=middle" the title start on a new line.

Thank you for the explanation, now it is clear.
And for the piece of code, too.

Best wishes,

Tomáš

#
# \setupexternalfigures
#   [location=default]
#
# \setupcaption
#   [figure]
#   [spaceinbetween=none,
#             width=max,
#             align=middle]
#
# \starttext
#
# \startplacefigure[location=top,title=Cow]
#   \externalfigure[cow][height=4cm]
# \stopplacefigure
# \samplefile{knuth}
#
# \startplacefigure[location=right,title=Cow]
#   \externalfigure[cow][height=4cm]
# \stopplacefigure
# \samplefile{knuth}
#
# \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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2020-03-29 20:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-29 17:55 Tomas Hala
2020-03-29 18:24 ` Wolfgang Schuster
2020-03-29 20:38   ` Tomas Hala [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200329203805.GB11254@akela.mendelu.cz \
    --to=tomas.hala@mendelu.cz \
    --cc=ntg-context@ntg.nl \
    --cc=wolfgang.schuster.lists@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).