ich habe folgendes Problem: Ich möchte 3 Grafiken in eine Aufzählung einbinden. D.h.
a) Grafik 1
b) Grafik 2
c) Grafik 3
Hier mein Minimalbeispiel:
\documentclass[12pt]{article} \usepackage{graphicx} \begin{document} \begin{enumerate} \item[a)] \includegraphics[width=0.8\textwidth]{Grafik1.eps} \item[b)] \includegraphics[width=0.8\textwidth]{Grafik2.eps} \item[c)] \includegraphics[width=0.45\textwidth]{Grafik3.eps} \end{enumerate} \end{document}
a) Bild Bild Bild
Bild Bild Bild
Bild Bild Bild
und nicht so
Bild Bild Bild
Bild Bild Bild
a) Bild Bild Bild
Die Suche bei Google und hier im Forum hat mir bislang leider auch nicht entscheidend geholfen. Für Hilfe wäre ich daher wirklich sehr dankbar!