report for 1809 keV emission rate

This commit is contained in:
2017-03-27 19:17:02 -04:00
parent 5c77a6895a
commit c7d27343b8
10 changed files with 312 additions and 0 deletions

18
r15a_1809_rate/Makefile Normal file
View File

@@ -0,0 +1,18 @@
DOC=r15a_gamma
INPUT=$(DOC).tex
TARGET=$(DOC).pdf
TEX=pdflatex
default: $(TARGET)
# $(TARGET): $(INPUT) Makefile *.bib
$(TARGET): $(INPUT) Makefile
$(TEX) $< && $(TEX) $<
# $(TEX) $<
# bibtex jrnl.aux
# bibtex thes.aux
# bibtex proc.aux
clean:
rm -f $(DOC).{pdf,out,aux,log}
rm -f *.{pdf,out,aux,log,bbl,blg}