From 18cbbcee6423a8a3a992729febc91619ef855568 Mon Sep 17 00:00:00 2001 From: Duncan Murdoch Date: Mon, 24 Jun 2024 17:41:31 -0400 Subject: [PATCH] Better default value --- man/matrix_form.tabular.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/matrix_form.tabular.Rd b/man/matrix_form.tabular.Rd index e749ca7..b491c2f 100644 --- a/man/matrix_form.tabular.Rd +++ b/man/matrix_form.tabular.Rd @@ -60,7 +60,7 @@ if (requireNamespace("formatters")) { # change in v0.5.8 if ("fontspec" \%in\% names(formals(formatters::vert_pag_indices))) bycol <- formatters::vert_pag_indices(mform, cpp = 30, rep_cols = 2, - fontspec = formatters::font_spec()) + fontspec = NULL) else bycol <- formatters::vert_pag_indices(mform, cpp = 30, rep_cols = 2) # Display the table with both kinds of breaks