IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39854 for trunk


Ignore:
Timestamp:
Dec 13, 2016, 5:22:57 PM (10 years ago)
Author:
watersc1
Message:

I've finally sorted out the bibtex error, which requires an additional file.

Location:
trunk/doc/release.2015/ps1.detrend
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/ps1.detrend/Makefile

    r39601 r39854  
    1313
    1414detrend.pdf: $(DETREND)
     15        rm -f detrend.aux detrend.bbl detrend.blg
    1516        $(PDFLATEX) $<
     17        bibtex detrend
     18        $(PDFLATEX) $<
     19        $(PDFLATEX) $<
     20        $(PDFLATEX) $<
     21
    1622#detrend.ps: $(DETREND)
    1723
  • trunk/doc/release.2015/ps1.detrend/detrend.tex

    r39853 r39854  
    25372537University (ELTE), and the Los Alamos National Laboratory.
    25382538
    2539 %\bibliography{lib}{}
     2539\bibliography{lib}{}
     2540\bibliographystyle{apj}
    25402541
    25412542
Note: See TracChangeset for help on using the changeset viewer.