stone-zeng / latex-emoji

Emoji support in (Lua)LaTeX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Emoji support in (Lua)LaTeX

License:LaTeX Project Public License v1.3c


Languages

Language:TeX 73.4%Language:Python 21.5%Language:Shell 5.2%