Changes in / [c0c940a:1716e1c]


Ignore:
Location:
doc/theses/andrew_beach_MMath
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/cfalab.sty

    rc0c940a r1716e1c  
    2323% space and '{}<whatever-follows>' to force remove one.
    2424%
     25% \CFA
    2526% Cforall with the forall symbol.
    2627\newrobustcmd\CFA{\textsf{C\raisebox{\depth}{\rotatebox{180}{A}}}\xspace}
    27 % C++ with kerning. You may optionally append a standard number.
     28% \Cpp[<std>]
     29% C++ symbol name. You may optionally provide <std> to specify a standard.
    2830\newrobustcmd\Cpp[1][\xspace]{C++#1}
    2931
     
    4547\newcommand*\colour[2]{{\color{#1}#2}}
    4648
    47 % \code*{<code>}
     49% \codeCFA{<code>}
     50% \codeC{<code>}
     51% \codeCpp{<code>}
     52% \codePy{<code>}
    4853% Use the listings package to format a snipit of <code>.
    4954\newrobustcmd*\codeCFA[1]{\lstinline[language=CFA]{#1}}
     
    5257\newrobustcmd*\codePy[1]{\lstinline[language=Python]{#1}}
    5358
     59% \begin{cfa}[<options>]
     60% \end{cfa}
    5461% Use the listings package to format a block of CFA code.
    5562% Extra listings options can be passed in as an optional argument.
  • doc/theses/andrew_beach_MMath/uw-ethesis.tex

    rc0c940a r1716e1c  
    9393% Removes large sections of the document.
    9494\usepackage{comment}
    95 % Adds todos (Must be included after comment.)
    96 \usepackage{todonotes}
     95% Adds todo commands.
     96\usepackage{todo}
    9797% cfa macros used in the document
    9898\usepackage{cfalab}
     
    235235% Tip: Putting each sentence on a new line is a way to simplify later editing.
    236236%----------------------------------------------------------------------
     237\input{intro}
    237238\input{existing}
    238239\input{features}
    239240\input{implement}
    240 %\input{unwinding}
    241241\input{future}
    242242
     
    298298\phantomsection         % allows hyperref to link to the correct page
    299299
     300\todos
     301
    300302%----------------------------------------------------------------------
    301303\end{document} % end of logical document
Note: See TracChangeset for help on using the changeset viewer.