Changeset 304
- Timestamp:
- Mar 25, 2004, 12:54:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/misc/codeConventions.tex (modified) (2 diffs)
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 3 6 \title{\PS{} Code Conventions} 4 7 \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} 15 14 16 15 \begin{document} 17 16 \maketitle 18 17 \newcommand{\matchBracket}[1]{} % help emacs match properly 19 18 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 29 22 0.1 & 2004/03/01 & First draft \\ 30 \hline 31 \end{tabular} 32 \end{center} 23 \RevisionsEnd 33 24 34 25 \textbf{\Large Referenced Documents} … … 46 37 \tableofcontents 47 38 48 % \pagebreak 49 % \listoffigures 50 \pagebreak \pagenumbering{arabic} 39 \pagebreak 40 \pagenumbering{arabic} 51 41 52 42 \section{Introduction}
Note:
See TracChangeset
for help on using the changeset viewer.
