Difference between revisions of "Talk:Using Graphics"

From Wiki
Jump to navigation Jump to search
(New page: What exactly is the difference with \placefigure[left,none]{}{\externalfigure[cow]} and \starthangaround{\externalfigure[cow]} ... \stophangaround <texcode> \starttext \subject{Flowing te...)
(No difference)

Revision as of 08:47, 23 November 2008

What exactly is the difference with \placefigure[left,none]{}{\externalfigure[cow]} and \starthangaround{\externalfigure[cow]} ... \stophangaround

\starttext
\subject{Flowing text}

Now text with a few figures.  The first figure goes on the right, with
the paragraph flowing around it.

\placefigure[left,none]{}{\externalfigure[cow]}
\input tufte

\starthangaround{\externalfigure[cow]}
\input tufte

\stoptext

The output of the above shows that both are similar with placefigure having extra White space, but is it semantically different?