IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39950 for trunk


Ignore:
Timestamp:
Jan 17, 2017, 5:14:36 PM (9 years ago)
Author:
watersc1
Message:

Added style commands, and added non-working replacements to those style commands that I could not make work in code.sty. Added Magnier & Cuillandre reference.

Location:
trunk/doc/release.2015/inputs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/inputs/astro.sty

    r39945 r39950  
    5656\newcommand{\ippprog}[1]{\textbf{\code{#1}}}
    5757\newcommand{\ippstage}[1]{\textsc{#1}}
     58\newcommand{\ippdbtable}[1]{\textit{#1}}
     59\newcommand{\ippdbcolumn}[1]{\textbf{#1}}
     60
     61
    5862
    5963\def\lesssim{\mathrel{\hbox{\rlap{\hbox{%
  • trunk/doc/release.2015/inputs/code.sty

    r39839 r39950  
    2222\def\CODE{\begingroup\SETUPC@DE\D@CODE}%
    2323
     24%% \def\setupIPPstage %
     25%%   {\textsc %
     26%%     \spaceskip=0pt \xspaceskip=0pt %
     27%%     \catcode`\`=\active
     28%%     \uncatcodespecials \obeyspaces
     29%%     \catcode`\{=1\catcode`\}=2
     30%%   }%
     31
     32%% \def\ippstage{\begingroup\setupIPPstage\d@code}%
     33
     34%% \def\setupIPPdbtable %
     35%%   {\textit %
     36%%     \spaceskip=0pt \xspaceskip=0pt %
     37%%     \catcode`\`=\active
     38%%     \uncatcodespecials \obeyspaces
     39%%     \catcode`\{=1\catcode`\}=2
     40%%   }%
     41
     42%% \def\ippdbtable{\begingroup\setupIPPdbtable\d@code}%
     43
     44%% \def\setupIPPdbcolumn %
     45%%   {\textbf %
     46%%     \spaceskip=0pt \xspaceskip=0pt %
     47%%     \catcode`\`=\active
     48%%     \uncatcodespecials \obeyspaces
     49%%     \catcode`\{=1\catcode`\}=2
     50%%   }%
     51
     52%% \def\ippdbcolumns{\begingroup\setupIPPdbcolumn\d@code}
     53
     54%
  • trunk/doc/release.2015/inputs/lib.bib

    r39890 r39950  
    1603816038}
    1603916039
     16040@ARTICLE{2004PASP..116..449M,
     16041   author = {{Magnier}, E.~A. and {Cuillandre}, J.-C.},
     16042    title = "{The Elixir System: Data Characterization and Calibration at the Canada-France-Hawaii Telescope}",
     16043  journal = {\pasp},
     16044 keywords = {Techniques: Image Processing, astronomical databases: miscellaneous},
     16045     year = 2004,
     16046    month = may,
     16047   volume = 116,
     16048    pages = {449-464},
     16049      doi = {10.1086/420756},
     16050   adsurl = {http://adsabs.harvard.edu/abs/2004PASP..116..449M},
     16051  adsnote = {Provided by the SAO/NASA Astrophysics Data System}
     16052}
     16053
     16054
Note: See TracChangeset for help on using the changeset viewer.