Compare commits

...

2 Commits

Author SHA1 Message Date
wangjinlei
b6f2881bfb Merge remote-tracking branch 'origin/master' 2026-01-09 13:55:41 +08:00
wangjinlei
9e5fd03f31 latex update 2026-01-09 13:55:36 +08:00

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 {