Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 813 Bytes

File metadata and controls

30 lines (22 loc) · 813 Bytes

LaTeX BNU Class

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.

View example online

Building

This repo is setup to use the Tectonic LaTeX engine - see report/README.md for instructions

Usage

  1. Clone the repo into a folder for coursework
git clone https://github.com/wopian/latex-bnu.git my-report
cd my-report
  1. Create a new git repo
rm -R .git
git init
  1. Create a new repo on GitHub then run
git remote add origin https://github.com/USERNAME/REPO.git
git push -u origin master