To use the diagrams generated by this tool in your LaTeX project, follow these steps:
\usepackage{mohelper}
Include this into your preamble. Note that this might not be the newest version. In case you depend on using a newer version go to 2.
Download the package and include it into your project.
To do so download the mohelper.sty package file from the GitHub Repository
and paste the file into your project's root directory.
Ensure you have the mohelper package included in your preamble:
\usepackage{mohelper}
If you put mohelper.sty into a subdirectory, you must specify its path. Therefore, have
this example shown:
\usepackage{./lib/mohelper}
Configure your Diagram: Use this Web Helper and set up your orbitals, energies, and labels.
Copy & Paste:
Copy the generated LaTeX code and paste it into your figure environment or document body.
Consider viewing the Reference Manual for additional features of the mohelper package.