Skip to content

Commit 0567006

Browse files
committed
Add a an example of multiple line author in JSS template
This complete the hack introduced for #100
1 parent 86e3892 commit 0567006

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

inst/rmarkdown/templates/jss_article/skeleton/skeleton.Rmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ author:
99
email: \email{name@company.com}
1010
url: http://rstudio.com
1111
- name: Second Author
12+
affiliation: 'Affiliation \AND'
13+
# To add another line, use \AND at the end of the previous one as above
14+
- name: Third Author
1215
affiliation: Affiliation
1316
title:
1417
formatted: "A Capitalized Title: Something about a Package \\pkg{foo}"

0 commit comments

Comments
 (0)