chemcoord.Cartesian.to_latex

Cartesian.to_latex(buf=None, columns=None, col_space=None, header=True, index=True, na_rep='NaN', formatters=None, float_format=None, sparsify=None, index_names=True, bold_rows=True, column_format=None, longtable=None, escape=None, encoding=None, decimal='.', multicolumn=None, multicolumn_format=None, multirow=None)

Render a DataFrame to a tabular environment table.

You can splice this into a LaTeX document. Requires \usepackage{booktabs}. Wrapper around the pandas.DataFrame.to_latex() method.