Last active
January 24, 2025 14:52
-
-
Save dee-me-tree-or-love/50795a6fa6fec36c5de21930dd01c684 to your computer and use it in GitHub Desktop.
π‘ Using `twemojis` for emoticons on `pdfLaTex` engine.
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
| % twemojis package is maintained at CTAN here: | |
| % - https://ctan.org/pkg/twemojis?lang=en | |
| % see exammple below: | |
| \documentclass{article} | |
| \usepackage{hyperref} | |
| \usepackage{twemojis} | |
| \begin{document} | |
| \noindent | |
| \texttt{twemojis} package provides image-based emojies without \texttt{XeLaTex} or \texttt{LuaLaTex}. | |
| \noindent | |
| And we can use it like this: \verb|\usepackage{twemojis}|, | |
| \begin{enumerate} | |
| \item with aliases: \verb|\twemoji{eye}| = \twemoji{eye}, | |
| \item unicode: \verb|\twemoji{1f441}| = \twemoji{1f441}, | |
| \item or CLDR names: \verb|\twemoji{1f441-200d-1f5e8}| = \twemoji{1f441-200d-1f5e8} | |
| \end{enumerate} | |
| \noindent | |
| Big thanks to the folks behind \url{https://ctan.org/pkg/twemojis?lang=en}. | |
| \noindent | |
| \twemoji{tada}. | |
| \end{document} |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The above renders as follows: