- Live drafts: https://pstn-019.lsst.io
- GitHub: https://github.com/lsst-pst/pstn-019
This repository includes lsst-texmf as a Git submodule. Clone this repository:
git clone --recurse-submodules https://github.com/lsst-pst/pstn-019
Compile the PDF:
make
Clean built files:
make clean
lsst-texmf includes BibTeX files, the lsstdoc
class file, and acronym definitions, among other essential tooling for LSST's LaTeX documentation projects.
To update to a newer version of lsst-texmf, you can update the submodule in this repository:
git submodule update --init --recursive
Commit, then push, the updated submodule.