我正在使用该caption
软件包,但它不会影响我的表格和图形中的标题。我已将示例代码粘贴在下面。如何修复?
\documentclass{article}
\usepackage[format=hang, justification=raggedright]{caption}
\begin{document}
\begin{figure}
\caption{Test 1 \\ Test again}
\caption*{\textit{Notes:} Here's a figure.}
\end{figure}
\begin{table}
\caption{Test 2 \\ Test again}
\caption*{\textit{Notes:} Here's a table.}
\end{table}
\end{document}
答案1
这些选项正在影响设置,但由于无论如何都有强制换行,因此很难看到 raggedright。
和
\documentclass{article}
\usepackage[format=hang, justification=raggedright]{caption}
\begin{document}
\begin{figure}
\caption{Test 1 Test again
abc abc abc abc abc abc abc abc abc abc abc abc abc abc
abc abc abc abc abc abc abc abc abc abc abc abc}
\caption*{\textit{Notes:} Here's a figure. b b b b b b b b b b b b b b }
\end{figure}
\begin{table}
\caption{Test 2 \\ Test again}
\caption*{\textit{Notes:} Here's a table. t t t t t t t t t t t t t t t t t t t t t }
\end{table}
\end{document}
我明白了
如果我将hang
其plain
改为