为 Tex Live 配置 Texmaker

为 Tex Live 配置 Texmaker

在我的 Ubuntu 机器上,我刚刚下载了 Texmaker 和 Tex Live。我现在想编译一个使用该tcolorbox包的 Latex 文件。据我所知,这个包应该附带 Tex Live(文档中说Typically, tcolorbox will be installed as part of a major LATEX distribution and there is nothing special to do for a user)。

因此,我想告诉 Texmaker 使用 Tex Live。为此,我进入 Texmaker 配置,并将 Latex 和 PdfLatex 可执行文件设置为来自 Tex Live 的可执行文件;参见下图:

然而,这对我来说不起作用。当我使用 编译 Texmaker 中的文件时PdfLatex,我收到错误消息:! LaTeX Error: Environment tcolorbox undefined

那么,这是否意味着 Tex Live 肯定不会随附tcolorbox?如果是这样,我该如何安装tcolorbox

或者,也许我没有正确配置 Texmaker 以使用 Tex Live。如果是这样,我还应该怎么做?

相关内容