All Projects → stone-zeng → latex-emoji

stone-zeng / latex-emoji

Licence: LPPL-1.3c License
Emoji support in (Lua)LaTeX

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to latex-emoji

Whatsbook
Create books from WhatsApp group chats with Python and LaTeX
Stars: ✭ 147 (+359.38%)
Mutual labels:  emoji, latex
Marktext
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
Stars: ✭ 22,894 (+71443.75%)
Mutual labels:  emoji, latex
Jekyll Spaceship
🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
Stars: ✭ 196 (+512.5%)
Mutual labels:  emoji, latex
Laravel Smartmd
🎯 A simple markdown editor compatible most markdown parse,You can choose any parse methods on server or client,like Mathematical formula、flowchart、upload image...
Stars: ✭ 76 (+137.5%)
Mutual labels:  emoji, latex
latexemoji
Latex package to include emoji in Latex document
Stars: ✭ 17 (-46.87%)
Mutual labels:  emoji, latex
Learn-to-program-with-C AR
ترجمة لدرس تعلّم البرمجة بلغة السي الخاص بموقع OpenClassrooms
Stars: ✭ 51 (+59.38%)
Mutual labels:  latex
alfred-latex-symbols-workflow
🔎 Alfred 3-4 workflow to search for latex symbol commands
Stars: ✭ 33 (+3.13%)
Mutual labels:  latex
tikz favorites
collection of favorite TikZ graphics
Stars: ✭ 62 (+93.75%)
Mutual labels:  latex
lepre
🐰 Lightweight Emoji Picker for React Enthusiast
Stars: ✭ 15 (-53.12%)
Mutual labels:  emoji
node-latex
🧾 A utility for running LaTeX subprocesses in Node.
Stars: ✭ 31 (-3.12%)
Mutual labels:  latex
latex2unicode
Convert LaTeX markup to Unicode (in Scala and Java)
Stars: ✭ 28 (-12.5%)
Mutual labels:  latex
vimtips
📖 Tips for Vim
Stars: ✭ 31 (-3.12%)
Mutual labels:  latex
tex2py
converts LaTeX into a Python parse tree, allowing navigation using the default or a custom hierarchy
Stars: ✭ 70 (+118.75%)
Mutual labels:  latex
ua-beamer
A LaTeX beamer theme for the University of Antwerp
Stars: ✭ 70 (+118.75%)
Mutual labels:  latex
letter-2-reviewers-LaTeX-template
A LaTeX template to write response letters for journal revisions
Stars: ✭ 32 (+0%)
Mutual labels:  latex
cv
My curriculum vitae
Stars: ✭ 24 (-25%)
Mutual labels:  latex
latex-action
GitHub Action to compile LaTeX documents
Stars: ✭ 123 (+284.38%)
Mutual labels:  latex
elte-ik-pti-bsc-zarovizsga
ELTE IK - Programtervező Informatikus BSc Záróvizsga tételek kidolgozása
Stars: ✭ 26 (-18.75%)
Mutual labels:  latex
bonaparticle
The LaTeX magazine class that doesn’t get in your way.
Stars: ✭ 20 (-37.5%)
Mutual labels:  latex
ThinkRubyBuild
Forked from https://github.com/AllenDowney/ThinkPython2
Stars: ✭ 27 (-15.62%)
Mutual labels:  latex

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 or lualatex-dev in TeX Live 2019.

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, 2021 by Xiangdong Zeng.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].