Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

! LaTeX Error: File `pgfornament.sty' not found. #117

Closed
AustinJia opened this issue Aug 19, 2020 · 3 comments
Closed

! LaTeX Error: File `pgfornament.sty' not found. #117

AustinJia opened this issue Aug 19, 2020 · 3 comments

Comments

@AustinJia
Copy link

你好,

  1. 我出现了这样的报错。
    我在TeX Live/MacTeX 2020 问题反馈(Feedback) #92
    看到了解决方案,不过我没看懂如何解决。

我直接在overleaf 上编辑,就没有这样的报错,但是假如用MacTex 2020 compiler 的话,就会有这样的报错。

  1. 还有,我想问一下如何wrapfig?
    我运用了"\usepackage{wrapfig}" 在elegantbook.cls,然后直接

\begin{wrapfigure}{r}{0.55\textwidth}
\begin{center}
\includegraphics[width=0.5\textwidth]{PrincetonU.png}
\end{center}
\end{wrapfigure}

但是出现了这个问题
Screen Shot 2020-08-19 at 12 00 14 PM

@sikouhjw
Copy link
Contributor

你好,

  1. 我出现了这样的报错。
    我在TeX Live/MacTeX 2020 问题反馈(Feedback) #92
    看到了解决方案,不过我没看懂如何解决。

我直接在overleaf 上编辑,就没有这样的报错,但是假如用MacTex 2020 compiler 的话,就会有这样的报错。

#106

  1. 还有,我想问一下如何wrapfig?
    我运用了"\usepackage{wrapfig}" 在elegantbook.cls,然后直接

\begin{wrapfigure}{r}{0.55\textwidth}
\begin{center}
\includegraphics[width=0.5\textwidth]{PrincetonU.png}
\end{center}
\end{wrapfigure}

但是出现了这个问题
Screen Shot 2020-08-19 at 12 00 14 PM

#105

@EthanDeng
Copy link
Member

在 overleaf 上没有问题的原因是 overleaf 用的不是 TeX Live 2020,而 pgfornament 包的作者在 TeX Live 2020 发布时,不小心把自己包标注为过时,所以导致没有打包到 TeX Live 2020。

所以解决办法有:

  1. 使用 overleaf,不更改任何东西。
  2. 使用 MacTeX 2020,但是把宏包更新到最新的版本;

第二种方法的处理实际上发生了两件事情:

  1. ElegantBook 在 TeX Live 2020 发布时使用了 pgfornament 宏包,更新后并不会使用这个包,所以保证即便没有 pgfornament 包的时候仍然没问题。
  2. 更新全部宏包时,会安装 pgfornament 宏包,所以宏包缺失问题也不存在了。

@EthanDeng
Copy link
Member

如果要左文字,右边图片的,可以使用 minipage 环境,另外为了重现你的问题,请提供 MWE。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants