wxgeo / ptyx-mcq-editor

Small editor for ptyx-mcq
0 stars 0 forks source link

Add minimalist linter #1

Open wxgeo opened 10 months ago

wxgeo commented 10 months ago

Detect missing latex macros: latexdef https://tex.stackexchange.com/questions/4327/where-do-i-find-out-how-a-command-environment-is-defined/17840#17840

The list of preloaded packages in ptyx-mcq should be defined in a global variable, not directly written in the header's text. PACKAGES = ["calc", ...]

wxgeo commented 10 months ago

Python ast module can detect errors in python code too.