Skip to content

Commit

Permalink
changes suggested by Yihui
Browse files Browse the repository at this point in the history
  • Loading branch information
strakaps committed Apr 15, 2018
1 parent 724aeb8 commit 15fbd8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 213 deletions.
2 changes: 1 addition & 1 deletion R/springer_article.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @export
springer_article <- function(..., keep_tex = TRUE, citation_package = 'none'){
template <- find_resource("springer_article", "template.tex")
fmt <- inherit_pdf_document(template = template,
inherit_pdf_document(template = template,
keep_tex = keep_tex,
citation_package = citation_package,
...)
Expand Down
Loading

0 comments on commit 15fbd8d

Please sign in to comment.