図のキャプションをこのように配置するにはどうすればよいでしょうか?

図のキャプションをこのように配置するにはどうすればよいでしょうか?

ここに画像の説明を入力してください 図のキャプションをこのように配置するにはどうすればよいでしょうか?

答え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}

関連情報