如何同时使用 fontawesome 和 fontawesome5?

如何同时使用 fontawesome 和 fontawesome5?
\documentclass[a4paper, 12pt, scheme = plain]{ctexart}
\usepackage{amsmath,amssymb}
\usepackage{fontawesome5} %% Virus / fancyAT
\usepackage{fontawesome} %% faWechat
\begin{document}
\faIcon{virus}
\faAt 
\faWechat 
\end{document}

有没有办法使用这两个包中的所有符号?

答案1

\faWechat\faWeixin是的别名fontawesome (微信是该应用程序的(原始)中文名称,在中国以外被称为微信),后者也在 中fontawesome5,您不需要同时加载两者。

相关内容