Fixed #516
diff --git a/R/util.R b/R/util.R
index 4e5274f..785c6ad 100644
--- a/R/util.R
+++ b/R/util.R
@@ -127,7 +127,7 @@
     # insert empty_times before last non whitespace characters
     new_row <- str_replace(
       dup_row, "(?<=\\s)([\\S]+[\\s]*)$",
-      paste0("\\\\\\\\vphantom\\\\{", empty_times, "\\\\}\\1"))
+      paste0("\\\\\\\\vphantom\\\\{", empty_times, "\\\\} \\1"))
     kable_input <- sub(
       paste0(dup_row, "(?=\\s*\\\\\\\\\\*?(\\[.*\\])?)"),
       new_row,