Debugging

If something goes wrong, or you want to make a new template and need to debug, i highly suggest not doing it with the enhancing-export error notifications (I can’t figure out a way to copy them?! :^). You should open the folder of your .md Note you want to export, and then open a terminal in that exact folder.

Directly try to run Pandoc from there with --verbose option, so you have a full error message in the console:

 pandoc Test.md -o example.pdf --from markdown --template="I:/PATH/TO/uni.latex" --listings --pdf-engine=lualatex --resource-path="I:/PATH/TO/Pictures" --verbose 

Chat GPT is really good at troubleshooting minor problems. Use it - nothing wrong with AI ‘explaining’ errors.


Continue with: 99) Resources