Ignore:
Timestamp:
Apr 21, 2023, 5:36:12 PM (2 years ago)
Author:
JiadaL <j82liang@…>
Branches:
ADT, master
Children:
28f8f15, 6e4c44d
Parents:
2ed94a9 (diff), 699a97d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/uw-ethesis.tex

    r2ed94a9 rb110bcc  
    6060% For hyperlinked PDF, suitable for viewing on a computer, use this:
    6161\documentclass[letterpaper,12pt,titlepage,oneside,final]{book}
     62\usepackage{times}
    6263\usepackage[T1]{fontenc}        % Latin-1 => 256-bit characters, => | not dash, <> not Spanish question marks
    6364
     
    8788\usepackage{comment} % Removes large sections of the document.
    8889\usepackage{tabularx}
    89 \usepackage{subfigure}
     90\usepackage[labelformat=simple,aboveskip=0pt,farskip=0pt,font=normalsize]{subfig}
     91\renewcommand\thesubfigure{(\alph{subfigure})}
    9092
    9193\usepackage{algorithm}
     
    115117    citecolor=blue,        % color of links to bibliography
    116118    filecolor=magenta,      % color of file links
    117     urlcolor=blue           % color of external links
     119    urlcolor=blue,           % color of external links
     120    breaklinks=true
    118121}
    119122\ifthenelse{\boolean{PrintVersion}}{   % for improved print quality, change some hyperref options
     
    129132% although it's supposed to be in both the TeX Live and MikTeX distributions. There are also documentation and
    130133% installation instructions there.
     134
     135% Customizing tabularx
     136\newcolumntype{Y}{>{\centering\arraybackslash}X}
    131137
    132138% Setting up the page margins...
     
    175181\CFAStyle                                               % CFA code-style
    176182\lstset{language=CFA}                                   % default language
    177 \lstset{basicstyle=\linespread{0.9}\tt}                 % CFA typewriter font
     183\lstset{basicstyle=\linespread{0.9}\sf}                 % CFA typewriter font
    178184\lstset{inputpath={programs}}
    179185\newcommand{\PAB}[1]{{\color{red}PAB: #1}}
     186
     187\newcommand{\uCpp}{$\mu$\CC}
    180188
    181189%======================================================================
     
    201209%----------------------------------------------------------------------
    202210\begin{sloppypar}
    203 
    204211\input{intro}
    205212\input{background}
     213\input{list}
    206214\input{array}
    207215\input{string}
Note: See TracChangeset for help on using the changeset viewer.