IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2019, 8:20:57 PM (7 years ago)
Author:
eugene
Message:

adding pdf versions of figures

File:
1 edited

Legend:

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

    r40709 r40719  
    44#
    55DO_PDFLATEX = 1
    6 DO_BIBTEX = 1
     6DO_BIBTEX = 0
    77
    88help:
     
    1414all: pdf tgz
    1515pdf: analysis.pdf
    16 tgz: analysis.tgz
     16
     17journal: analysis.journal.tgz
     18arxiv: analysis.arxiv.tgz
    1719
    1820quick: analysis.quick.pdf
    1921
     22BIBLIB = ../inputs/lib.bib
     23
    2024PDFPICS = \
    2125pics/peaks.pdf \
     26pics/FWHM.smooth.trend.ps1.pdf \
     27pics/radial.profiles.pdf \
     28pics/moment.class.pdf \
     29pics/mag.resid.psf.pdf \
     30pics/mag.resid.aper.pdf \
     31pics/galaxy.exp.complete.pdf \
     32pics/galaxy.dev.complete.pdf \
     33pics/galaxy.exp.params.pdf \
     34pics/galaxy.dev.params.pdf
     35
     36PNGPICS = \
     37pics/peaks.pdf \
    2238pics/FWHM.smooth.trend.ps1.png \
    23 pics/moment.class.pdf \
    24 pics/radial.profiles.pdf
     39pics/radial.profiles.png \
     40pics/moment.class.png \
     41pics/mag.resid.psf.png \
     42pics/mag.resid.aper.png \
     43pics/galaxy.exp.complete.png \
     44pics/galaxy.dev.complete.png \
     45pics/galaxy.exp.params.png \
     46pics/galaxy.dev.params.png
    2547
    2648FILES = \
     
    2850../inputs/code.sty \
    2951../inputs/apj.bst \
    30 ../inputs/lib.bib \
    31 $(PDFPICS) \
    3252analysis.tex
    3353
     
    4060
    4161pdfpics: $(PDFPICS)
    42 analysis.pdf: $(FILES)
    43 analysis.tgz: $(FILES)
     62
     63analysis.pdf: $(FILES) $(BIBLIB) $(PDFPICS)
     64
     65analysis.journal.tgz: $(FILES) $(PDFPICS) analysis.bbl
     66analysis.arxiv.tgz: $(FILES) $(PNGPICS) analysis.bbl
    4467
    4568include ../Makefile.Common
     69
     70# generate PDF for editing
     71# ** set DO_BIBTEX to 1 above
     72# ** set \picdir to pics in latex file
     73# ** set \plotext to pdf or png as desired
     74# ** make pdf (or make quick)
     75
     76# generate PDF for arxiv
     77# ** set DO_BIBTEX to 0 above (make sure bbl file was generated earlier)
     78# ** swap from biblograph{lib} to input bbl in latex file
     79# ** set \plotext to png
     80# ** make pdf (confirm PDF file succeeds)
     81
     82# generate TGZ for arxiv
     83# ** follow steps above for PDF
     84# ** set \picdir to . in latex file
     85# ** make arxiv
     86# ** test by extracting into local directory
     87# ** ltx -pdf analysis
     88
     89# generate PDF for journal
     90# ** set DO_BIBTEX to 0 above (make sure bbl file was generated earlier)
     91# ** swap from biblograph{lib} to input bbl in latex file
     92# ** set \plotext to pdf
     93# ** make pdf (confirm PDF file succeeds)
     94
     95# generate TGZ for journal
     96# ** follow steps above for PDF
     97# ** set \picdir to . in latex file
     98# ** make journal
     99# ** test by extracting into local directory
     100# ** ltx -pdf analysis
     101
Note: See TracChangeset for help on using the changeset viewer.