Corrected a bug in \makelettertitle of most styles that displayed the current date (\today) instead of the date given through the \date command

This commit is contained in:
Xavier Danaux
2012-10-30 20:28:06 -04:00
parent 7ba9c40a4c
commit 36788d3cb8
13 changed files with 4 additions and 4 deletions

View File

@ -441,7 +441,7 @@
%-------------------------------------------------------------------------------
% elements
\newcommand*{\recipient}[2]{\def\@recipientname{#1}\def\@recipientaddress{#2}}
\renewcommand*{\date}[1]{\def\@date{#1}}
\renewcommand*{\date}[1]{\def\@date{#1}}\date{\today}
\newcommand*{\opening}[1]{\def\@opening{#1}}
\newcommand*{\closing}[1]{\def\@closing{#1}}
\newcommand*{\enclosure}[2][]{%