gpt4 book ai didi

latex - 未找到 tabu.sty

转载 作者:行者123 更新时间:2023-12-03 14:44:10 24 4
gpt4 key购买 nike

生成 pdf 投影仪文件时出现以下错误。我正在尝试解决这个问题,但我还没有成功。如果您能提供帮助,我将不胜感激。

! LaTeX Error: File `tabu.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name:
! Emergency stop.
<read *>

l.77 ^^M

pandoc: Error producing PDF
Error: pandoc document conversion failed with error 43
In addition: Warning message:
In format.POSIXlt(as.POSIXlt(x, tz = tz), format = format, usetz = usetz, :
unknown timezone 'zone/tz/2017c.1.0/zoneinfo/Europe/Istanbul'
Execution halted

最佳答案

您必须安装包含 tabu.sty 的软件包.

基于 Debian

在我的 debian 安装中,我可以运行:

apt-file search tabu.sty
texlive-latex-extra: /usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty

apt-file没有安装,你可以去

https://packages.debian.org/search?searchon=contents&keywords=tabu.sty

或者,如果在 ubuntu 上:

https://packages.ubuntu.com/search?searchon=contents&keywords=tabu.sty&suite=eoan

两个搜索引擎都会打印:

/usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty   texlive-latex-extra


所以你必须安装 texlive-latex-extra :
apt install texlive-latex-extra

基于 RPM

在我的软呢帽上,我可以运行:
dnf whatprovides */tabu.sty
Last metadata expiration check: 0:22:14 ago on sam 09 mai 2020 13:24:58.
texlive-tabu-9:svn49707-19.fc32.noarch : Flexible LaTeX tabulars
Repo : fedora
Matched from:
Filename : /usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty

所以你必须安装 texlive-tabu
dnf install texlive-tabu

不是来自分销

你甚至可以下载 tabu直接来自 CTAN: Comprehensive TeX Archive Network在:

https://www.ctan.org/pkg/tabu

关于latex - 未找到 tabu.sty,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47613096/

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