🛠 How to Use in LaTeX

To use the diagrams generated by this tool in your LaTeX project, follow these steps:

  1. Include the Package (choose only one of the following two options!)
    1. From CTAN (recommended)

      \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.

    2. From Local (only if you know what you are doing)

      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}

  2. Configure your Diagram: Use this Web Helper and set up your orbitals, energies, and labels.

  3. Copy & Paste: Copy the generated LaTeX code and paste it into your figure environment or document body.

  4. Consider viewing the Reference Manual for additional features of the mohelper package.

© 2026 modiagram-latex-integration. Licensed under GPL v3.