Skip to content

Commit

Permalink
Removes unintended list of tables/figures at the after abstract.
Browse files Browse the repository at this point in the history
  • Loading branch information
crsh committed Feb 3, 2019
1 parent 5711980 commit d6227d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/apa6_formats.R
Expand Up @@ -472,7 +472,7 @@ pdf_pre_processor <- function(metadata, input_file, runtime, knit_meta, files_di
}

if(isTRUE(yaml_params$lof) || isTRUE(yaml_params$figurelist)) {
yaml_params$lof <- FALSE
yaml_params$lof <- NULL
yaml_params$figurelist <- TRUE

header_includes <- c(
Expand All @@ -494,7 +494,7 @@ pdf_pre_processor <- function(metadata, input_file, runtime, knit_meta, files_di
}

if(isTRUE(yaml_params$lot) || isTRUE(yaml_params$tablelist)) {
yaml_params$lot <- FALSE
yaml_params$lot <- NULL
yaml_params$tablelist <- TRUE

header_includes <- c(
Expand Down

0 comments on commit d6227d8

Please sign in to comment.