Directory macros/luatex/latex/emoji
The emoji
package
Emoji support in (Lua)LaTeX.
Introduction
The emoji
package allows user to typeset emoji in a LaTeX document. It requires LuaHBTeX engine, which can be called by lualatex
since TeX Live 2020 or lualatex-dev
in TeX Live 2019.
Usage
\documentclass{article} \usepackage{emoji} \setemojifont{Apple Color Emoji} % Optional \begin{document} \emoji{joy} \emoji{+1} \emoji{family-man-woman-girl-boy} \emoji{woman-and-man-holding-hands-light-skin-tone-medium-dark-skin-tone} \end{document}
Result:
😂 👍 👨👩👧👦 👩🏻🤝👨🏾
License
This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version.
Copyright (C) 2020, 2021 by Xiangdong Zeng.
Download the contents of this package in one zip archive (1.1M).
emoji – Emoji support in (Lua)LaTeX
This package allows users to typeset emojis in LaTeX documents. It requires the LuaHBTeX engine, which can be called by lualatex since TeX Live 2020, or lualatex-dev in TeX Live 2019.
Package | emoji |
Bug tracker | https://github.com/stone-zeng/latex-emoji/issues |
Repository | https://github.com/stone-zeng/latex-emoji |
Version | 0.2.2 2021-07-17 |
Licenses | The LaTeX Project Public License 1.3c |
Copyright | 2020–2021 Xiangdong Zeng |
Maintainer | Xiangdong Zeng |
TDS archive | emoji.tds.zip |
Contained in | TeX Live as emoji MiKTeX as emoji |
Topics | Graphics LuaTeX Graphics use Experimental LaTeX3 |