在ubuntu系统中进行latex编译,latexindent进行格式排版的时候,提示下面的错误。
stderr: Can’t locate Log/Log4perl.pm in @INC (you may need to install the Log::Log4perl module)
解决方法
直接在系统中安装liblog-log4perl-perl即可
sudo apt install liblog-log4perl-perl
本文介绍了解决Ubuntu系统中使用LaTeX编译时出现的Log::Log4perl模块缺失的问题。通过安装liblog-log4perl-perl库,可以轻松解决此编译错误。
在ubuntu系统中进行latex编译,latexindent进行格式排版的时候,提示下面的错误。
stderr: Can’t locate Log/Log4perl.pm in @INC (you may need to install the Log::Log4perl module)
解决方法
直接在系统中安装liblog-log4perl-perl即可
sudo apt install liblog-log4perl-perl
4323
579
2万+
1万+

被折叠的 条评论
为什么被折叠?