This repository uses a git submodule for LaTeX macros. When cloning, use:
git clone --recurse-submodules https://github.com/d-morrison/rme.gitOr if already cloned:
git submodule update --init --recursiveTo move the pinned macros forward to the latest upstream main:
git submodule update --remote --checkout latex-macros
git add latex-macros
git commit -m "Update latex-macros submodule"For more details, see SUBMODULE_SETUP.md.
Please note that the rme project is released with a
Contributor Code of Conduct.
By contributing to this project, you agree to abide by its terms.