Template and example assignment for an RBE course at WPI. Use the provided Docker container to build all assignments.
All required LaTeX packages are installed in the container.
Obtain the RBE resources project for the bibliography files.
mkdir assignments
docker build -t rbe_assignments .
docker run -it --rm -v .:/source -v assignments:/output -v ../rbe_resources:/bib rbe_assignments
A completed assignment (in PDF) format is created in the assignments directory.