Skip to content

Commit

Permalink
Merge pull request #742 from aschersleben/master
Browse files Browse the repository at this point in the history
Correct number of backslashes in bottom_part
  • Loading branch information
haozhu233 authored Nov 30, 2023
2 parents ff6ff5e + c6d6ce8 commit 1fcd26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/kable_styling.R
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ styling_latex_repeat_header <- function(x, table_info, repeat_header_text,
}
bottom_part <- paste0(
"\\midrule\n",
"\\multicolumn{", table_info$ncol, "}{r@{}}{", bottom_text, "}\\\n",
"\\multicolumn{", table_info$ncol, "}{r@{}}{", bottom_text, "}\\\\\n",
"\\endfoot\n",
"\\bottomrule\n",
"\\endlastfoot"
Expand Down

0 comments on commit 1fcd26d

Please sign in to comment.