在Mac 15.5下,用vs code编译lualatex时,中文和emoji不能同时显示,
\documentclass[12pt,a4paper]{ctexart}
\usepackage{emotion}
\emotionsetup{Twemoji Mozilla}
\begin{document}
你好
\emotion{☘}
\emotion{☝}
\emotion{☠}
\emotion{🥵}
你好
\end{document}
该问题的mwe可以更短
emotion
或者emoji
宏包只是使用lualatex
编译的理由
% lualatex
\documentclass{ctexart}
\begin{document}
你好
\end{document}
可能有关: