IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40075 for trunk


Ignore:
Timestamp:
Jul 5, 2017, 5:16:06 PM (9 years ago)
Author:
eugene
Message:

cleanup comments

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

Legend:

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

    r40025 r40075  
    5353\newcommand\tbr[1]{\textbf{\color{blue}#1 (TBR)}}
    5454\newcommand\TBD[1]{\par\tbd{#1}\par}
    55 
    56 % \newcommand{\ippprog}[1]{\textbf{\code{#1}}}
    57 % \newcommand{\ippstage}[1]{\textsc{#1}}
    58 % \newcommand{\ippdbtable}[1]{\textit{#1}}
    59 % \newcommand{\ippdbcolumn}[1]{\textbf{#1}}
    60 % \newcommand{\ippmisc}[1]{\textsf{#1}}
    61 
    62 % \newcommand{\ippprog}[1]{\IPPprog{#1}}
    63 % \newcommand{\ippstage}[1]{\IPPstage{#1}}
    64 % \newcommand{\ippdbtable}[1]{\IPPdbtable{#1}}
    65 % \newcommand{\ippdbcolumn}[1]{\IPPdbcolumn{#1}}
    66 % \newcommand{\ippmisc}[1]{\IPPmisc{#1}}
    6755
    6856\def\ippprog{\IPPprog}
  • trunk/doc/release.2015/inputs/code.sty

    r40024 r40075  
    1010% uncatcodespecials essentially iteratively sets the catcode for all of those
    1111% special characters to be catcode 12 (which just prints the character)
     12
    1213\def\uncatcodespecials{\def\do##1{\catcode`##1=12}\dospecials}%
    1314
     
    5051\def\IPPmisc{\begingroup\setupc@de\IPPmiscEND}
    5152
    52 %
    53 
    5453% stage -> small-caps
    5554% program -> tt
     
    5857% misc -> san-serif
    5958
    60 % text font options:
     59% specify encoding so we are guaranteed to get a
     60% set of fonts with _ defined correctly
    6161
    6262% \textrm - roman
     
    7171% \textsl - slated
    7272% \textsc - small caps
    73 
Note: See TracChangeset for help on using the changeset viewer.