Skip to content

Commit

Permalink
Merge pull request #18 from lcp29/master
Browse files Browse the repository at this point in the history
use xelatex instead of latex
  • Loading branch information
YangLaTeX authored Apr 22, 2024
2 parents bf3d0a6 + 69de0da commit 456c3b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ all: doc thesis
cls: $(CLSFILES)

$(CLSFILES): $(SOURCES)
latex $(PACKAGE).ins
xelatex $(PACKAGE).ins

viewdoc: doc
$(OPEN) $(PACKAGE).pdf
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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` 即可开始撰写论文。
Expand Down

0 comments on commit 456c3b2

Please sign in to comment.