- Timestamp:
- Jul 5, 2017, 5:16:06 PM (9 years ago)
- Location:
- trunk/doc/release.2015/inputs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/inputs/astro.sty
r40025 r40075 53 53 \newcommand\tbr[1]{\textbf{\color{blue}#1 (TBR)}} 54 54 \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}}67 55 68 56 \def\ippprog{\IPPprog} -
trunk/doc/release.2015/inputs/code.sty
r40024 r40075 10 10 % uncatcodespecials essentially iteratively sets the catcode for all of those 11 11 % special characters to be catcode 12 (which just prints the character) 12 12 13 \def\uncatcodespecials{\def\do##1{\catcode`##1=12}\dospecials}% 13 14 … … 50 51 \def\IPPmisc{\begingroup\setupc@de\IPPmiscEND} 51 52 52 %53 54 53 % stage -> small-caps 55 54 % program -> tt … … 58 57 % misc -> san-serif 59 58 60 % text font options: 59 % specify encoding so we are guaranteed to get a 60 % set of fonts with _ defined correctly 61 61 62 62 % \textrm - roman … … 71 71 % \textsl - slated 72 72 % \textsc - small caps 73
Note:
See TracChangeset
for help on using the changeset viewer.
