1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Last-Update: 2014-12-07
Forwarded: https://code.google.com/p/crcutil/issues/detail?id=4
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: "maketitle" insert build date to the document; re-insert original date.
--- a/doc/text/crc.tex
+++ b/doc/text/crc.tex
@@ -39,8 +39,9 @@
\author[1]{Andrew Kadatch}
\affil[1]{Google Inc.}
\author[2]{Bob Jenkins}
\affil[2]{Microsoft Corporation}
+\date{September 3, 2010}
\maketitle
\begin{abstract}
This paper describes a novel interleaved, parallelizeable word-by-word
|