pygacity.pythontex.monkeypatches.component module

Monkeypatches for the Component class to add LaTeX output functionality.

pygacity.pythontex.monkeypatches.component.as_tex(self)[source]

Returns a LaTeX-formatted string of the compound’s empirical formula using the mhchem package’s ce{} command.

Returns:

retstr – LaTeX-formatted empirical formula string

Return type:

str