Skip to content

Commit 1705d03

Browse files
committed
fix yaml style formatting
1 parent b9f9cfa commit 1705d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/04InternalFunctions.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ MakeCitationList <- function( x, header, footer){
426426
x$dateobj <- NULL
427427
anames <- bibentry_attribute_names
428428
manames <- c("mheader", "mfooter")
429-
.clean <- MakeBibLaTeX()$cleanupLatex
430-
.collapse <- MakeBibLaTeX()$collapse
429+
.clean <- cleanupLatex
430+
.collapse <- GetFormatFunctions("text", I)$collapse
431431
.blanks <- function(n) paste(rep.int(" ", n), collapse = "")
432432
.format_call_RR <- function(cname, cargs){
433433
cargs <- as.list(cargs)

0 commit comments

Comments
 (0)