1
vote
1answer
62 views

How to put the labels of enumerated images at the middle left of the images? [duplicate]

Possible Duplicate: Aligning enumerate labels to top of image? The current code produces the labels at the lower left corners of the enumerated images. \documentclass[a6paper]{article} ...
1
vote
1answer
251 views

multienum package within enumerate

Is it possible to use the multienum package within the enumerate environment? The following code does not display correctly (the last column moves to the next line): \begin{enumerate} \item ...
10
votes
3answers
682 views

How to get a better spacing in nested multicols environments?

The following code produces an output that has badly-spaced contents. My objective is to write an exercise with multiple choice questions. Each option may have a figure. The red arrows indicate the ...
26
votes
2answers
3k views

multicolumn long table or enumeration

I would like to generate a multi-column table that wraps within columns of the document, and splits across pages. There are a couple of similar questions here How do I create a really long table in ...