我的LaTeX文档的标题部分通常看起来像
\title{Title}
\author{Me}
%\date{} %// Today's date will appear when this is commented out.
\begin{document}
\maketitle
Run Code Online (Sandbox Code Playgroud)
我真的想在标题部分添加另一行版本号:
\title{Title}
\author{Me}
\version{v1.2}
%\date{} %// Today's date will appear when this is commented out.
\begin{document}
\maketitle
Run Code Online (Sandbox Code Playgroud)
它不一定是命名的命令version,但如何在日期之后(在作者之后)显示版本号?我可以手动设置版本号.
所以: