Changeset 26149 for trunk/doc/latex/panstarrs.def
- Timestamp:
- Nov 13, 2009, 4:27:17 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/doc/latex/panstarrs.def (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/latex/panstarrs.def
r26114 r26149 6 6 % LaTeX variables (cntl sequences) for entities significant to Pan-STARRS. 7 7 \newcommand{\PS}{Pan-STARRS} 8 \newcommand{\pipelinename}{Image Processing Pipeline}9 \newcommand{\thisdocument}{\PS/ \pipelinename\ Software Design Description}10 8 \newcommand\Object{\ensuremath{f}} % an object 11 9 \newcommand\ObjectSet{\ensuremath{\mathbf{f}}} % a set of objects … … 27 25 \newcommand\AngularPitch{\ensuremath{p_{\text{\scriptsize pixel}}}} % angular pitch of a pixel (e.g. 0.3 arcsec) 28 26 27 \def\degree{\hbox{$^\circ$}} 28 \def\arcmin{\hbox{$^\prime$}} 29 \def\arcsec{\hbox{$^{\prime\prime}$}} 30 29 31 % 30 32 % Typsetting documentation … … 37 39 % \begin{verbatim}...\end{verbatim} for longer blocks 38 40 % 41 39 42 \def\uncatcodespecials{\def\do##1{\catcode`##1=12}\dospecials}% 40 43 {\catcode`\`=\active\gdef`{\relax\lq}}% this line inhibits Spanish … … 44 47 \spaceskip=0pt \xspaceskip=0pt % just in case... 45 48 \catcode`\`=\active 46 \ obeylines \uncatcodespecials \obeyspaces49 \uncatcodespecials \obeyspaces 47 50 \catcode`\{=1\catcode`\}=2 48 51 }% … … 51 54 \spaceskip=0pt \xspaceskip=0pt % just in case... 52 55 \catcode`\`=\active 53 \ obeylines \uncatcodespecials \obeyspaces56 \uncatcodespecials \obeyspaces 54 57 }% 55 58 … … 60 63 \def\CODE{\begingroup\SETUPC@DE\D@CODE}% 61 64 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)}} 64 68 \newcommand\TBD[1]{\par\tbd{#1}\par} 69 \renewcommand\comment[1]{\footnote{{\color{red}#1}}} 65 70 66 71 \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} 67 82 68 83 %------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.
