
我無法讓我的標題在雙欄文件中的圖形下方正確(左)間隔。這是使用 Elsevier 雙欄模板。不存在任何錯誤或警告,但標題的位置相當靠右,如下所示。標題應該從圖的左邊緣開始。我嘗試過使用 \usepackage{caption}、\captionsetup 以及透過 Google-fu 的許多其他方法。
\documentclass[a4paper,fleqn]{cas-dc}
\usepackage[numbers]{natbib}
\usepackage{graphicx}
\begin{document}
\maketitle
\begin{figure*}[]
\includegraphics[width=\textwidth]{Diagram_v4.eps}
\caption{\label{fig:Prototype_view} Caption stuff.Caption stuff.Caption stuff.Caption stuff.Caption stuff.Caption stuff.Caption stuff.}
\end{figure*}
\end{document}
答案1
如果去掉標題[]
後的空白應該沒問題。\begin{figure*}
答案2
加\AtBeginDocument{\setlength{\FullWidth}{\textwidth}}
在代碼頭以固定\textwidth
長度。
然後你可以更好地控制你的浮動:
\begin{figure}[h!, align=\flushleft, width=\textwidth]