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

Nigel Stanger authored on 18 Jun 2013
OULogo Fixed file permissions. 10 years ago
beamerthemes - Added independent LaTeX repositories as submodules. 10 years ago
lectures Pushed up new fix for lectures. 10 years ago
listings - Added independent LaTeX repositories as submodules. 10 years ago
ouexam Updated with commits in lectures and ouexam submodules. 10 years ago
.gitmodules - Added independent LaTeX repositories as submodules. 10 years ago
Makefile Removed the now obsolete CVS substitutions. 10 years ago
README.md Updated to match the new git reality. 10 years ago
relalg.sty Removed the now obsolete CVS substitutions. 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 submodules.

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
% git submodule update
% make install

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

To update:

% git submodule update
% make install

Note that if you commit in any of the submodules, you’ll need to do a git submodule update in the parent repository.