如何像這樣對齊圖形標題?

如何像這樣對齊圖形標題?

在此輸入影像描述 如何像這樣對齊圖形標題?

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

相關內容