GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
LaTeX
Browse code
Added lectures directory to submodule list.
master
1 parent
299c24c
commit
efee7962eabd79f5dd0d65f38d5119966e35d380
Nigel Stanger
authored
on 2 Aug 2018
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
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`, `lectures`, `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` [github]: https://github.com/nstanger "Github"
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` [github]: https://github.com/nstanger "Github"
Show line notes below