Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

After processing

Updated: 15 Apr 2026

Although the conversion from MyST markdown to LaTeX is pretty reasonable, it is likely that you want to make changes for the final version.

To do so, download the template and put it in your root folder. Change in the export.yml file the location of the template folder.

If you have installed LaTeX locally (how to) run myst build --pdf to create the pdf version. In the _build folder you will find the .tex files. You can upload these files to your Overleaf project or adjust them locally.

helper plugin