从文件中获取乳胶变量/定义
所以我们有一个具有如下映射的文件:
one/two/one.tex 27/11/85 some/other/two.tex 27/03/89
我希望我们所有的文档都引用此文件并提取适当的日期。例如,对于 one.tex,它将显示 27/11/85
有关如何执行此操作的任何建议吗?
So we have a file which has mappings like:
one/two/one.tex 27/11/85
some/other/two.tex 27/03/89
I would like all our documents to reference this file and pull out the appropriate date. For example, for one.tex, it would display 27/11/85
Any suggestion on how I can do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试
datatool
软件包。您可以在 TeX StackExchange 上找到整个社区,其中与 TeX 相关的问题都不会太小。
You might try the
datatool
package.You can find an entire community on the TeX StackExchange, where no TeX-related question is too small.