Skip to content

Commit

Permalink
changed default latex engine for moderncv to xelatex to correctly bui…
Browse files Browse the repository at this point in the history
…ld while using researcherid or orcid icons
  • Loading branch information
Ntgllr committed Sep 19, 2023
1 parent d541fc9 commit bb41124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/moderncv.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#'
#' @export
moderncv <- function(..., theme = c("casual", "classic", "oldstyle", "banking", "fancy"),
latex_engine = "pdflatex") {
latex_engine = "xelatex") {
theme <- match.arg(theme)
template <- system.file("rmarkdown", "templates", "moderncv",
"resources", "moderncv.tex",
Expand Down

0 comments on commit bb41124

Please sign in to comment.