Überarbeitungsverlauf[Zurück]
Klicke auf Einblenden/Ausblenden von Überarbeitungen 4

15 Dez '19, 15:30

Delorian's gravatar image

Delorian
66912333

Hier ein Vorschlag ohne Kenntnis eines Minimalbeispiels des Themenstarters aber mit dem Vorschlag von @Ijon Tichy das Paket *subcaption* einzubinden: \documentclass{scrartcl} \usepackage{graphicx} \usepackage{subcaption} \begin{document} \begin{figure}[h] \centering \subcaptionbox{Bild 1}{\includegraphics[width=6cm,height=4.5cm,keepaspectratio]{example-image-a}} 1}{\includegraphics[width=6cm,height=4.5cm,keepaspectratio] {example-image-a}} \subcaptionbox{Bild 2}{\includegraphics[width=6cm,height=4.5cm,keepaspectratio]{example-image-b}} 2}{\includegraphics[width=6cm,height=4.5cm,keepaspectratio] {example-image-b}} \caption{Zwei Bilder} \end{figure} \end{document}
Klicke auf Einblenden/Ausblenden von Überarbeitungen 3

15 Dez '19, 15:30

Delorian's gravatar image

Delorian
66912333

Hier ein Vorschlag ohne Kenntnis eines Minimalbeispiels des Themenstarters aber mit dem Vorschlag von @Ijon Tichy das Paket *subcaption* einzubinden: \documentclass{scrartcl} \usepackage{graphicx} \usepackage{subcaption} \begin{document} \begin{figure}[h] \centering \subcaptionbox{Bild 1}{\includegraphics[width=6cm,height=4.5cm]{example-image-a}} 1}{\includegraphics[width=6cm,height=4.5cm,keepaspectratio]{example-image-a}} \subcaptionbox{Bild 2}{\includegraphics[width=6cm,height=4.5cm]{example-image-b}} 2}{\includegraphics[width=6cm,height=4.5cm,keepaspectratio]{example-image-b}} \caption{Zwei Bilder} \end{figure} \end{document}
Klicke auf Einblenden/Ausblenden von Überarbeitungen 2

15 Dez '19, 15:08

Delorian's gravatar image

Delorian
66912333

Klicke auf Einblenden/Ausblenden von Überarbeitungen 1

15 Dez '19, 15:07

Delorian's gravatar image

Delorian
66912333