change font encoding to utf8 for springer_article (#167) · rstudio/rticles@7708443 (original) (raw)
File tree
3 files changed
lines changed
- inst/rmarkdown/templates/springer_article
3 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -6,6 +6,7 @@ | ||
6 | 6 | % |
7 | 7 | \usepackage{amsmath} |
8 | 8 | \usepackage{graphicx} |
9 | +\usepackage[utf8]{inputenc} | |
9 | 10 | |
10 | 11 | \usepackage[hyphens]{url} % not crucial - just used below for the URL |
11 | 12 | \usepackage{hyperref} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -9,11 +9,11 @@ thanks: | | ||
9 | 9 | end of the article. |
10 | 10 | |
11 | 11 | authors: |
12 | -- name: Author 1 | |
12 | +- name: Äüthör 1 | |
13 | 13 | address: Department of YYY, University of XXX |
14 | 14 | email: abc@def |
15 | 15 | |
16 | -- name: Author 2 | |
16 | +- name: Âuthóř 2 | |
17 | 17 | address: Department of ZZZ, University of WWW |
18 | 18 | email: djf@wef |
19 | 19 |