IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6009 for trunk/doc/pslib


Ignore:
Timestamp:
Jan 15, 2006, 3:11:41 PM (21 years ago)
Author:
eugene
Message:

re-organization

Location:
trunk/doc/pslib
Files:
15 added
14 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/Makefile

    r5037 r6009  
    1 # $Id: Makefile,v 1.15 2005-09-13 21:28:03 eugene Exp $
     1# $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $
    22
    33PDFLATEX = env TEXINPUTS=.:LaTeX:$(TEXINPUTS): pdflatex
     
    1010sdrs: psLibSDRS.pdf
    1111add: psLibADD.pdf
    12 all : psLibSDRS.pdf psLibADD.pdf
     12all : sdrs add
    1313
    1414SDRS = psLibSDRS.tex \
     
    1616       configFileTests.tex \
    1717       timeTests.tex \
    18        Metadata.ps \
    19        earthrot.ps
     18       pics/Metadata.ps \
     19       pics/earthrot.ps
    2020
    2121ADD =  psLibADD.tex \
    2222       ChangeLogADD.tex \
    2323       raymodel.f \
    24        rotations.ps \
    25        earthrot.ps
     24       pics/rotations.ps \
     25       pics/earthrot.ps
    2626
    2727psLibSDRS.pdf: $(SDRS)
     
    4040        dvips -z -t letter -o $*.ps $*.dvi
    4141        ps2pdf $*.ps $*.pdf
    42         @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.lof body.tmp head.tmp
     42        thumbpdf --modes=dvips $*.pdf
     43        $(PSLATEX) $*.tex
     44        dvips -z -t letter -o $*.ps $*.dvi
     45        ps2pdf $*.ps $*.pdf
     46        @rm -f $*.ps $*.dvi $*.aux $*.log $*.tbr $*.tbd $*.toc $*.tpm $*.lof body.tmp head.tmp
    4347
    4448clean :
    45         $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.lof *.out *~ core body.tmp head.tmp
     49        $(RM) *.log *.dvi *.aux *.toc *.tbd *.tbr *.tpm *.lof *.out *~ core body.tmp head.tmp
     50
     51dist : clean
     52        $(RM) *.pdf
    4653
    4754empty: clean
  • trunk/doc/pslib/psLibADD.tex

    r5927 r6009  
    1 %%% $Id: psLibADD.tex,v 1.92 2006-01-06 22:35:54 price Exp $
     1%%% $Id: psLibADD.tex,v 1.93 2006-01-16 01:11:40 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    15401540\begin{figure}
    15411541\begin{center}
    1542 \psfig{file=rotations.ps}
     1542\psfig{file=pics/rotations}
    15431543\caption{Definition of the rotation angles\label{rotations}.  Three
    15441544rotations are performed in series: first, a rotation of $\alpha_p$ is
     
    18731873\begin{figure}
    18741874\begin{center}
    1875 \psfig{file=earthrot.ps}
     1875\psfig{file=pics/earthrot.ps}
    18761876\caption{Coordinates systems and the transformations between them\label{earthrot}}
    18771877\end{center}
  • trunk/doc/pslib/psLibSDRS.tex

    r5967 r6009  
    1 %%% $Id: psLibSDRS.tex,v 1.374 2006-01-11 21:15:20 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.375 2006-01-16 01:11:40 eugene Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    25342534
    25352535\begin{figure}
    2536 \psfig{file=Metadata,width=6.5in}
     2536\psfig{file=pics/Metadata,width=6.5in}
    25372537\caption{Metadata Structures\label{fig:metadata}}
    25382538\end{figure}
     
    67976797\begin{figure}
    67986798\begin{center}
    6799 \psfig{file=earthrot.ps,height=4in}
     6799\psfig{file=pics/earthrot,height=4in}
    68006800\caption{Earth Orientation Coordinate Frames\label{CoordinateSystems}}
    68016801\end{center}
Note: See TracChangeset for help on using the changeset viewer.