Skip to content

Instantly share code, notes, and snippets.

@agoose77
Created July 21, 2022 11:55
Show Gist options
  • Save agoose77/5912cfd52640ab06daf4642988ec09c9 to your computer and use it in GitHub Desktop.
Save agoose77/5912cfd52640ab06daf4642988ec09c9 to your computer and use it in GitHub Desktop.
Emojis using a BW vector font in XeLaTeX
% 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