Releases: Nyphur84/emojinames-latex
Releases · Nyphur84/emojinames-latex
Release list
superemoji v1.1
superemoji v1.0
superemoji v1.0 - Complete Emoji Reference
🎉 Major Update
This release expands the package from ~150 to 2037 emoji definitions, providing comprehensive coverage of Unicode Emoji 16.0 plus custom semantic keys for GIS, development, data quality, and more.
✨ What's New
- 2037 emoji definitions organized into semantic categories
- Complete Unicode Emoji 16.0 support
- Enhanced GIS-specific emoji keys (
gis-select1,gis-buffer1, etc.) - Expanded development and logging categories
- Comprehensive flag collection for all major countries
- Updated documentation with complete emoji reference
📦 Files Included
superemoji.sty- LaTeX package (v1.0)emoji-map.tex- 2037 emoji definitionssuperemoji-doc.pdf- Complete reference guidesuperemoji-doc.tex- Documentation sourceREADME.md- Installation and usage documentationLICENSE- MIT License
🔧 Changes
- Updated package version to
2026/01/18 v1.0 - Updated LICENSE copyright to 2026
- Improved README for CTAN distribution
- Regenerated complete documentation
📥 CTAN Submission
This version has been submitted to CTAN and will be available through TeX Live and MiKTeX package managers once approved.
🐛 Requirements
- LuaLaTeX compiler
- Twemoji Mozilla font (or alternative color emoji font)
- fontspec, etoolbox packages
Full Changelog: v0.1...v1.0
v0.3.0
### Fixed
- Color emoji rendering now works properly with LuaLaTeX using the HarfBuzz renderer for Noto Color Emoji.
- Fixed option comparison logic in
superemoji.styusing\ifdefstringinstead of\ifx.
### Changed
- LuaLaTeX is now the recommended engine for color emoji support (
style=color). - XeLaTeX still works for B&W emoji via Segoe UI Emoji.
- Updated documentation PDF compiled with LuaLaTeX showing working color emoji examples.
### Usage
For color emoji:
\documentclass{article}
\usepackage[style=color]{superemoji}
\begin{document}
Status: \emoji{status-ok1}
\end{document}
Compile with lualatex and ensure Noto Color Emoji is installed on your system.
v0.2.0
### Added
- New
emo-*keys for emotions and reactions (happy, neutral, shocked, angry, party, etc.), wired up in bothemoji-map.texandsuperemoji.sty. - Updated documentation PDF with a minimal working example showing
\emoji{status-ok1},\emoji{log-debug1},\emoji{gis-select1},\emoji{emo-happy1}, and\emoji{flag-de}under XeLaTeX.
### Notes
- End users still only need
superemoji.styandemoji-map.tex
v0.1.0
First public release of superemoji-latex.
- Provides
superemoji.stywith\emoji{...}macro. - Ships
emoji-map.texcontaining a curated semantic emoji mapping (status/logs, GIS, dev/tools, data quality, I/O, time, social, flags, etc.). [file:f512e77f-ab20-4bc7-b563-bfa2c1bb813e] - Designed for XeLaTeX / LuaLaTeX with an emoji-capable system font (e.g. Segoe UI Emoji on Windows).
End users only need:
superemoji.styemoji-map.tex