Browse Source

Some notes. A potential title. Some potential chapter headings.

master
Daniel Hillerström 8 years ago
parent
commit
2de4cb952b
  1. 29
      thesis.tex

29
thesis.tex

@ -1,5 +1,5 @@
%% 12pt font size, PhD thesis, LFCS, print twosided, new chapters on right page
\documentclass[12pt,phd,lfcs,twoside,openright,logo,rightchapter,normalheadings]{infthesis}
\documentclass[12pt,phd,lfcs,twoside,openright,logo,leftchapter,normalheadings]{infthesis}
\shieldtype{0}
%% Packages
@ -27,10 +27,10 @@
matrix,shapes.symbols,intersections}
%% Information about the title, etc.
\title{Daniel's PhD Thesis}
\title{Higher-Order Theories of Handlers for Algebraic Effects}
\author{Daniel Hillerström}
%% If the year of submission is not the current year, uncomment this line and
%% If the year of submission is not the current year, uncomment this line and
%% specify it here:
\submityear{2020}
@ -90,7 +90,7 @@
%% Finally, a dedication (this is optional -- uncomment the following line if
%% you want one).
% \dedication{To my mummy.}
\dedication{To everyone}
\dedication{\emph{To everyone}}
% \begin{preface}
% A preface will possibly appear here\dots
@ -119,6 +119,25 @@
\label{ch:introduction}
An enthralling introduction\dots
\section{Thesis outline}
Thesis outline\dots
\section{Typographical conventions}
Explain conventions\dots
\section{State of effectful programming}
Related work\dots
\chapter{The theory of algebraic effects and their handlers}
\chapter{On the expressive power of effect handlers}
\chapter{Abstract machines theories for effect handlers}
\chapter{Continuation passing style theories for effect handlers}
\chapter{Abstracting continuations: a unifying theory}
\chapter{Conclusions}
\label{ch:conclusions}
Some profound conclusions\dots
@ -127,8 +146,6 @@ Some profound conclusions\dots
%% Appendices
%%
% \appendix
% \chapter{Installing the Links compiler}
% \label{ch:install}
%% If you want the bibliography single-spaced (which is allowed), uncomment
%% the next line.

Loading…
Cancel
Save