Remove the \date macro; just pick it up from boilerplate.tex.
This commit is contained in:
parent
ea0020571f
commit
c7c9a64833
|
@ -5,7 +5,8 @@
|
||||||
|
|
||||||
\input{boilerplate}
|
\input{boilerplate}
|
||||||
|
|
||||||
% Now override the stuff that includes author information:
|
% Now override the stuff that includes author information;
|
||||||
|
% Guido did *not* write this one!
|
||||||
|
|
||||||
\author{Fred L. Drake, Jr.}
|
\author{Fred L. Drake, Jr.}
|
||||||
\authoraddress{
|
\authoraddress{
|
||||||
|
@ -13,7 +14,6 @@
|
||||||
1895 Preston White Drive, Reston, Va 20191, USA \\
|
1895 Preston White Drive, Reston, Va 20191, USA \\
|
||||||
E-mail: \email{fdrake@acm.org}
|
E-mail: \email{fdrake@acm.org}
|
||||||
}
|
}
|
||||||
\date{\today}
|
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
Loading…
Reference in New Issue