Changes in / [1716e1c:c0c940a]
- Location:
- doc/theses/andrew_beach_MMath
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/andrew_beach_MMath/cfalab.sty
r1716e1c rc0c940a 23 23 % space and '{}<whatever-follows>' to force remove one. 24 24 % 25 % \CFA26 25 % Cforall with the forall symbol. 27 26 \newrobustcmd\CFA{\textsf{C\raisebox{\depth}{\rotatebox{180}{A}}}\xspace} 28 % \Cpp[<std>] 29 % C++ symbol name. You may optionally provide <std> to specify a standard. 27 % C++ with kerning. You may optionally append a standard number. 30 28 \newrobustcmd\Cpp[1][\xspace]{C++#1} 31 29 … … 47 45 \newcommand*\colour[2]{{\color{#1}#2}} 48 46 49 % \codeCFA{<code>} 50 % \codeC{<code>} 51 % \codeCpp{<code>} 52 % \codePy{<code>} 47 % \code*{<code>} 53 48 % Use the listings package to format a snipit of <code>. 54 49 \newrobustcmd*\codeCFA[1]{\lstinline[language=CFA]{#1}} … … 57 52 \newrobustcmd*\codePy[1]{\lstinline[language=Python]{#1}} 58 53 59 % \begin{cfa}[<options>]60 % \end{cfa}61 54 % Use the listings package to format a block of CFA code. 62 55 % Extra listings options can be passed in as an optional argument. -
doc/theses/andrew_beach_MMath/uw-ethesis.tex
r1716e1c rc0c940a 93 93 % Removes large sections of the document. 94 94 \usepackage{comment} 95 % Adds todo commands.96 \usepackage{todo }95 % Adds todos (Must be included after comment.) 96 \usepackage{todonotes} 97 97 % cfa macros used in the document 98 98 \usepackage{cfalab} … … 235 235 % Tip: Putting each sentence on a new line is a way to simplify later editing. 236 236 %---------------------------------------------------------------------- 237 \input{intro}238 237 \input{existing} 239 238 \input{features} 240 239 \input{implement} 240 %\input{unwinding} 241 241 \input{future} 242 242 … … 298 298 \phantomsection % allows hyperref to link to the correct page 299 299 300 \todos301 302 300 %---------------------------------------------------------------------- 303 301 \end{document} % end of logical document
Note: See TracChangeset
for help on using the changeset viewer.