latex update

This commit is contained in:
wangjinlei
2026-01-09 13:55:36 +08:00
parent deb79eb249
commit 9e5fd03f31

View File

@@ -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 {