相关疑难解决方法(0)

在LaTeX文档的标题中添加版本号

我的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,但如何在日期之后(在作者之后)显示版本号?我可以手动设置版本号.

所以:

标题

2010年4月13日

V1.2

versioning latex version title

15
推荐指数
3
解决办法
3万
查看次数

标签 统计

latex ×1

title ×1

version ×1

versioning ×1