IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2241 for trunk/doc/modules


Ignore:
Timestamp:
Oct 29, 2004, 12:01:49 PM (22 years ago)
Author:
eugene
Message:

updated PSDC numbers

Location:
trunk/doc/modules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/modules/Makefile

    r2029 r2241  
    1 # $Id: Makefile,v 1.2 2004-10-08 23:29:04 price Exp $
     1# $Id: Makefile,v 1.3 2004-10-29 22:00:51 eugene Exp $
    22
    3 PDFLATEX = pdflatex
     3PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex
     4PSLATEX  = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: latex
    45
    56all : ModulesSDRS.pdf
    67
    7 %.pdf : %.tex
    8         @find . -name $*.aux -cnewer $*.tex -exec rm {} \;
    9         @if [ ! -f $*.aux ]; then \
    10                 echo $(PDFLATEX) $*.tex; \
    11                 env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PDFLATEX) $*.tex; \
    12         fi && env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PDFLATEX) $*.tex || $(RM) $*.pdf
     8%.pdf: %.tex
     9        $(PSLATEX) $*.tex
     10        $(PSLATEX) $*.tex
     11        dvips -z -t letter -o $*.ps $*.dvi
     12        ps2pdf $*.ps $*.pdf
     13        @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof $*.toc
    1314
    1415clean :
    15         $(RM) *.log *.dvi *.aux *.toc *.lof *.out *~ core
     16        $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core
    1617
    1718empty : clean
    18         @for f in `find . -maxdepth 1 -name \*.pdf`; do \
    19             if [ -f `echo $$f | sed 's/pdf/tex/'` ]; then \
    20                 echo $(RM) $$f; \
    21                 $(RM) $$f; \
    22             fi; \
    23         done
     19
  • trunk/doc/modules/ModulesSDRS.tex

    r2191 r2241  
    1 %%% $Id: ModulesSDRS.tex,v 1.19 2004-10-22 00:19:43 price Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.20 2004-10-29 22:00:51 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
    44% basic document variables
    5 \title{Pan-STARRS IPP Modules}
     5\title{Pan-STARRS Image Processing Pipeline Modules}
    66\subtitle{Supplementary Design Requirements}
    7 \author{Paul Price}
    8 \shorttitle{Phase 2 SDRS}
     7\shorttitle{Modules SDRS}
     8\author{Paul Price, Eugene Magnier}
     9\audience{Pan-STARRS PMO}
    910\group{Pan-STARRS Algorithm Group}
    1011\project{Pan-STARRS Image Processing Pipeline}
    1112\organization{Institute for Astronomy}
    1213\version{01}
    13 \docnumber{PSDC-430-008}
    14 % note the use of the docnumber & version number:
    15 % the complete PSDC document number is given by
    16 % \thedocnumber-\theversion
     14\docnumber{PSDC-430-012}
    1715
    1816\setlength{\topsep}{-2pt}
Note: See TracChangeset for help on using the changeset viewer.