From 600930b29f644462e382994f475fa4b619c38c5e Mon Sep 17 00:00:00 2001 From: donghaiwang Date: Sun, 7 Jun 2026 11:39:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=B0=86=E8=A7=A6=E8=A7=89=E8=AE=BA?= =?UTF-8?q?=E6=96=87=E7=9A=84=E7=BC=96=E8=AF=91=E5=8A=A0=E5=85=A5CICD?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_latex.bat | 5 +++++ build_latex_tactile.bat | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 build_latex_tactile.bat diff --git a/build_latex.bat b/build_latex.bat index e4af925a..545a088b 100644 --- a/build_latex.bat +++ b/build_latex.bat @@ -4,4 +4,9 @@ rem 编译危险场景生成论文 pushd "%cd%\critical\undergraduate\" "C:/software/texlive/texstudio\2023/bin/windows/xelatex.exe" -synctex=1 -interaction=nonstopmode "hutbthesis_main".tex +popd + +rem 编译触觉论文 +pushd "%cd%\sim\tactile\undergraduate\" +"C:/software/texlive/texstudio\2023/bin/windows/xelatex.exe" -synctex=1 -interaction=nonstopmode "hutbthesis_main".tex popd \ No newline at end of file diff --git a/build_latex_tactile.bat b/build_latex_tactile.bat deleted file mode 100644 index 9bcbaa93..00000000 --- a/build_latex_tactile.bat +++ /dev/null @@ -1,8 +0,0 @@ -@echo off - - - -rem 编译触觉本科毕业论文 -pushd "%cd%\sim\tactile\undergraduate\" -xelatex -synctex=1 -interaction=nonstopmode hutbthesis_main.tex -popd \ No newline at end of file From 3cdb3b5e59320e2a54425c8cd3797b8b56d849bd Mon Sep 17 00:00:00 2001 From: donghaiwang Date: Sun, 7 Jun 2026 11:42:57 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=A7=A3=E5=86=B3=EF=BC=9AI=20can't=20find?= =?UTF-8?q?=20file=20`hutbthesis=5Fmain.tex'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_latex.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_latex.bat b/build_latex.bat index 545a088b..7ad2148d 100644 --- a/build_latex.bat +++ b/build_latex.bat @@ -7,6 +7,6 @@ pushd "%cd%\critical\undergraduate\" popd rem 编译触觉论文 -pushd "%cd%\sim\tactile\undergraduate\" +pushd "%cd%\tactile\undergraduate\" "C:/software/texlive/texstudio\2023/bin/windows/xelatex.exe" -synctex=1 -interaction=nonstopmode "hutbthesis_main".tex popd \ No newline at end of file