ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
Subject: Two misfeatures in placefigure
Date: Tue, 24 Oct 2006 21:38:50 -0400 (EDT)	[thread overview]
Message-ID: <Pine.WNT.4.63.0610242133410.3244@nqvgln> (raw)

Hi,

  I found two misfeatures in placefigure.

1) with \placefigure[top] the figure can float to the top of the page, 
even if the page starts a title or a chapter.

2) The paragraph after the figure is indented, even if it comes right 
after a \section.

For example,

\setupindenting[medium,yes]
\setupfloats[indentnext=no]
\starttext
\chapter{This is a test}

\section{Introduction}

\placefigure[top][test]
   {Sample Figure}{}
\input knuth
\stoptext

Notice that the figure is on the top of the page and the first 
paragraph of knuth is indented. I could not find any options to turn 
these features off. I think that (2) is hard to detect, and \noindent 
before the paragraph is a workaround, but I could not find any 
work-around for (1) other than moving the \placefigure invocation to 
somewhere later.

Aditya

             reply	other threads:[~2006-10-25  1:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-25  1:38 Aditya Mahajan [this message]
2006-10-25  9:20 ` Taco Hoekwater
2006-10-25 12:10   ` Hans Hagen
2006-10-25 12:57     ` Sanjoy Mahajan
2006-10-25 14:00     ` Aditya Mahajan
2006-10-25 19:11 ` Peter Münster

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=Pine.WNT.4.63.0610242133410.3244@nqvgln \
    --to=adityam@umich.edu \
    --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).