ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "śrīrāma via ntg-context" <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: śrīrāma <citturs@gmail.com>, "Michael Urban" <urban.m@ca.rr.com>
Subject: Re: Indented Paragraph After Float?
Date: Tue, 08 Feb 2022 07:40:30 +0530	[thread overview]
Message-ID: <2619384.mvXUDI8C0e@sreeramtplt> (raw)
In-Reply-To: <5334F084-F1DD-4A84-AD10-A03F4108784A@ca.rr.com>

On Tuesday, February 8, 2022 7:12 AM Michael Urban via ntg-context wrote:
> produces output (for me) with the next paragraph after the figure placement
> unindented.  I cannot think of a workaround hack in this case.

Some location values seem to affect the indentation in the next paragraph. A fix 
is to use \indentation after \stopplacefigure.

    \setupfloat[figure][indentnext=yes]
    \starttext
    %\setupbodyfont[11pt]
    \setupindenting[yes, medium]
    \input ward
    \endgraf

    \startplacefigure[title=A Figure,location={page,auto}]
    \startframedtext \input ward.tex \stopframedtext
    \stopplacefigure
    \indentation
    Why am I not indented?

    \input ward
    \stoptext

Sreeram


___________________________________________________________________________________
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:[~2022-02-08  2:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-08  1:42 Michael Urban via ntg-context
2022-02-08  2:10 ` śrīrāma via ntg-context [this message]
2022-02-08  2:37   ` Michael Urban via ntg-context

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=2619384.mvXUDI8C0e@sreeramtplt \
    --to=ntg-context@ntg.nl \
    --cc=citturs@gmail.com \
    --cc=urban.m@ca.rr.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).