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

Nigel Stanger authored on 5 Dec 2013
OULogo Fixed file permissions. 10 years ago
beamerthemes - Added independent LaTeX repositories as submodules. 10 years ago
lectures • Removed all driver references from hyperref loading (apparently no longer necessary). 10 years ago
listings - Added independent LaTeX repositories as submodules. 10 years ago
ouexam Fixed submodule synchronisation. 10 years ago
.gitmodules Realised that the URLs should actually be GitHub URLs. 10 years ago
Makefile Removed the now obsolete CVS substitutions. 10 years ago
README.md • Corrected erroneous advice about how to update submodules. 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.

IMPORTANT!! If you change any of the submodules, make sure that you commit and push the submodule first, then commit and push this repository to resynchronise the submodule pointer. Otherwise you’ll end up with a detached HEAD in the submodule and things can get very messy!

Assuming everything is properly pushed, then updating is just a matter of:

% git pull
% git submodule update
% make install