IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2241 for trunk/doc/misc


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

updated PSDC numbers

Location:
trunk/doc/misc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/misc

    • Property svn:ignore
      •  

        old new  
        66*.out
        77*.lof
         8*.tbd
         9*.tbr
        810codeConventions.pdf
  • trunk/doc/misc/.cvsignore

    r744 r2241  
    1 *.log *.dvi *.aux *.toc *.log *.out *.lof
     1*.log *.dvi *.aux *.toc *.log *.out *.lof *.tbd *.tbr
    22codeConventions.pdf
  • trunk/doc/misc/Makefile

    r1637 r2241  
    1 # $Id: Makefile,v 1.1 2004-08-27 21:18:14 price Exp $
     1# $Id: Makefile,v 1.2 2004-10-29 22:00:27 eugene Exp $
    22
    3 PDFLATEX = pdflatex
    4 PSLATEX = latex
     3PDFLATEX = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: pdflatex
     4PSLATEX  = env TEXINPUTS=../../latex/inputs:$(TEXINPUTS):.: latex
    55
    66all : codeConventions.pdf
    7 ps  : codeConventions.ps
    87
    9 %.pdf : %.tex
    10         @find . -name $*.aux -cnewer $*.tex -exec rm {} \;
    11         @if [ ! -f $*.aux ]; then \
    12                 echo $(PDFLATEX) $*.tex; \
    13                 env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PDFLATEX) $*.tex; \
    14         fi && env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PDFLATEX) $*.tex || $(RM) $*.pdf
    15 
    16 %.dvi : %.tex
    17 
    18 %.dvi : %.aux
    19         env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PSLATEX) $*.tex
    20 
    21 %.aux : %.tex
    22         env TEXINPUTS=.:LaTeX:$(TEXINPUTS): $(PSLATEX) $*.tex
    23         @rm -f $*.dvi
    24 
    25 %.ps : %.dvi
    26         dvips -o $*.ps $<
     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
    2714
    2815clean :
    29         $(RM) *.log *.dvi *.aux *.toc *.lof *.out *~ core
     16        $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core
    3017
    3118empty : clean
    32         @for f in `find . -maxdepth 1 -name \*.pdf`; do \
    33             if [ -f `echo $$f | sed 's/pdf/tex/'` ]; then \
    34                 echo $(RM) $$f; \
    35                 $(RM) $$f; \
    36             fi; \
    37         done
  • trunk/doc/misc/codeConventions.tex

    r2233 r2241  
    1 %%% $Id: codeConventions.tex,v 1.17 2004-10-29 00:30:12 eugene Exp $
     1%%% $Id: codeConventions.tex,v 1.18 2004-10-29 22:00:27 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
    44% basic document variables
    55\title{Pan-STARRS Image Processing Pipeline}
    6 \title{C Code Standards}
     6\subtitle{C Code Standards}
    77\shorttitle{C Code Standards}
    88\author{Robert Lupton}
    99\audience{Pan-STARRS PMO}
    10 \group{Pan-STARRS}
     10\group{Pan-STARRS Algorithm Group}
    1111\project{Pan-STARRS Image Processing Pipeline}
    1212\organization{Institute for Astronomy}
Note: See TracChangeset for help on using the changeset viewer.