volodymyrkutsenko / betterbrain

1 stars 0 forks source link

DOCX Equation Sheet Generation Instead of Syso Output #27

Closed volodymyrkutsenko closed 7 years ago

volodymyrkutsenko commented 8 years ago

Currently the equation sheet generator prints a single equation sheet to the java syso and is executed 30 times by default. The output is redirected each time to a file via the command prompt syntax (" > ").

Then the contents of these files are copied to a Docx to get printed.

BetterBrain should automatically generate the equation sheet Docx instead of the raw syso output and should be called just once for this operation.

volodymyrkutsenko commented 7 years ago

Done.