@@ -716,15 +716,25 @@ def to_latex(
716
716
Possible values are:
717
717
718
718
- `None`: no cline commands are added (default).
719
- - `"all;data"`: a cline is added for every index value extending the
720
- width of the table, including data entries.
719
+ - `"all;data"`: a cline is added for every visible index value extending
720
+ the width of the table, including data entries.
721
721
- `"all;index"`: as above with lines extending only the width of the
722
722
index entries.
723
- - `"skip-last;data"`: a cline is added for each index value except the
724
- last level (which is never sparsified), extending the widtn of the
723
+ - `"all-invisible;data"`: a cline is added for every index value,
724
+ including hidden indexes, extending the full width of the table,
725
+ including data entries.
726
+ - `"all-invisible;index"`: as above with lines extending only the width
727
+ of the index entries.
728
+ - `"skip-last;data"`: a cline is added for each visible index value except
729
+ the last level (which is never sparsified), extending the widtn of the
725
730
table.
726
731
- `"skip-last;index"`: as above with lines extending only the width of the
727
732
index entries.
733
+ - `"skip-last-invisible;data"`: a cline is added for each index value,
734
+ including hidden index levels, but excluding the last (which is never
735
+ sparsified), extending the width of the table.
736
+ - `"skip-last-invisible;index"`: as above with lines extending only the
737
+ width of the index entries.
728
738
729
739
.. versionadded:: 1.4.0
730
740
label : str, optional
0 commit comments