Skip to content

Releases: Nyphur84/emojinames-latex

superemoji v1.1

Choose a tag to compare

@Nyphur84 Nyphur84 released this 13 Jul 21:46

2403 keys: +366 semantic aliases; flags renamed to flag-iso2; self-generating 67-page reference. See README changelog.

superemoji v1.0

Choose a tag to compare

@Nyphur84 Nyphur84 released this 18 Jan 23:13

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 definitions
  • superemoji-doc.pdf - Complete reference guide
  • superemoji-doc.tex - Documentation source
  • README.md - Installation and usage documentation
  • LICENSE - 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

Choose a tag to compare

@Nyphur84 Nyphur84 released this 11 Dec 20:40

### Fixed

  • Color emoji rendering now works properly with LuaLaTeX using the HarfBuzz renderer for Noto Color Emoji.
  • Fixed option comparison logic in superemoji.sty using \ifdefstring instead 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

Choose a tag to compare

@Nyphur84 Nyphur84 released this 08 Dec 16:55

### Added

  • New emo-* keys for emotions and reactions (happy, neutral, shocked, angry, party, etc.), wired up in both emoji-map.tex and superemoji.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.sty and emoji-map.tex

v0.1.0

Choose a tag to compare

@Nyphur84 Nyphur84 released this 08 Dec 16:29

First public release of superemoji-latex.

  • Provides superemoji.sty with \emoji{...} macro.
  • Ships emoji-map.tex containing 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.sty
  • emoji-map.tex