added latex unavailable message and scripts folder

This commit is contained in:
lukew3
2021-10-06 12:30:15 -04:00
parent b66a5bdec7
commit 7e7463e6a6
100 changed files with 384 additions and 21 deletions

5
scripts/needsLatex.py Normal file
View File

@@ -0,0 +1,5 @@
from mathgenerator import mathgen
for item in mathgen.getGenList():
if item[2](format='latex') == 'Latex unavailable':
print(item[0], item[1], item[4])