Wie kann ich eine Bildunterschrift auf diese Weise ausrichten?

Wie kann ich eine Bildunterschrift auf diese Weise ausrichten?

Bildbeschreibung hier eingeben Wie kann ich eine Bildunterschrift auf diese Weise ausrichten?

Antwort1

So verwenden:

\documentclass{article}

\usepackage{caption}

\captionsetup[figure]{format=hang,indention=0pt,margin=0pt}

\begin{document}

\begin{figure}
\caption{White sand beaches. The pink smoothness of the conch
shell. A sea abundant
  with possibilities. Duty-free shops filled with Europe’s finest gifts and perfumes. Play
  your favorite game of golf amidst the tropical greens on one of the many championship
  courses.}
\end{figure}

\end{document}

verwandte Informationen