From e7af584e9ac957500734e41c6ce755290ee277fb Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Tue, 29 Apr 2025 18:13:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E5=9B=BE=E7=9A=84=E6=B5=AE=E5=8A=A8=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA=E5=9B=BA=E5=AE=9A=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 `\begin{figure}[htbp]` 修改为 `\begin{figure}[H]`,以确保系统架构图在文档中保持固定位置,避免浮动带来的排版问题。 --- paper/latex/figures/system_architecture.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/latex/figures/system_architecture.tex b/paper/latex/figures/system_architecture.tex index badc63c..dd990cf 100644 --- a/paper/latex/figures/system_architecture.tex +++ b/paper/latex/figures/system_architecture.tex @@ -1,4 +1,4 @@ -\begin{figure}[htbp] +\begin{figure}[H] \centering \begin{tikzpicture}[node distance=1.5cm, auto, block/.style={rectangle, draw, fill=white, text width=12cm, text centered, rounded corners, minimum height=1.2cm, font=\small},