This app can convert a .prb file (a file containing a question) to .tex
- Quickly generate questions with solutions that have random parameters.
- Available for MacOS, Linux and Windows
- MacOS/Linux
# unzip zip file
unzip problem2tex<version>.zip
# Ensure problem2tex binary is executable
chmod 755 problem2tex
# Test problem2tex app is working
./problem2tex --help- Windows
Similar to MacOS/Linux above but with Windows commands
See LICENSE file.