LaTeX class that extends the built-in report class for my Buckinghamshire New University coursework submissions.
Defined in report/bnu.cls with a basic usage example.
This repo is setup to use the Tectonic LaTeX engine - see report/README.md for instructions
- Clone the repo into a folder for coursework
git clone https://github.com/wopian/latex-bnu.git my-report
cd my-report- Create a new git repo
rm -R .git
git init- Create a new repo on GitHub then run
git remote add origin https://github.com/USERNAME/REPO.git
git push -u origin master