Skip to content

Commit 01a5150

Browse files
committed
revise README for templates
1 parent 626d479 commit 01a5150

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

templates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This directory contains LaTeX templates for the team of Dr. Zaikun Zhang.
22

3-
== Remarks
3+
## Remarks
44

55
1. Before starting, under the directory containing the main TeX file, create a symbolic link named "ref.bib" to the universal BibTeX file, which should be a local copy of
66
https://github.com/equipez/bibliographie/blob/main/ref.bib .
@@ -9,7 +9,7 @@ https://github.com/equipez/bibliographie/blob/main/ref.bib .
99
`\documentclass` command to switch to the final mode.
1010
4. If you are a vim user, then try the [vim template](../vim/templates/article.tex). It should be equivalent to the current one.
1111

12-
== Usage
12+
## Usage
1313

1414
1. `latexmk` or `make` or `make pdf` to get the pdf file.
1515
2. `make bib` to get the BibTeX file; make sure to set the document to the draft mode, i.e.,

vim/templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This directory contains templates for Vim-LaTeX suite. See http://vim-latex.sourceforge.net/ or
22
https://github.com/vim-latex/vim-latex .
33

4-
Use ./sync_templates to synchronize the templates to vim-LaTeX.
4+
Use `./sync_templates` to synchronize the templates to Vim-LaTeX.
55

66
See `../templates` for templates that do not need Vim-LaTeX.

0 commit comments

Comments
 (0)