Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YangLaTeX authored Mar 5, 2020
1 parent d48fb8c commit 67d8aa0
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,16 @@ Please follow the procedure below:
To use Makefile, you should have GNU `make` tool installed.

```bash
make thesis # generate thesis main.pdf;
make spine # generate book spine for printing spine.pdf;
make doc # generate template documentation hitszthesis.pdf;
make all # generate thesis and spine, same as `make thesis && make spine`;
make wordcount # count word in thesis main.pdf
make clean # delete all examples' files (excluding main.pdf);
make cleanall # delete all examples' files and all pdf file;
make distclean # delete all examples' and templates' files and PDFs.
make cls # generate class hitszthesis.cls
make doc # generate template documentation hitszthesis.pdf;
make thesis # generate thesis main.pdf;
make spine # generate book spine for printing spine.pdf;
make all # generate thesis and spine, same as `make thesis && make spine`;
make wordcount # count word in thesis main.pdf
make clean # delete all examples' files (excluding main.pdf);
make cleanall # delete all examples' files and all pdf file;
make dev # make doc all clean
make pub # make doc all cleanall
```

# compile.bat Usage
Expand Down

0 comments on commit 67d8aa0

Please sign in to comment.