Skip to content

Commit

Permalink
specify package for includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kelliemac committed Jul 3, 2024
1 parent 3234d8b commit ab10c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/template.R
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ visc_pdf_document <- function(latex_engine = "pdflatex",
"-V", paste0("logo_path_fh=", logo_path_fh),
"-V", paste0("logo_path_visc=", logo_path_visc)
),
includes = includes(in_header = c(preamble, csl_refs_preamble)),
includes = rmarkdown::includes(in_header = c(preamble, csl_refs_preamble)),
...)
}

Expand Down

0 comments on commit ab10c0e

Please sign in to comment.