Ignore:
Timestamp:
Mar 18, 2023, 2:29:23 PM (16 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
ce04120
Parents:
119e6c8
Message:

various additions to thesis, finished first draft of actor chapter (lots of polish needed), added first draft of intro to CFA features & intro to CFA threading, added start of mutex stmt chapter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/thesis.tex

    r119e6c8 r0faacb8  
    2323\usepackage{calc}
    2424\usepackage{xspace}
    25 \usepackage[labelformat=simple]{subfig}
    26 \renewcommand{\thesubfigure}{(\alph{subfigure})}
     25% \usepackage[labelformat=simple]{subfig}
     26% \renewcommand{\thesubfigure}{(\alph{subfigure})}
     27\usepackage{subcaption}
     28% \usepackage{subfigure}
    2729\usepackage{graphicx}
    2830\usepackage{tabularx}
     
    102104% FRONT MATERIAL
    103105%----------------------------------------------------------------------
    104 % \input{frontpgs}
     106\input{frontpgs}
    105107
    106108%----------------------------------------------------------------------
     
    111113
    112114\input{CFA_intro}
     115
     116\input{CFA_concurrency}
     117
     118\input{mutex_stmt}
    113119
    114120\input{actors}
Note: See TracChangeset for help on using the changeset viewer.