Skip to content

stone-zeng/latex-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.