# HG changeset patch # User Christian Urban # Date 1561581633 -3600 # Node ID 5ca7bf724474a632b22f9a98af09d656b88a1360 # Parent bffa240d5b7a8c280aa1ffd1e371f1e6f7b8d42b fixed latex bug diff -r bffa240d5b7a -r 5ca7bf724474 ecp/ecoop_paper.tex --- a/ecp/ecoop_paper.tex Wed Jun 26 17:15:48 2019 +0100 +++ b/ecp/ecoop_paper.tex Wed Jun 26 21:40:33 2019 +0100 @@ -11,8 +11,8 @@ %\usepackage{pmboxdraw} \title{POSIX Regular Expression Matching and Lexing} -\author[1]{Chengsong Tan} -\affil[1]{\\ Department of Informatics, King's College London\\ +\author{Chengsong Tan} +\affil{King's College London\\ London, UK\\ \texttt{chengsong.tan@kcl.ac.uk}} \authorrunning{Chengsong Tan} @@ -166,7 +166,7 @@ This exponential blowup sometimes causes real pain in real life: for example on 20 July 2016 one evil regular expression brought the -webpage \href{http://stackexchange.com}{Stack Exchange} to its knees\cite{SE16}. +webpage \href{http://stackexchange.com}{Stack Exchange} to its knees \cite{SE16}. In this instance, a regular expression intended to just trim white spaces from the beginning and the end of a line actually consumed massive amounts of CPU-resources and because of this the web servers