Compare commits
2 Commits
6d2868c8f9
...
b6f2881bfb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b6f2881bfb | ||
|
|
9e5fd03f31 |
@@ -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