Mathmaker Doc for dev
Generator of maths worksheets and their detailed solutions
Status: Alpha
Brought to you by:
nico_h
The Machine was thought first as a typewriter. You can just give objects to the Machine and it will write them as strings on the output and produce the matching pictures.
The main abstract class is machine.Structure. It contains all methods a Machine should reimplement.
There should be as many instanciable objects as output formats. So far, only one machine has been implemented, the LaTeX one. And it is difficult to be completely free from the LaTeX format to conceive the mother class. Things can certainly be improved in the future.