diff --git a/Makefile b/Makefile index ad8554a..b66a08a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ all: doc thesis cls: $(CLSFILES) $(CLSFILES): $(SOURCES) - latex $(PACKAGE).ins + xelatex $(PACKAGE).ins viewdoc: doc $(OPEN) $(PACKAGE).pdf @@ -84,7 +84,7 @@ $(THESISMAIN).pdf: $(CLSFILES) $(THESISCONTENTS) $(THESISMAIN)_china.ind $(THESI splitindex $(THESISMAIN) -- -s $(PACKAGE).ist $(LATEXCMD) $(THESISMAIN) -$(THESISMAIN).bbl: $(BIBFILE) +$(THESISMAIN).bbl: $(BIBFILE) $(THESISCONTENTS) $(LATEXCMD) $(THESISMAIN) -bibtex $(THESISMAIN) $(RM) $(THESISMAIN).pdf diff --git a/README.md b/README.md index ad13ec2..62ab55e 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ tlmgr update hitszthesis Download the package from [GitHub](https://github.com/YangLaTeX/hitszthesis) to the root directory of your thesis, then execute the command (Windows users `Shift + right click` white area in the file window and click "Open command line window here" from the popup menu): ```shell -latex hitszthesis.ins +xelatex hitszthesis.ins ``` You'll get `hitszthesis.cls`, `hitszthesis.cfg` and `hitszthesis.ist` along with other template files. @@ -138,7 +138,7 @@ You'll get `hitszthesis.cls`, `hitszthesis.cfg` and `hitszthesis.ist` along with 从 [GitHub](https://github.com/YangLaTeX/hitszthesis) 下载模板,解压后打开命令行,运行: ```shell -latex hitszthesis.ins +xelatex hitszthesis.ins ``` 得到 `hitszthesis.cls`,`hitszthesis.cfg` 与 `hitszthesis.ist`,而后打开 `main.tex` 即可开始撰写论文。