IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 25, 2004, 12:54:28 PM (22 years ago)
Author:
eugene
Message:

updated PSDC number & use of panstarrs.cls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/misc/codeConventions.tex

    r302 r304  
    1 \documentclass[panstarrs]{panstarrs}
    2 
     1%%% $Id: codeConventions.tex,v 1.9 2004-03-25 22:54:28 eugene Exp $
     2\documentclass[panstarrs,psreport]{panstarrs}
     3%\documentclass[panstarrs]{panstarrs}
     4
     5% basic document variables
    36\title{\PS{} Code Conventions}
    47\author{Robert Lupton}
    5 \group{}
    6 \organization{}
    7 \docnumber{PSDC-???}
    8 
    9 \fancyhead{}
    10 \fancyhead[L]{\PS{} Document}
    11 \fancyhead[R]{PSDC-???}
    12 \fancyhead[C]{Revision 0.1 -- Draft}
    13 \fancyfoot[L]{\PS{} Coding Conventions}
    14 \fancyfoot[R]{\today}
     8\shorttitle{PSLib Design}
     9\group{Pan-STARRS Algorithm Group}
     10\project{Pan-STARRS Image Processing Pipeline}
     11\organization{Institute for Astronomy}
     12\version{DR}
     13\docnumber{PSDC-430-004}
    1514
    1615\begin{document}
    17 
     16\maketitle
    1817\newcommand{\matchBracket}[1]{}         % help emacs match properly
    1918
    20 \pagenumbering{roman} \thispagestyle{empty} \maketitle
    21 
    22 \pagebreak \pagestyle{fancy}
    23 \textbf{\Large Revision History}
    24 \begin{center}
    25 \begin{tabular}{|p{1in}|p{1in}|p{4.5in}|}
    26 \hline
    27 \textbf{Revision Number} & \textbf{Release Date} & \textbf{Description} \\
    28 \hline
     19% -- Revision History --
     20\RevisionsStart
     21% version     Date         Description
    29220.1 & 2004/03/01 & First draft \\
    30 \hline
    31 \end{tabular}
    32 \end{center}
     23\RevisionsEnd
    3324
    3425\textbf{\Large Referenced Documents}
     
    4637\tableofcontents
    4738
    48 % \pagebreak
    49 % \listoffigures
    50 \pagebreak \pagenumbering{arabic}
     39\pagebreak
     40\pagenumbering{arabic}
    5141
    5242\section{Introduction}
Note: See TracChangeset for help on using the changeset viewer.