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
• Removed --recursive option from pull command.
master
1 parent
d6bbf80
commit
26cde0f5a53a659cf184c3aed98e4c35162f8038
Nigel Stanger
authored
on 15 Sep 2016
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). These are included as git subtrees. 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. **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
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
Show line notes below