Tagged Questions
1
vote
1answer
58 views
How do I have the list item appear on the top left of the image? [duplicate]
I am including an image with the graphicx package in an enumerated list.
\begin{enumerate}
\item
\includegraphics[width=100px]{my_image.png}
\end{enumerate}
The list item number appears on the ...
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
0answers
40 views
Figures in enumerate environment [duplicate]
Possible Duplicate:
Aligning enumerate labels to top of image?
I want to place the images I have in an enumerate environment, however when I try to do it, if there is not a text (or ...
13
votes
2answers
680 views
Aligning enumerate labels to top of image?
I asked a question a while ago about vertically aligning enumerate labels to the top of table. Now I am having the same problem, but with images. Since my problem was solved in my previous thread, I ...
