gpt4 book ai didi

command-line - Latex 命令行行长度

转载 作者:行者123 更新时间:2023-12-04 03:19:55 25 4
gpt4 key购买 nike

当运行 latex 时,命令行输出在 80 个字符后被截断:

LaTeX Warning: Reference `fig:assign-by-x' on page 76 undefined on input line 2
41.

知道如何阻止它吗?

版本是:

pdfTeX using libpoppler 3.141592-1.40.3-2.2 (Web2C 7.5.6)kpathsea version 3.5.6

在 Ubuntu Linux 9.04 上,bash shell。

最佳答案

此设置以及所有其他 latex 设置都在 /etc/texmf/texmf.cnf 中(无论如何在 Ubuntu 上)。行长设置为:

max_print_line=79

我们不想更改此文件,但所有设置都可以通过环境设置进行配置。所以我们可以简单地通过运行 latex 来覆盖它:

max_print_line=120 latex myfile

请注意,这会破坏一些东西 - 我注意到 vim errorformat 停止正常工作。

关于command-line - Latex 命令行行长度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1289680/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com