- Timestamp:
- May 7, 2019, 8:23:01 PM (7 years ago)
- Location:
- trunk/doc/release.2015/ps1.datasystem
- Files:
-
- 1 added
- 3 edited
-
Makefile (modified) (2 diffs)
-
datasystem.tex (modified) (2 diffs)
-
dvo.sh (modified) (1 diff)
-
skypartition.eps (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/ps1.datasystem/Makefile
r40716 r40721 9 9 10 10 all: pdf tgz 11 tgz: datasystem.tgz 11 journal: datasystem.journal.tgz 12 arxiv: datasystem.arxiv.tgz 12 13 pdf: datasystem.pdf 13 14 … … 21 22 ../inputs/apj.bst \ 22 23 PS1_Data_Analysis_System_Overview.pdf \ 23 skypartition.png \24 24 datasystem.tex 25 25 26 datasystem.pdf: $(FILES) $(BIBLIB) 27 datasystem.tgz: $(FILES) 26 PNGPICS = \ 27 skypartition.png 28 29 EPSPICS = \ 30 skypartition.eps 31 32 datasystem.pdf: $(FILES) $(BIBLIB) $(PNGPICS) 33 34 datasystem.journal.tgz: $(FILES) $(EPSPICS) datasystem.bbl 35 36 datasystem.arxiv.tgz: $(FILES) $(PNGPICS) 28 37 29 38 DIST_TGT = datasystem.pdf datasystem.ps -
trunk/doc/release.2015/ps1.datasystem/datasystem.tex
r40715 r40721 16 16 %\def\plotmode{bw} 17 17 18 %\def\plotext{pdf} 19 \def\plotext{ps} 18 %\def\plotext{png} 19 \def\plotext{eps} 20 % \def\plotext{ps} 20 21 21 22 \def\picdir{figures} … … 1411 1412 \begin{figure*}[htbp] 1412 1413 \begin{center} 1413 \includegraphics[width=\hsize,clip]{skypartition. png}1414 \includegraphics[width=\hsize,clip]{skypartition.\plotext} 1414 1415 \caption{\label{fig:sky.partition} Level 3 sky paritioning. The 1415 1416 blue grid shows the outlines of the different regions assigned to -
trunk/doc/release.2015/ps1.datasystem/dvo.sh
r40578 r40721 5 5 style -sz 0.4 -c green; ecliptic; style -c red; galactic 6 6 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 8 9 9 10 end
Note:
See TracChangeset
for help on using the changeset viewer.
