mast-build

Crates.iomast-build
lib.rsmast-build
version0.2.1
sourcesrc
created_at2021-12-09 21:27:54.097714
updated_at2021-12-15 04:33:58.263461
descriptionBuild script for MAST units
homepage
repositoryhttps://gitlab.com/mathadvance/mast/mast-build
max_upload_size
id495379
size13,636
Dennis Chen (chennisden)

documentation

README

MAST Build

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.

Requirements

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.

Internal Documentation

If you have a copy of mast-build pulled and want to look at the automatically generated documentation, run cargo doc --no-deps --open.

Commit count: 22

cargo fmt