IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 13, 2009, 4:27:17 PM (17 years ago)
Author:
Paul Price
Message:

Previous didn't have everything required to compile documents with latex. This looks like a more recent version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/latex/panstarrs.def

    r26114 r26149  
    66% LaTeX variables (cntl sequences) for entities significant to Pan-STARRS.
    77   \newcommand{\PS}{Pan-STARRS}
    8    \newcommand{\pipelinename}{Image Processing Pipeline}
    9    \newcommand{\thisdocument}{\PS/ \pipelinename\ Software Design Description}
    108   \newcommand\Object{\ensuremath{f}}                % an object
    119   \newcommand\ObjectSet{\ensuremath{\mathbf{f}}}    % a set of objects
     
    2725   \newcommand\AngularPitch{\ensuremath{p_{\text{\scriptsize pixel}}}}   % angular pitch of a pixel (e.g. 0.3 arcsec)
    2826
     27   \def\degree{\hbox{$^\circ$}}
     28   \def\arcmin{\hbox{$^\prime$}}
     29   \def\arcsec{\hbox{$^{\prime\prime}$}}
     30
    2931%
    3032% Typsetting documentation
     
    3739% \begin{verbatim}...\end{verbatim} for longer blocks
    3840%
     41
    3942\def\uncatcodespecials{\def\do##1{\catcode`##1=12}\dospecials}%
    4043{\catcode`\`=\active\gdef`{\relax\lq}}% this line inhibits Spanish
     
    4447     \spaceskip=0pt \xspaceskip=0pt % just in case...
    4548     \catcode`\`=\active
    46      \obeylines \uncatcodespecials \obeyspaces
     49     \uncatcodespecials \obeyspaces
    4750     \catcode`\{=1\catcode`\}=2
    4851    }%
     
    5154     \spaceskip=0pt \xspaceskip=0pt % just in case...
    5255     \catcode`\`=\active
    53      \obeylines \uncatcodespecials \obeyspaces
     56     \uncatcodespecials \obeyspaces
    5457    }%
    5558
     
    6063\def\CODE{\begingroup\SETUPC@DE\D@CODE}%
    6164
    62 \newcommand\note[1]{{\bf #1}}
    63 \newcommand\tbd[1]{\textbf{[{\color{red}#1}]}}
     65\newcommand\note[1]{\textbf{\color{red}#1}}
     66%\newcommand\tbd[1]{\textbf{\color{red}#1 (TBD)}}
     67%\newcommand\tbr[1]{\textbf{\color{blue}#1 (TBR)}}
    6468\newcommand\TBD[1]{\par\tbd{#1}\par}
     69\renewcommand\comment[1]{\footnote{{\color{red}#1}}}
    6570
    6671\newcommand{\file}[1]{\textit{#1}}%
     72
     73%
     74% embedded software function prototypes and datatypes
     75%
     76
     77\DefineVerbatimEnvironment%
     78  {prototype}{Verbatim}{fontsize=\footnotesize}
     79
     80\DefineVerbatimEnvironment%
     81  {datatype}{Verbatim}{fontsize=\footnotesize}
    6782
    6883%------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.