Skip to content

Commit b5ea65d

Browse files
committed
Update default and docs for latex.stub_separate option
1 parent 8bf0e20 commit b5ea65d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

R/dt_options.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ dt_options_tbl <-
274274
"quarto_use_bootstrap", FALSE, "quarto", "logical", FALSE,
275275
"latex_use_longtable", FALSE, "latex", "logical", FALSE,
276276
"latex_header_repeat", FALSE, "latex", "logical", FALSE,
277-
"latex_stub_separate", FALSE, "latex", "logical", TRUE,
277+
"latex_stub_separate", FALSE, "latex", "logical", FALSE,
278278
"latex_toprule", FALSE, "latex", "logical", TRUE,
279279
"latex_bottomrule", FALSE, "latex", "logical", TRUE,
280280
"latex_tbl_pos", FALSE, "latex", "value", "t",

R/tab_options.R

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,9 @@
556556
#'
557557
#' * Specify if the stub columns should have separating veritcal bars or not*
558558
#'
559-
#' For tables, it may be desirable to have vertical bars separating the stub from the
560-
#' rest of the table columns. Setting this parameter to `TRUE` will add a `|` command
561-
#' in the latex table alignment so a border is added to the right hand side of every
562-
#' stub column. Setting this parameter to `FALSE` will disable this. The default is `TRUE`.
559+
#' Vertical bars typically separate the stub from the rest of the table columns.
560+
#' Setting this parameter to `FALSE` will remove that vertical separator line
561+
#' from the stub/body interface.
563562

564563
#' @param latex.toprule,latex.bottomrule
565564
#'

0 commit comments

Comments
 (0)