اگر بعد از دستور \author[vvvvv ]{ }
بنویسید:
\today
این دستور، تاریخ روزی که فایل رو کامپایل میکنید، توی خروجی مینویسه.
کدتون به اینصورت درمیآد:
\documentclass[9pt,a4paper]{amsart}
\usepackage{amsmath, amsthm, amscd, amsfonts}
\renewcommand{\baselinestretch}{1.25}
\setcounter{page}{1}
\setlength{\textheight}{21.6cm}
\setlength{\textwidth}{14cm}
\setlength{\oddsidemargin}{1cm}
\setlength{\evensidemargin}{1cm}
\def\affilfont{\normalfont\fontsize{10}{12}\selectfont\centering}
\def\affil#1{\par\vskip12pt{\affilfont#1\par}\vskip15pt}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{corollary}[theorem]{Corollary}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{xca}[theorem]{Exercise}
\newtheorem{remark}[theorem]{Remark}
\numberwithin{equation}{section}
\begin{document}
\title[aaaa]{aaaa }
\author[vvvvv ]{ }
\today
\address{ xx
} \email{xx}
\address{xx }
\email{xx}
\keywords{xx}
\subjclass[2010]{}
%\submitted{2015}
\begin{abstract}
xxxxxxxxxxxxxxxxxxxxxx
\end{abstract} \maketitle
\section{Introduction}
\noindent
yyyyyyyyyyyyyyyyyyyyy
%---------------------------------------------------------------------------------------%
\begin{thebibliography}{99}
\end{thebibliography}
\end{document}
%------------------------------------------------------------------------------
% End of journal.tex
%------------------------------------------------------------------------------