如何在 Latex 中添加自动版本号?
这个问题 在标题中添加版本号一份 LaTeX 文档激发了我的好奇心:
如何在 Latex 中添加自动版本号?
(所以人们没有这样做:{\bf Version:} 1.2
然后是后来的{\bf Version:}
1.2 1.3 )?
This question Add a version number to the title of a LaTeX document spurred my curiosity:
How do you add an auto-version number in Latex?
( So one is not doing this: {\bf Version:} 1.2
and then later {\bf Version:}
1.2 1.3
) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用 Subversion,上面的代码就是您可以执行的操作的示例。 SVN 会在您更新文件时更新信息,但请注意:仅当您更新包含文件时。它不会跟踪树中其他位置的更新。
然而,我觉得现在这被认为有点过时了;现代趋势是 DVCS,其中并没有真正有效的线性递增版本号概念。
If you use Subversion, the above code is an example of what you can do. SVN updates the information as you update the file, but beware: only if you up the containing file. It doesn't track updates elsewhere in the tree.
However, I get the feeling that this is now considered a bit old-fashioned; the modern trend is to DVCSs, where there isn't really a valid concept of a linearly incrementing version number.
如果您使用的是 Windows,则可以安装 Tortoise SVN 和 Collabnet Subversion Server。这些工具与 LaTeX 中的 svn-multi 包配合良好,可以生成您需要的修订/版本号。
If you're using Windows, you can install Tortoise SVN and Collabnet Subversion Server. These tools work fine with the svn-multi package in LaTeX to produce the revision/version numbers that you need.