Created
July 21, 2022 11:55
-
-
Save agoose77/5912cfd52640ab06daf4642988ec09c9 to your computer and use it in GitHub Desktop.
Emojis using a BW vector font in XeLaTeX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Support emoji | |
\usepackage{fontspec} | |
\newfontfamily{\emojifont}{Noto Emoji} | |
\usepackage[Latin, Greek, Dingbats, TransportAndMapSymbols, MiscellaneousSymbolsAndPictographs]{ucharclasses} | |
\setTransitionsFor{MiscellaneousSymbolsAndPictographs}{\begingroup\emojifont}{\endgroup} | |
\setTransitionsFor{TransportAndMapSymbols}{\begingroup\emojifont}{\endgroup} | |
\setTransitionsFor{Dingbats}{\begingroup\emojifont}{\endgroup} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment