Browse Source

Bibliography configuration.

master
Daniel Hillerström 6 years ago
parent
commit
6102f9ad90
  1. 4
      macros.tex
  2. 17
      thesis.tex

4
macros.tex

@ -2,8 +2,8 @@
%% Calculi names. %% Calculi names.
%% %%
\newcommand{\Links}{Links\xspace} \newcommand{\Links}{Links\xspace}
\newcommand{\BCalc}{\ensuremath{\lambda_{\mathsf{b}}}}
\newcommand{\BCalcRec}{\ensuremath{\lambda_{\mathsf{b}+\mathsf{rec}}}}
\newcommand{\BCalc}{\ensuremath{\lambda_{\mathsf{b}}}\xspace}
\newcommand{\BCalcRec}{\ensuremath{\lambda_{\mathsf{b}+\mathsf{rec}}}\xspace}
%% %%
%% Calculi terms and types type-setting. %% Calculi terms and types type-setting.

17
thesis.tex

@ -7,6 +7,7 @@
\usepackage[british]{babel} % British English \usepackage[british]{babel} % British English
\usepackage[breaklinks]{hyperref} % Interactive PDF \usepackage[breaklinks]{hyperref} % Interactive PDF
\usepackage{url} \usepackage{url}
\usepackage[sort&compress,square,numbers]{natbib} % Bibliography
\usepackage{breakurl} \usepackage{breakurl}
\usepackage{amsmath} % Mathematics library \usepackage{amsmath} % Mathematics library
\usepackage{amssymb} % Provides math fonts \usepackage{amssymb} % Provides math fonts
@ -50,7 +51,7 @@
%% %%
%% Load macros. %% Load macros.
%% %%
\include{macros}
\input{macros}
%% Information about the title, etc. %% Information about the title, etc.
% \title{Higher-Order Theories of Handlers for Algebraic Effects} % \title{Higher-Order Theories of Handlers for Algebraic Effects}
@ -186,11 +187,13 @@ callcc, J, catchcont, etc.
\chapter{A ML-flavoured programming language} \chapter{A ML-flavoured programming language}
\label{ch:base-language} \label{ch:base-language}
In this chapter we introduce a core calculus, \BCalc, which we shall
In this chapter we introduce a core calculus, $\BCalc$, which we shall
later use as the basis for exploration of design considerations for later use as the basis for exploration of design considerations for
effect handlers. This calculus distils the functional core of the
\Links programming language~\cite{CooperLWY06}, which is a
ML-flavoured language for multi-tier web-programming.
effect handlers. This calculus distils the `functional' essence of the
ML-flavoured multi-tier web-programming language
\Links~\cite{CooperLWY06}. As such $\BCalc$ may be regarded as a
faithful model of a prototypical and practical functional programming
language.
\section{Syntax and static semantics} \section{Syntax and static semantics}
\section{Type inference} \section{Type inference}
@ -275,9 +278,9 @@ Some profound conclusions\dots
%% the next line. %% the next line.
%\nocite{*} %\nocite{*}
\singlespace \singlespace
\nocite{*}
%\nocite{*}
%\printbibliography[heading=bibintoc] %\printbibliography[heading=bibintoc]
\bibliographystyle{unsrt}
\bibliographystyle{plainnat}
\bibliography{\jobname} \bibliography{\jobname}
%% ... that's all, folks! %% ... that's all, folks!

Loading…
Cancel
Save