Skip to content

Commit

Permalink
fix references section in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
kelliemac committed Jul 15, 2024
1 parent 98f5fcd commit b24c6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/using_pdf_and_word_template.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ There are some new functions and coding conventions that help with knitting the
**References/Bibliography**

* For referencing papers inline, simply use the @ symbol before bib file reference (e.g., "As specified in `@Huang:2013fl`, ...").
* For referencing papers in parantheses at the end of a sentence, use brackets and the @ symbol (e.g., `` `r knitr::inline_expr("[@Huang:2013fl]")` ``).
* For referencing papers in parantheses at the end of a sentence, use brackets and the @ symbol (e.g., `"[@Huang:2013fl]")`).


### Tables
Expand Down

0 comments on commit b24c6e5

Please sign in to comment.