mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 02:58:26 +00:00
Some notes. A potential title. Some potential chapter headings.
This commit is contained in:
27
thesis.tex
27
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,7 +27,7 @@
|
||||
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
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user