包含文件名中带有空格的 .tex 文件

发布于 2024-08-24 17:54:22 字数 1459 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

别在捏我脸啦 2024-08-31 17:54:22

尝试

\include{"file\space name"}

(即,使用引号和 \space。)您可能需要删除旧的 .aux 文件和/或运行 Latex 两次。

Try

\include{"file\space name"}

(I.e., use quotes and \space.) You may need to remove old .aux files and/or run Latex twice.

亣腦蒛氧 2024-08-31 17:54:22

好吧,我通过给出(相当不满意的)答案来结束这个问题,我发现(在此 wiki< /a>)。

不幸的是,目前的答案是:你不能,除非你使用最新的版本,它恰好可以更优雅地处理这个问题。示例:teTeX 3 和 MikTeX 2.4。

看起来不寻常的文件名仍然是 Latex 中的一个问题,所以你最好的选择是放弃,或者如果必须的话,找到一个已经解决了问题的版本。

Well I'm closing this question by giving the (quite unsatisfying) answer, I've found (on this wiki).

At the moment the answer unfortunately is: you can't, unless you use a recent version which happens to handle this problem more gracefully. Examples: teTeX 3 and MikTeX 2.4.

It seems that unusual filenames are still a problem within latex, so your best bet is to abstain or, if you have to, find a version that has solved the problem.

南…巷孤猫 2024-08-31 17:54:22

有用。你需要做的是,如果你的章节文件是 File Of Mine.tex 那么在主 .tex 文件中放入

\include{"File\space Of\space Mine"} 

File Of Mine.tex 你只需要有\chapter{我的文件}。试试这个,看看它是否适合你。对我来说确实如此。

It works. What you need to do is if your chapter file is File Of Mine.tex then in the main .tex file put

\include{"File\space Of\space Mine"} 

but inside File Of Mine.tex you just need to have \chapter{File Of Mine}. Try this and see if it works for you. It does for me.

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