Skip to content

Commit

Permalink
Merge pull request #183 from Crunch-io/issue_182
Browse files Browse the repository at this point in the history
Adding smigde of extra vspace after table
  • Loading branch information
1beb authored Aug 20, 2020
2 parents 04ffad4 + 95265e3 commit 2f1d9df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/writeLatex.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ writeLatex <- function(data_summary, theme = themeDefaultLatex(),
toc <- NULL
}

if (!is.null(append_text)) {
append_text <- paste0("\\vspace{0.5in}\n\n", append_text)
}

# Now assemble the .tex document
out <- c(
latexDocHead(
Expand Down

0 comments on commit 2f1d9df

Please sign in to comment.