add latex to 28

This commit is contained in:
lukew3
2020-12-17 21:18:27 -05:00
parent 1a449f80d1
commit 4aec1db29a
3 changed files with 125 additions and 118 deletions

View File

@@ -1,4 +1,4 @@
from mathgenerator import mathgen
for _ in range(1000):
print(mathgen.genById(111))
for _ in range(100):
print(mathgen.genById(28, style='latex'))