Bruce Pourciau wrote:
A problem included on an exam has five parts, (a) through (e), in an
enumerate environment, and the parts all refer to a single figure which
I'd like to include to the right, like so:
(a)
(b)
(c) Figure
(d)
(e)
I'd like the vertical spacing between the five part to remain equal. Is
there a way to insert the figure without creating a much larger vertical
space between (b) and (c)?
Bruce
If you're willing to leave the space above/below the figure blank, then
you could use two column mode, or a table with two columns (and either
five rows with a multirow cell on the right or one row with the left
column having fixed width). I'd probably go with two columns, no table.
If you want the questions to go margin-to-margin (except that apparently
(c) would have to wrap early), I think it can be done, but you'll need
to fiddle with some LaTeX lengths.
/Paul