Skip to content

Commit e3b85f9

Browse files
committed
Fix typo
1 parent 7b1c6f2 commit e3b85f9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ In order to automatically generate the nicely-formatted PDFs I've promised you,
3333
# Usage
3434

3535
1. Write your paper in this README file, using [Pandoc's Markdown flavor](http://pandoc.org/MANUAL.html#pandocs-markdown).
36-
- Change or delete the values in the YAML header as you see fit; the `hauthor` variable determines the author name shown in running headers.
37-
- Add references in BibTeX format to `references.bib`;
36+
- Change or delete the values in the YAML header as you see fit; the `hauthor` variable determines the author name shown in the running header.
37+
- Add references in BibTeX format to `references.bib`.
3838
- Include references in your "Works Cited" without citing them in the body of your paper by adding them, one per line, immediately below `nocite: |` in the YAML header, as with the reference to @2016pow (`@2016pow`) in this example document.
39-
1. Write your paper in this README file, adding references to `references.bib` in BibTeX format.
40-
3. Execute `make pdf`.
41-
4. Open `output.pdf` and regard your work with a measure of sadness as you wonder whether you could have done better.
39+
2. Execute `make pdf`.
40+
3. Open `output.pdf` and regard your work with a measure of sadness as you wonder whether you could have done better.
4241

4342
The `lib` directory is a handy place to tuck away any extra materials.
4443

0 commit comments

Comments
 (0)