Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stone-zeng/latex-emoji
Emoji support in (Lua)LaTeX
https://github.com/stone-zeng/latex-emoji
emoji emoji-support latex
Last synced: 2 months ago
JSON representation
Emoji support in (Lua)LaTeX
- Host: GitHub
- URL: https://github.com/stone-zeng/latex-emoji
- Owner: stone-zeng
- License: lppl-1.3c
- Created: 2020-01-15T19:03:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T12:48:48.000Z (about 1 year ago)
- Last Synced: 2024-10-12T21:09:35.279Z (3 months ago)
- Topics: emoji, emoji-support, latex
- Language: TeX
- Homepage:
- Size: 1.03 MB
- Stars: 64
- Watchers: 5
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# The `emoji` package
[![CTAN](https://img.shields.io/ctan/v/emoji.svg)](https://www.ctan.org/pkg/emoji)
[![GitHub release](https://img.shields.io/github/release/stone-zeng/latex-emoji/all.svg)](https://github.com/stone-zeng/latex-emoji/releases/latest)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
```tex
\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](http://www.latex-project.org/lppl.txt), either version 1.3c of this license or (at your option) any later version.
-----
Copyright (C) 2020โ2023 by Xiangdong Zeng.