Subject: | Examples incorrect |
Two examples are given of generating exercises. The first:
mtut natural add -n 25 -f nnn -r "[0..999"
results in:
Unknown option: r
while the second:
mtut vulfrac mul -n 40 -f nn/nnn -r "59/999 .. 02/002"
results in:
coercion for "result_format" failed: Invalid result format: 59/999 .. 02/002, pick any of keep, reducable at /home/djacobsen/perl5/perlbrew/perls/perl-5.21.2/lib/site_perl/5.21.2/App/Math/Tutor/Cmd/VulFrac/Cmd/Mul.pm line 53.
at /home/djacobsen/perl5/perlbrew/perls/perl-5.21.2/lib/site_perl/5.21.2/MooX/Cmd/Role.pm line 172.
If I remove the -r option from the first example, I get:
1) failure because LaTeX::Driver is trying to run xelatex. No idea why. Hack that up so it runs pdflatex.
2) layouts.sty not found. OK, install texlive-latex-extra and it's there.
3) mathtools.sty not found. I stopped here.
Perhaps some pointers in the documentation to where to find your preferred versions of lastpage.sty, layouts.sty, mathtools.sty, etc. It's been two decades since I read TUGboat and was involved with CTAN so I can't help here. Some sort of method to wget the packages and point the LaTeX process to them, if not install them, would be helpful.