% This is a Latex2e style file \NeedsTeXFormat{LaTeX2e} \usepackage{latexsym} % PTCS Project Note style \ProvidesPackage{parmemo}[2003/09/16 Penn Array Memo Style] % Need to make sure new packages are loaded: \RequirePackage{times} \RequirePackage{graphicx} % Author: Richard Prestage, NRAO Green Bank % Based almost totally on the JAC equivalent by Tim Jenness % Adapted for Penn Array by bsm 16sep03 % % this template defines a standard for GBT documentation to be processed % through LaTeX, pdflatex and latex2HTML. % % invoke with % \usepackage{gbtdocs} % Basic page layout (see LaTeX book page 163): % % size 8.5 x 11 inch pages % odd side margin 1.25 inches % even side margin 1.25 inches % top margin 1.25 inch % text height 9 inches % tex width 6.25 inches % % % assumed to be set up for single-sided printing, so that the \markright % command (i.e. right-hand page) is used. Left hand side of page contains % contents of \mydocmarkright, right hand side, page number. \setlength {\textwidth} {6.25in} \setlength {\textheight} {9in} \setlength {\topmargin} {-0.55in} \setlength {\oddsidemargin} {0.25in} \setlength {\evensidemargin} {0.25in} % \pagestyle{myheadings} % \setlength {\parindent} {0in} \setlength {\parskip} {\medskipamount} \setlength {\unitlength} {1in} %------------------------------------------------------------------------------ % Add any \newcommand or \newenvironment commands here %------------------------------------------------------------------------------ % end of preamble, start of document % This is a new command \mydochead which makes the header. % Example usage: % \mydochead{\mydoctitle}{\mydocauthors}{\mydocdate}{\mydocnumber}% % {\mydocversion}{\mydocarchive}{\mydockeys} \newcommand{\mydochead}[7]{% \thispagestyle{empty} \begin{center} {\Huge{\textbf{\textsf{Penn Array Receiver}}}} \\ \vspace{2.0in} {\huge{\textbf{\textsf{Penn Array Receiver CDR Document #4: \\ #1}}}}\\ \end{center} \vspace{3.0in} \begin{tabbing} xxxxxxxxxxxxxxxx \= \kill Version: \> #5 \\ Date: \> #3 \\ Authors: \> #2 \\ Keys: \> #7 \\ \end{tabbing} \clearpage % % end of standard header \markboth {#1}{#1} } % Use this command to insert the table of contents. \newcommand{\toc}{ %------------------------------------------------------------------------------ % Add this part if you want a table of contents \setlength{\parskip}{0mm} \tableofcontents \setlength{\parskip}{\medskipamount} %------------------------------------------------------------------------------ }