summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/uestcthesis/doc/compile.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/uestcthesis/doc/compile.bat')
-rwxr-xr-xMaster/texmf-dist/doc/latex/uestcthesis/doc/compile.bat16
1 files changed, 0 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/uestcthesis/doc/compile.bat b/Master/texmf-dist/doc/latex/uestcthesis/doc/compile.bat
deleted file mode 100755
index 94989c23bc4..00000000000
--- a/Master/texmf-dist/doc/latex/uestcthesis/doc/compile.bat
+++ /dev/null
@@ -1,16 +0,0 @@
-set jobname=uestcthesis-doc
-@echo off
-call clean.bat
-del %jobname%.pdf
-if exist %jobname%.pdf (
-echo 请关闭打开的%jobname%.pdf再重新执行。
-pause
-exit
-)
-pdflatex .\%jobname%.tex
-makeindex -s %jobname%.ist -t %jobname%.glg -o %jobname%.gls %jobname%.glo
-bibtex .\%jobname%.aux
-bibtex .\publications.aux
-pdflatex .\%jobname%.tex
-pdflatex .\%jobname%.tex
-call clean.bat \ No newline at end of file