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

Nigel Stanger authored on 14 Sep 2016
OULogo • Added Otago Business School logo. 8 years ago
beamerthemes Merge commit '75f193f' as 'beamerthemes' 7 years ago
lectures Merge commit 'a5d0dc6' 7 years ago
listings Merge commit '7e71120' as 'listings' 7 years ago
ouexam Merge commit '1521b07' as 'ouexam' 7 years ago
.gitmodules • Removed ouexam submodule. 7 years ago
Makefile • Added Otago Business School logo. 8 years ago
README.md • Fixed formatting of “ouexam”. 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). These are included as git subtrees.

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

% git clone --recursive 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.

IMPORTANT!! Several of the subdirectories are git subtrees pointing to independent repositories. While you can edit things in the subtree and push them back to the upstream repository, it’s probably better to edit them in 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

To push changes to the upstream repository (see note above):

% git subtree push --prefix=ouexam --squash ouexam master