Skip to content

Commit

Permalink
remove assignment op
Browse files Browse the repository at this point in the history
  • Loading branch information
strakaps committed Apr 15, 2018
1 parent 8d0c23a commit e873089
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e873089

Please sign in to comment.