diff --git a/build_latex.bat b/build_latex.bat index e4af925a..7ad2148d 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%\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