LSSTDESC / start_paper

Make a folder containing everything you need to start writing an LSST DESC paper or Note
BSD 3-Clause "New" or "Revised" License
11 stars 4 forks source link

Makefile now updates latex styles and enables new templates to be downloaded #29

Closed drphilmarshall closed 7 years ago

drphilmarshall commented 7 years ago

I tried to be safe here: make update downloads the style files, over-writing the existing ones. make templates downloads the templates, into a templates folder, for reference. The logic was to try and avoid people over-writing their files if at all possible! To get new files (like the upcoming lsst-desc-note.cls), users would first download a new Makefile (containing a longer list of files to update) and then update the style files. That two-step sequence looks like this:

make upgrade
make update

What do you think, @kadrlica ?

kadrlica commented 7 years ago

I'm not authorized to approve the pull request, but this has passed review.