欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

LaTex - tlmgr - Solve the problems such as ‘! LaTeX Error: File `pgfornament.sty‘ not found‘.

程序员文章站 2023-12-25 10:30:09
...

Running Latex file on the basis of the latest Tex-Live might lead to problems such as

! LaTeX Error: File `pgfornament.sty' not found. 
  • This is resulted from loss of some package file. We can use package manager of Tex-live tlmgr to solve this problem.
  • Open our terminal and run
tlmgr update --self -all

Or just run

tlmgr update --self
tlmgr install pgfornament
  • Most of these types of problems can be solved by using this method.

上一篇:

下一篇: