diff --git a/man/matrix_form.tabular.Rd b/man/matrix_form.tabular.Rd index f2c258a..3c8e793 100644 --- a/man/matrix_form.tabular.Rd +++ b/man/matrix_form.tabular.Rd @@ -56,7 +56,7 @@ if (requireNamespace("formatters")) { # This gives the breaks by columns, counting the # row label columns: - bycol <- formatters::vert_pag_indices(mform, cpp = 30, rep_cols = 2) + bycol <- formatters::vert_pag_indices(mform, cpp = 30, rep_cols = 2, fontspec = NULL) # Display the table with both kinds of breaks for (i in seq_along(byrow)) { rows <- byrow[[i]]