ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* side-by-side
@ 2004-10-30 19:25 David Arnold
  2004-10-31 12:16 ` side-by-side Patrick Gundlach
  0 siblings, 1 reply; 5+ messages in thread
From: David Arnold @ 2004-10-30 19:25 UTC (permalink / raw)


All,

I have:

\page
\subject{Plotting}
With preliminaries completed, plotting is a simple matter.
\starttyping
>> x=linspace(-2,4);
>> y=x.^2-2*x-3;
>> plot(x,y)
>> xlabel('x')
>> ylabel('y')
>> title('y = x^2 -2x -3')
>> grid on
\stoptyping

\placefigure[none]{}{\externalfigure[slide1.png]}

I'd like to arrange this on my slide side-by-side, the code to the left,
the image to the right. If I we're doing this in Latex, I would probably
use minipage environments for this. 

Can someone hint at the Context Way of doing this? I'd like my code
vertically centered on the left, the image on the right.

Thanks.

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

end of thread, other threads:[~2004-10-31 20:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-30 19:25 side-by-side David Arnold
2004-10-31 12:16 ` side-by-side Patrick Gundlach
2004-10-31 18:06   ` side-by-side David Arnold
2004-10-31 19:19     ` David Arnold
2004-10-31 20:57       ` side-by-side Patrick Gundlach

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