ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* figuretext in columns
@ 2002-06-03 18:12 Michael Guravage
  2002-06-03 19:42 ` John Culleton
  2002-06-06  7:29 ` Hans Hagen
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Guravage @ 2002-06-03 18:12 UTC (permalink / raw)


I am attempting to typeset a document in two columns. The contents are 
organized as subjects, i.e. '\subject', and several subjects should employ a 
graphic in the style of a figuretext.  Both columns and figuretext work fine 
separately, but not together; at least not the way I combine them. Here is an 
example of what does not work:

\useexternalfigure[small seal][stempel_255.png][width=40pt, method=png, 
frame=off]
\starttext
  \startcolumns[rule=off, n=2, tolerance=verytolerant]
    \input tufte
    \startfiguretext[left][]{none}{\externalfigure[small seal]}
      \input tufte
    \stopfiguretext
  \stopcolumns
\stoptext

I have tried several alternatives, e.g. vbox, etc., but without success. I 
would appreciate hearing from anyone with any advice on how to proceed.

Regrds,

Michael

-- 
Michael A. Guravage            Email: guravage@nlr.nl
National Aerospace Laboratory  Phone: +31 (0)20 511 3695
P.O. Box 90502		       Fax:   +31 (0)20 511 3210
1006 BM, Amsterdam,	       GSM:   +31 (0)62 143 1435
The Netherlands		       URL:   <http://www.nlr.nl>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: figuretext in columns
  2002-06-03 18:12 figuretext in columns Michael Guravage
@ 2002-06-03 19:42 ` John Culleton
  2002-06-06  7:29 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: John Culleton @ 2002-06-03 19:42 UTC (permalink / raw)


On Monday 03 June 2002 02:12 pm, Michael Guravage wrote:
> I am attempting to typeset a document in two columns. The contents are
> organized as subjects, i.e. '\subject', and several subjects should employ
> a graphic in the style of a figuretext.  Both columns and figuretext work
> fine separately, but not together; at least not the way I combine them.
> Here is an example of what does not work:
>
> \useexternalfigure[small seal][stempel_255.png][width=40pt, method=png,
> frame=off]
> \starttext
>   \startcolumns[rule=off, n=2, tolerance=verytolerant]
>     \input tufte
>     \startfiguretext[left][]{none}{\externalfigure[small seal]}
>       \input tufte
>     \stopfiguretext
>   \stopcolumns
> \stoptext
>
> I have tried several alternatives, e.g. vbox, etc., but without success. I
> would appreciate hearing from anyone with any advice on how to proceed.
>
> Regrds,
>
> Michael

This is a known problem.  I think Hans is working on it.  See previous 
correspondence by myself and others under the topic
``\placefigure unpredictable.''

-- 
John Culleton
Able Indexers and Typesetters 
http://wexfordpress.com

__________________________________________________
D O T E A S Y - "Join the web hosting revolution!"
             http://www.doteasy.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: figuretext in columns
  2002-06-03 18:12 figuretext in columns Michael Guravage
  2002-06-03 19:42 ` John Culleton
@ 2002-06-06  7:29 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2002-06-06  7:29 UTC (permalink / raw)
  Cc: ntg-context

At 08:12 PM 6/3/2002 +0200, you wrote:
>I am attempting to typeset a document in two columns. The contents are
>organized as subjects, i.e. '\subject', and several subjects should employ a
>graphic in the style of a figuretext.  Both columns and figuretext work fine
>separately, but not together; at least not the way I combine them. Here is an
>example of what does not work:
>
>\useexternalfigure[small seal][stempel_255.png][width=40pt, method=png,
>frame=off]
>\starttext
>   \startcolumns[rule=off, n=2, tolerance=verytolerant]
>     \input tufte
>     \startfiguretext[left][]{none}{\externalfigure[small seal]}
>       \input tufte
>     \stopfiguretext
>   \stopcolumns
>\stoptext
>
>I have tried several alternatives, e.g. vbox, etc., but without success. I
>would appreciate hearing from anyone with any advice on how to proceed.

side floats do not work in two columns (they may work in columnsets some 
day), try

\placelegend[location={right,top}]
   {\externalfigure[koe]}
   {\input tufte }

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-06-06  7:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-03 18:12 figuretext in columns Michael Guravage
2002-06-03 19:42 ` John Culleton
2002-06-06  7:29 ` Hans Hagen

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).