diff --git a/application/api/controller/Production.php b/application/api/controller/Production.php index 0e2d2c3..0e8e67b 100644 --- a/application/api/controller/Production.php +++ b/application/api/controller/Production.php @@ -2142,7 +2142,7 @@ class Production extends Base // 生成LaTeX图片代码 if ($isWideImage) { - $latexLines[] = "\\begin{figure*}[htbp]"; // 使用figure*环境实现两栏 + $latexLines[] = "\\begin{figure*}[htbp!]"; // 使用figure*环境实现两栏 $latexLines[] = " \\centering"; $latexLines[] = " \\includegraphics[width=0.9\\textwidth]{" . $fileName . "}"; // 使用全宽度 } else {