答案1
使用方式如下:
\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}