thys3/document/root.tex
author Christian Urban <christian.urban@kcl.ac.uk>
Wed, 12 Oct 2022 15:23:42 +0100
changeset 615 8881a09a06fd
parent 569 5af61c89f51e
child 642 6c13f76c070b
permissions -rw-r--r--
updated paper for FoSSaCS
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
615
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
     1
\documentclass[runningheads]{llncs}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
     2
%!\documentclass[runningheads]{lipics-v2021}
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     3
\usepackage{times}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     4
\usepackage{isabelle}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     5
\usepackage{isabellesym}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     6
\usepackage{amsmath}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     7
\usepackage{amssymb}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     8
\usepackage{mathpartir}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
     9
\usepackage{tikz}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    10
\usepackage{pgf}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    11
\usetikzlibrary{positioning}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    12
%\usepackage{pdfsetup}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    13
\usepackage{stmaryrd}
615
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    14
\usepackage{url}
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    15
%\usepackage{color}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    16
%\usepackage[safe]{tipa}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    17
%\usepackage[sc]{mathpazo}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    18
%\usepackage{fontspec}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    19
%\setmainfont[Ligatures=TeX]{Palatino Linotype}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    20
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    21
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    22
\urlstyle{rm}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    23
\isabellestyle{it}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    24
\renewcommand{\isastyleminor}{\it}% 
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    25
\renewcommand{\isastyle}{\normalsize\it}%
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    26
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    27
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    28
\def\dn{\,\stackrel{\mbox{\scriptsize def}}{=}\,}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    29
\renewcommand{\isasymequiv}{$\dn$}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    30
\renewcommand{\isasymemptyset}{$\varnothing$}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    31
\renewcommand{\isacharunderscore}{\mbox{$\_\!\_$}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    32
\renewcommand{\isasymiota}{\makebox[0mm]{${}^{\prime}$}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    33
\renewcommand{\isasymin}{\ensuremath{\,\in\,}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    34
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    35
\addtolength{\oddsidemargin}{-1.5mm}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    36
\addtolength{\evensidemargin}{-1.5mm}
499
6a100d32314c updated the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents: 496
diff changeset
    37
\addtolength{\textwidth}{3.4mm}
6a100d32314c updated the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents: 496
diff changeset
    38
\addtolength{\textheight}{1.4mm}
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    39
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    40
\def\lexer{\mathit{lexer}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    41
\def\mkeps{\mathit{mkeps}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    42
\def\inj{\mathit{inj}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    43
\def\Empty{\mathit{Empty}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    44
\def\Left{\mathit{Left}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    45
\def\Right{\mathit{Right}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    46
\def\Stars{\mathit{Stars}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    47
\def\Char{\mathit{Char}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    48
\def\Seq{\mathit{Seq}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    49
\def\Der{\mathit{Der}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    50
\def\nullable{\mathit{nullable}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    51
\def\Z{\mathit{Z}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    52
\def\S{\mathit{S}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    53
\newcommand{\ZERO}{\mbox{\bf 0}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    54
\newcommand{\ONE}{\mbox{\bf 1}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    55
\def\rs{\mathit{rs}}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    56
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    57
\def\Brz{Brzozowski}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    58
\def\der{\backslash}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    59
\newtheorem{falsehood}{Falsehood}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    60
\newtheorem{conject}{Conjecture}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    61
615
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    62
%!\bibliographystyle{plainurl}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    63
\bibliographystyle{plain}
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    64
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    65
\title{{POSIX} {L}exing with {B}itcoded {D}erivatives}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    66
\titlerunning{POSIX Lexing with Bitcoded Derivatives}
615
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    67
\author{Chengsong Tan\inst{1,2} \and Christian Urban\inst{2}}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    68
\institute{Imperial College London \and King's College London\\
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    69
\email{\{chengsong.tan,christian.urban\}@kcl.ac.uk}}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    70
%!\author{Chengsong Tan}{King's College London}{chengsong.tan@kcl.ac.uk}{}{}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    71
%!\author{Christian Urban}{King's College London}{christian.urban@kcl.ac.uk}{}{}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    72
%!\authorrunning{C.~Tan and C.~Urban}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    73
%!\keywords{POSIX matching and lexing, derivatives of regular expressions, Isabelle/HOL}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    74
%!\category{}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    75
%!\ccsdesc[100]{Design and analysis of algorithms}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    76
%!\ccsdesc[100]{Formal languages and automata theory}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    77
%!\Copyright{\mbox{}}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    78
%!\renewcommand{\DOIPrefix}{}
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
    79
%!\nolinenumbers
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    80
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    81
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    82
\begin{document}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    83
\maketitle
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    84
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    85
\begin{abstract}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    86
  Sulzmann and Lu describe a lexing algorithm that calculates
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    87
  Brzozowski derivatives using bitcodes annotated to regular
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    88
  expressions.  Their algorithm generates POSIX values which encode
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    89
  the information of \emph{how} a regular expression matches a
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    90
  string---that is, which part of the string is matched by which part
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    91
  of the regular expression. This information is needed in the
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    92
  context of lexing in order to extract and to classify tokens.
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    93
  The purpose of the bitcodes is to generate POSIX values incrementally while
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    94
  derivatives are calculated. They also help with designing
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    95
  an ``aggressive'' simplification function that keeps the size of
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    96
  derivatives finitely bounded. Without simplification the size of some derivatives can grow
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    97
  arbitrarily big, resulting in an extremely slow lexing algorithm.  In this
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    98
  paper we describe a variant of Sulzmann and Lu's algorithm: Our
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
    99
  variant is a recursive functional program, whereas Sulzmann
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   100
  and Lu's version involves a fixpoint construction. We \textit{(i)}
615
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
   101
  prove in Isabelle/HOL that our variant is correct and generates
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
   102
  unique POSIX values (no such proof has been given for the
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
   103
  original algorithm by Sulzmann and Lu); we also \textit{(ii)} establish finite
8881a09a06fd updated paper for FoSSaCS
Christian Urban <christian.urban@kcl.ac.uk>
parents: 569
diff changeset
   104
  bounds for the size of our derivatives.
496
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   105
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   106
  %The size can be seen as a
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   107
  %proxy measure for the efficiency of the lexing algorithm: because of
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   108
  %the polynomial bound our algorithm does not suffer from
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   109
  %the exponential blowup in earlier works.
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   110
  
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   111
  % Brzozowski introduced the notion of derivatives for regular
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   112
  % expressions. They can be used for a very simple regular expression
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   113
  % matching algorithm.  Sulzmann and Lu cleverly extended this
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   114
  % algorithm in order to deal with POSIX matching, which is the
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   115
  % underlying disambiguation strategy for regular expressions needed
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   116
  % in lexers.  Their algorithm generates POSIX values which encode
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   117
  % the information of \emph{how} a regular expression matches a
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   118
  % string---that is, which part of the string is matched by which
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   119
  % part of the regular expression.  In this paper we give our
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   120
  % inductive definition of what a POSIX value is and show $(i)$ that
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   121
  % such a value is unique (for given regular expression and string
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   122
  % being matched) and $(ii)$ that Sulzmann and Lu's algorithm always
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   123
  % generates such a value (provided that the regular expression
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   124
  % matches the string). We show that $(iii)$ our inductive definition
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   125
  % of a POSIX value is equivalent to an alternative definition by
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   126
  % Okui and Suzuki which identifies POSIX values as least elements
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   127
  % according to an ordering of values.  We also prove the correctness
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   128
  % of Sulzmann's bitcoded version of the POSIX matching algorithm and
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   129
  % extend the results to additional constructors for regular
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   130
  % expressions.  \smallskip
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   131
\end{abstract}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   132
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   133
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   134
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   135
\input{session}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   136
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   137
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   138
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   139
\end{document}
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   140
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   141
%%% Local Variables:
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   142
%%% mode: latex
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   143
%%% TeX-master: t
f493a20feeb3 updated to include the paper
Christian Urban <christian.urban@kcl.ac.uk>
parents:
diff changeset
   144
%%% End: