latex update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user