Skip to content

Commit d328a7d

Browse files
committed
📚 [LaTeX] Update documentation
1 parent e8bd8e4 commit d328a7d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/src/man/latex/latex_backend.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/backends/latex/types.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)