| Crates.io | mast-build |
| lib.rs | mast-build |
| version | 0.2.1 |
| created_at | 2021-12-09 21:27:54.097714+00 |
| updated_at | 2021-12-15 04:33:58.263461+00 |
| description | Build script for MAST units |
| homepage | |
| repository | https://gitlab.com/mathadvance/mast/mast-build |
| max_upload_size | |
| id | 495379 |
| size | 13,636 |
This is the build script for MAST units. To build you cd into the unit directory. It must contain a file called unit.tex, and files problem-1.tex through problem-n.tex.
To run, type mast-build n to build version n of the unit, and run mast-build to build every version of the unit.
You must have a working version of LaTeX (preferably TeX Live) and latexmk. If you have a custom latexmk script it must compile a PDF with the same name as the .tex file and must place it in the same directory as the .tex file.
If you have a copy of mast-build pulled and want to look at the automatically generated documentation, run cargo doc --no-deps --open.