Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
/ latex-bnu Public archive

LaTeX Report Document Class

Notifications You must be signed in to change notification settings

wopian/latex-bnu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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