summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/emoji/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-17 03:02:12 +0000
committerNorbert Preining <norbert@preining.info>2020-03-17 03:02:12 +0000
commit35730d4ce115914408c09833060f86cc84fc0d14 (patch)
tree232b6bce7565f31a777d6659e948963ee3211ef7 /macros/luatex/latex/emoji/README.md
parentd50a41b6ab3d05fe5605a3a3b50ff68f61059296 (diff)
CTAN sync 202003170302
Diffstat (limited to 'macros/luatex/latex/emoji/README.md')
-rw-r--r--macros/luatex/latex/emoji/README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/macros/luatex/latex/emoji/README.md b/macros/luatex/latex/emoji/README.md
index 7b97828ea4..ee0ee3456d 100644
--- a/macros/luatex/latex/emoji/README.md
+++ b/macros/luatex/latex/emoji/README.md
@@ -1,10 +1,14 @@
# 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, or `lualatex-dev` at present.
+The `emoji` package allows user to typeset emoji in a LaTeX document. It requires LuaHBTeX engine,
+which can be called by `lualatex` in TeX Live 2020 or `lualatex-dev` in TeX Live 2019.
## Usage
@@ -17,14 +21,13 @@ The `emoji` package allows user to typeset emoji in a LaTeX document. It require
\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:
-> &#x1F602;
-> &#x1F44D;
-> &#x1F468;&#x200D;&#x1F469;&#x200D;&#x1F467;&#x200D;&#x1F466;
+> &#x1F602; &#x1F44D; &#x1F468;&#x200D;&#x1F469;&#x200D;&#x1F467;&#x200D;&#x1F466; &#x1F469;&#x1F3FB;&#x200D;&#x1F91D;&#x200D;&#x1F468;&#x1F3FE;
## License