Changeset 2241 for trunk/doc/modules
- Timestamp:
- Oct 29, 2004, 12:01:49 PM (22 years ago)
- Location:
- trunk/doc/modules
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
ModulesSDRS.tex (modified) (1 diff)
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 $ 2 2 3 PDFLATEX = pdflatex 3 PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex 4 PSLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: latex 4 5 5 6 all : ModulesSDRS.pdf 6 7 7 %.pdf : %.tex8 @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) $*.pdf8 %.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 13 14 14 15 clean : 15 $(RM) *.log *.dvi *.aux *.toc *. lof *.out *~ core16 $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core 16 17 17 18 empty : 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 $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 4 4 % basic document variables 5 \title{Pan-STARRS I PPModules}5 \title{Pan-STARRS Image Processing Pipeline Modules} 6 6 \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} 9 10 \group{Pan-STARRS Algorithm Group} 10 11 \project{Pan-STARRS Image Processing Pipeline} 11 12 \organization{Institute for Astronomy} 12 13 \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} 17 15 18 16 \setlength{\topsep}{-2pt}
Note:
See TracChangeset
for help on using the changeset viewer.
