mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
added latex unavailable message and scripts folder
This commit is contained in:
5
scripts/needsLatex.py
Normal file
5
scripts/needsLatex.py
Normal 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])
|
||||
Reference in New Issue
Block a user