chemcoord.Zmat.to_latex

Zmat.to_latex(buf=None, upper_triangle=True, **kwargs)

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.