IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40721 for trunk


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

adding high-res eps fig

Location:
trunk/doc/release.2015/ps1.datasystem
Files:
1 added
3 edited

Legend:

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

    r40716 r40721  
    99
    1010all: pdf tgz
    11 tgz: datasystem.tgz
     11journal: datasystem.journal.tgz
     12arxiv: datasystem.arxiv.tgz
    1213pdf: datasystem.pdf
    1314
     
    2122../inputs/apj.bst \
    2223PS1_Data_Analysis_System_Overview.pdf \
    23 skypartition.png \
    2424datasystem.tex
    2525
    26 datasystem.pdf: $(FILES) $(BIBLIB)
    27 datasystem.tgz: $(FILES)
     26PNGPICS = \
     27skypartition.png
     28
     29EPSPICS = \
     30skypartition.eps
     31
     32datasystem.pdf: $(FILES) $(BIBLIB) $(PNGPICS)
     33
     34datasystem.journal.tgz: $(FILES) $(EPSPICS) datasystem.bbl
     35
     36datasystem.arxiv.tgz: $(FILES) $(PNGPICS)
    2837
    2938DIST_TGT = datasystem.pdf datasystem.ps
  • trunk/doc/release.2015/ps1.datasystem/datasystem.tex

    r40715 r40721  
    1616%\def\plotmode{bw}
    1717
    18 %\def\plotext{pdf}
    19 \def\plotext{ps}
     18%\def\plotext{png}
     19\def\plotext{eps}
     20% \def\plotext{ps}
    2021
    2122\def\picdir{figures}
     
    14111412\begin{figure*}[htbp]
    14121413  \begin{center}
    1413  \includegraphics[width=\hsize,clip]{skypartition.png}
     1414 \includegraphics[width=\hsize,clip]{skypartition.\plotext}
    14141415  \caption{\label{fig:sky.partition} Level 3 sky paritioning.  The
    14151416    blue grid shows the outlines of the different regions assigned to
  • trunk/doc/release.2015/ps1.datasystem/dvo.sh

    r40578 r40721  
    55  style -sz 0.4 -c green; ecliptic; style -c red; galactic
    66  style -sz 0.8 -c darkgreen; ecliptic; style -c red; galactic
    7   png -name skypartition.png
     7# png -name skypartition.png
     8  ps -name skypartition.ps
    89
    910end
Note: See TracChangeset for help on using the changeset viewer.