File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ contains the following fields:
7676- ` borders::LatexTableBorders ` : Format of the borders.
7777- ` horizontal_line_at_beginning::Bool ` : If ` true ` , a horizontal line will be drawn at the
7878 beginning of the table.
79+ - ` horizontal_line_at_merged_column_labels::Bool ` : If ` true ` , a horizontal line will be
80+ drawn on bottom of the merged column labels using ` \\cline ` .
7981- ` horizontal_line_after_column_labels::Bool ` : If ` true ` , a horizontal line will be drawn
8082 after the column labels.
8183- ` horizontal_lines_at_data_rows::Union{Symbol, Vector{Int}} ` : A horizontal line will be
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ Define the format of the tables printed with the LaTeX back end.
4040- `borders::LatexTableBorders`: Format of the borders.
4141- `horizontal_line_at_beginning::Bool`: If `true`, a horizontal line will be drawn at the
4242 beginning of the table.
43+ - `horizontal_line_at_merged_column_labels::Bool`: If `true`, a horizontal line will be
44+ drawn on bottom of the merged column labels using `\\ cline`.
4345- `horizontal_line_after_column_labels::Bool`: If `true`, a horizontal line will be drawn
4446 after the column labels.
4547- `horizontal_lines_at_data_rows::Union{Symbol, Vector{Int}}`: A horizontal line will be
You can’t perform that action at this time.
0 commit comments