This repository reads LaTeX multiple-choice questions and generates an image for each equation and each choice.
Access the cloud version here: https://ie-bam-latex2img.streamlit.app/
You can run the script in the command line using Python:
python tex2imgs.py -file <path-to-your-tex-file>
All the images will be generated in the folder "output". You can define a new output folder using the -output
parameter.
python tex2imgs.py -file <path-to-your-tex-file> -output <path-to-output-folder>