Method
to_latex
(
self,
buf: FilePath | WriteBuffer[str],
*,
column_format: str | None = ...,
position: str | None = ...,
position_float: str | None = ...,
hrules: bool | None = ...,
clines: str | None = ...,
label: str | None = ...,
caption: str | tuple | None = ...,
sparse_index: bool | None = ...,
sparse_columns: bool | None = ...,
multirow_align: str | None = ...,
multicol_align: str | None = ...,
siunitx: bool = ...,
environment: str | None = ...,
encoding: str | None = ...,
convert_css: bool = ...,
)
Source from the content-addressed store, hash-verified
| 678 | |
| 679 | @overload |
| 680 | def to_latex( |
| 681 | self, |
| 682 | buf: FilePath | WriteBuffer[str], |
| 683 | *, |
| 684 | column_format: str | None = ..., |
| 685 | position: str | None = ..., |
| 686 | position_float: str | None = ..., |
| 687 | hrules: bool | None = ..., |
| 688 | clines: str | None = ..., |
| 689 | label: str | None = ..., |
| 690 | caption: str | tuple | None = ..., |
| 691 | sparse_index: bool | None = ..., |
| 692 | sparse_columns: bool | None = ..., |
| 693 | multirow_align: str | None = ..., |
| 694 | multicol_align: str | None = ..., |
| 695 | siunitx: bool = ..., |
| 696 | environment: str | None = ..., |
| 697 | encoding: str | None = ..., |
| 698 | convert_css: bool = ..., |
| 699 | ) -> None: ... |
| 700 | |
| 701 | @overload |
| 702 | def to_latex( |