source: doc/theses/colby_parsons_MMAth/style/style.tex @ 2d831a1

ADTast-experimental
Last change on this file since 2d831a1 was c0527f8, checked in by caparsons <caparson@…>, 14 months ago

added CAP annotation macro

  • Property mode set to 100644
File size: 570 bytes
RevLine 
[9a5a2cd]1\input{common}
[9432499]2\CFAStyle                                               % CFA code-style
3\lstset{language=CFA}                                   % default language
[9a5a2cd]4
[39b2403]5\newcommand{\newtermFont}{\emph}
6\newcommand{\Newterm}[1]{\newtermFont{#1}}
7
[9363b1b]8\newcommand{\code}[1]{\lstinline[language=CFA]{#1}}
[ca8c91ce]9\newcommand{\Go}[1]{\lstinline[language=Go]{#1}}
[9a5a2cd]10\newcommand{\uC}{$\mu$\CC}
[39b2403]11\newcommand{\PAB}[1]{{\color{red}PAB: #1}}
[c0527f8]12\newcommand{\CAP}[1]{{\color{orange}CAP: #1}}
[39b2403]13
14\newsavebox{\myboxA}                                    % used with subfigure
15\newsavebox{\myboxB}
[9a5a2cd]16
[39b2403]17\lstnewenvironment{java}[1][]
18{\lstset{language=java,moredelim=**[is][\protect\color{red}]{@}{@}}\lstset{#1}}
19{}
Note: See TracBrowser for help on using the repository browser.