From ace544bb3725471bbbbc444a7263e758f853f761 Mon Sep 17 00:00:00 2001 From: zaikunzhang Date: Sat, 28 Sep 2024 17:06:24 +0800 Subject: [PATCH] update README --- templates/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/README.txt b/templates/README.txt index dacd013..4c9d1ab 100644 --- a/templates/README.txt +++ b/templates/README.txt @@ -7,6 +7,7 @@ https://github.com/equipez/bibliographie/blob/main/ref.bib Usage: - `latexmk` or `make` or `make pdf` to get the pdf file. -- `make bib` to get the BibTeX file; make sure to set the document to the draft mode, i.e., \documentclass[draft]{article} +- `make bib` to get the BibTeX file; make sure to set the document to the draft mode, i.e., + \documentclass[draft]{article}. - `make all` to compile everything and get the BibTeX file. - `make clean` to clean up the directory.