Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.15 KB

The emoji package

CTAN GitHub release

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.

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–2023 by Xiangdong Zeng.