Fix #533
diff --git a/R/kable_styling.R b/R/kable_styling.R
index 2871ead..d956656 100644
--- a/R/kable_styling.R
+++ b/R/kable_styling.R
@@ -335,6 +335,7 @@
 
   if ("striped" %in% latex_options) {
     out <- styling_latex_striped(out, table_info, stripe_color, stripe_index)
+    table_info <- magic_mirror(out)
   }
 
   # hold_position is only meaningful in a table environment