Skip to content

Commit

Permalink
fix bibtex main.tex to bibtex main
Browse files Browse the repository at this point in the history
  • Loading branch information
YangLaTeX authored Mar 11, 2020
1 parent 4dbc955 commit 45b3374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ compile.bat cleanall # 删除辅助文件,包含PDF文件

```bash
xelatex -shell-escape main.tex
bibtex main.tex
bibtex main
xelatex -shell-escape main.tex
xelatex -shell-escape main.tex
splitindex main -- -s hitszthesis.ist # generate index
Expand Down

0 comments on commit 45b3374

Please sign in to comment.