source: doc/theses/colby_parsons_MMAth/style/style.tex @ 4912520

ADTast-experimental
Last change on this file since 4912520 was ca8c91ce, checked in by Peter A. Buhr <pabuhr@…>, 17 months ago

small changes to channel chapter

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