Various teaching-related LaTeX files, including several independent LaTeX repositories as subtrees
OULogo | 8 years ago | ||
beamerthemes | 7 years ago | ||
lectures | 7 years ago | ||
listings | 6 years ago | ||
ouexam | 7 years ago | ||
.gitmodules | 8 years ago | ||
Makefile | 6 years ago | ||
README.md | 8 years ago | ||
hyperref.cfg | 6 years ago | ||
relalg.sty | 10 years ago |
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.
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