Skip to content

Commit 2f1d9df

Browse files
authored
Merge pull request #183 from Crunch-io/issue_182
Adding smigde of extra vspace after table
2 parents 04ffad4 + 95265e3 commit 2f1d9df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

R/writeLatex.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ writeLatex <- function(data_summary, theme = themeDefaultLatex(),
6464
toc <- NULL
6565
}
6666

67+
if (!is.null(append_text)) {
68+
append_text <- paste0("\\vspace{0.5in}\n\n", append_text)
69+
}
70+
6771
# Now assemble the .tex document
6872
out <- c(
6973
latexDocHead(

0 commit comments

Comments
 (0)