Various teaching-related LaTeX files, including several independent LaTeX repositories as subtrees

Nigel Stanger authored on 21 Mar 2018
OULogo • Switched to PDF version of Otago Business School logo. 7 years ago
beamerthemes Merge commit '1979fc4' 6 years ago
fonts • Added mkdir for target directories in case they don't exist. 6 years ago
hyperref • Added font configuration. 6 years ago
lectures [lectures] Deleted broken chapterplusone initialisation. 6 years ago
listings • Added local configuration to repository. 6 years ago
minted • Added simple lexer extension for Oracle SQL. 6 years ago
ouexam • Merged in upstream changes to ouexam 2.4.1. 6 years ago
.gitmodules • Removed ouexam submodule. 7 years ago
Makefile • Added font configuration. 6 years ago
README.md • Reworked instructions for updating subtrees to emphasise that these instructions aren’t for normal users. 7 years ago
relalg.sty • Removed CVS commit log comment. 10 years ago
README.md

Various LaTeX classes. Note that some of this exists as independent LaTeX repostiories (e.g., ouexam, beamerthemes). You can find these repositories on [Github][].

To install, ensure that $TEXMFHOME is set to your personal texmf tree (e.g., ~/.texmf), then:

git clone https://github.com/Otago-InfoSci-Database/LaTeX.git
cd LaTeX
make install

Everything should just work beyond that point (fingers crossed! ☺), barring any backwards incompatible changes to classes or the like.

For developers only

Normal users of the LaTeX repository should ignore the following!

The beamerthemes, listings, and ouexam subdirectories are git subtrees pointing to independent repositories. If you’re intending to edit the contents of these directories, you make a separate clone of the original repository.

To pull upstream changes to the subtrees (e.g., for ouexam): git subtree pull --prefix=ouexam --squash ouexam master