Skip to content

Commit 7708443

Browse files
strakapsyihui
authored andcommitted
change font encoding to utf8 for springer_article (#167)
* add Springer Journal template * fix unknown "shaded environment" error * make .bib file minimal * remove assignment op * add utf8 font encoding * belated devtools::document() call
1 parent 512e5c9 commit 7708443

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

inst/rmarkdown/templates/springer_article/resources/template.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
%
77
\usepackage{amsmath}
88
\usepackage{graphicx}
9+
\usepackage[utf8]{inputenc}
910

1011
\usepackage[hyphens]{url} % not crucial - just used below for the URL
1112
\usepackage{hyperref}

inst/rmarkdown/templates/springer_article/skeleton/skeleton.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ thanks: |
99
end of the article.
1010
1111
authors:
12-
- name: Author 1
12+
- name: Äüthör 1
1313
address: Department of YYY, University of XXX
1414
email: abc@def
1515

16-
- name: Author 2
16+
- name: Âuthóř 2
1717
address: Department of ZZZ, University of WWW
1818
email: djf@wef
1919

man/springer_article.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)