ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jelle Huisman <jelle@jhnet.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: hangaround in right side of column?
Date: Mon, 23 Mar 2009 17:27:33 +0000	[thread overview]
Message-ID: <49C7C685.5060906@jhnet.nl> (raw)

Hi all,

I try to get text flowing nicely around a figure but since I'm working 
in a columns environment \placefloat related stuff doesn't work. Using 
\starthangaround I get precisely what I want but I need to place figures 
to the right instead of to the left. I modified the definition for 
\starthangaround (from cont-new.tex) but I'm afraid I don't understand 
enough of it to get it working, anyone who can help?

\starttext
\def\startmyhangaround
  {\noindent\bgroup
   \dowithnextbox
     {\ifdim\nextboxht>\strutht\setbox\nextbox\tbox{\flushnextbox}\fi
      \setbox\nextbox\hbox{\flushnextbox\hskip\@@hadistance}%
      \getboxheight\scratchdimen\of\box\nextbox
      \getnoflines\scratchdimen
      \nextboxdp\strutdp
      \nextboxht\strutht
      \hangindent\nextboxwd
      \hangafter-\noflines
      \rlap{\flushnextbox}\ignorespaces}
   \hbox}
\startcolumns[n=2,balance=yes]
\dorecurse{2}{\input tufte \par}
\startmyhangaround{\externalfigure[cow]}    % figure placement is right but,
\input tufte                                                     % this 
text needs to start left...
\stophangaround
\stopcolumns
\stoptext

Thanks,

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


             reply	other threads:[~2009-03-23 17:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-23 17:27 Jelle Huisman [this message]
2009-03-23 17:41 ` Wolfgang Schuster
2009-03-23 19:30   ` Jelle Huisman

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=49C7C685.5060906@jhnet.nl \
    --to=jelle@jhnet.nl \
    --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).