ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Indent paragraph after \placefigure
Date: Sun, 27 Mar 2011 19:45:41 +0200	[thread overview]
Message-ID: <C392FCE4-A975-4214-A0D4-7FEFA985F7F9@googlemail.com> (raw)
In-Reply-To: <20110326233715.1bebfbf2@glyph>


Am 26.03.2011 um 23:37 schrieb Marco:

> How to indent the paragraph after a \placefigure?
> 
> Example:
> 
> \setupindenting [yes, medium]
> \starttext
> This line is indented as intended.
> 
> \placefigure[auto][fig:somefigure]{My graphic}{}
> 
> This is not, but I'd like it to be.
> 
> This line is fine.
> \stoptext

Not sure if there are side effects but adding \nonoindentation to these
two commands from strc-flt.mkiv help for the “auto” and “bottom” keywords.

- \def\somebottomfloat       [#1]{\someelsefloat[#1]}
- \def\someautofloat         [#1]{\someelsefloat[#1]}
+ \def\someautofloat         [#1]{\someelsefloat[#1]\nonoindentation}
+ \def\somebottomfloat       [#1]{\someelsefloat[#1]\nonoindentation}

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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  parent reply	other threads:[~2011-03-27 17:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-26 22:37 Marco
2011-03-26 23:15 ` Pontus Lurcock
2011-03-26 23:22   ` Marco
2011-03-27  0:15     ` Pontus Lurcock
2011-03-27  0:22       ` Marco
2011-03-27  7:12     ` Wolfgang Schuster
2011-03-27 12:18       ` Marco
2011-03-27 21:14         ` Pontus Lurcock
2011-03-27 21:49           ` Marco
2011-03-27 21:59             ` Pontus Lurcock
2011-03-27 22:53           ` Hans Hagen
2011-03-27 23:05             ` Marco
2011-05-14 16:41             ` Steffen Wolfrum
2011-03-27 17:45 ` Wolfgang Schuster [this message]
2011-03-27 20:09   ` Marco

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=C392FCE4-A975-4214-A0D4-7FEFA985F7F9@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /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).