Skip to content

Commit 144488a

Browse files
committed
don't include table name in continued
1 parent ede215c commit 144488a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter/tabularx.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ function Table(tbl)
325325
--
326326

327327
-- Write out all the header rows.
328-
latex_code = latex_code .. string.format('\\multicolumn{%s}{c}\n{\\Centering\\textit{\\Centering %s (continued from previous page)}}\\\\\n', Length(tbl.colspecs), escaped_caption)
328+
latex_code = latex_code .. string.format('\\multicolumn{%s}{c}\n{\\Centering\\textit{\\Centering (continued from previous page)}}\\\\\n', Length(tbl.colspecs))
329329
if Length(tbl.head.rows) > 0 then
330330
latex_code = latex_code .. TabularRows(tbl.head.rows, true, false, plain, tbl.colspecs)
331331
end

0 commit comments

Comments
 (0)