Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions build_latex.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 0 additions & 8 deletions build_latex_tactile.bat

This file was deleted.