fixed latex bug
authorChristian Urban <urbanc@in.tum.de>
Wed, 26 Jun 2019 21:40:33 +0100
changeset 25 5ca7bf724474
parent 24 bffa240d5b7a
child 26 7a74081288c1
child 27 a28f1d5daa34
fixed latex bug
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