如何在 Latex 中添加自动版本号?

发布于 2024-08-29 03:54:02 字数 317 浏览 6 评论 0原文

这个问题 在标题中添加版本号一份 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

过期情话 2024-09-05 03:54:02
\usepackage[nofancy]{svninfo}
\svnInfo $Id: viperdefects.tex 125 2007-05-29 16:29:07Z longborb $
\svnKeyword $URL: file:///F:/Stuff/Repository/Development/Essays/Viper/viperdefects.tex $

如果您使用 Subversion,上面的代码就是您可以执行的操作的示例。 SVN 会在您更新文件时更新信息,但请注意:仅当您更新包含文件时。它不会跟踪树中其他位置的更新。

然而,我觉得现在这被认为有点过时了;现代趋势是 DVCS,其中并没有真正有效的线性递增版本号概念。

\usepackage[nofancy]{svninfo}
\svnInfo $Id: viperdefects.tex 125 2007-05-29 16:29:07Z longborb $
\svnKeyword $URL: file:///F:/Stuff/Repository/Development/Essays/Viper/viperdefects.tex $

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.

黯然#的苍凉 2024-09-05 03:54:02

如果您使用的是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文