All Projects → dilippuri → latexemoji

dilippuri / latexemoji

Licence: other
Latex package to include emoji in Latex document

Programming Languages

TeX
3793 projects

Projects that are alternatives of or similar to latexemoji

Whatsbook
Create books from WhatsApp group chats with Python and LaTeX
Stars: ✭ 147 (+764.71%)
Mutual labels:  emoji, latex, emojis
TJUThesisLatexTemplate
LaTeX templates for TJU graduate thesis. Originally forked from code.google.com/p/tjuthesis
Stars: ✭ 77 (+352.94%)
Mutual labels:  latex, latex-template
DreamBig
☁🌝☁ 3D emoji drawing iPad app with ARKit and the Apple Pencil ☁🌝☁
Stars: ✭ 24 (+41.18%)
Mutual labels:  emoji, emojis
xdupgthesis
西安电子科技大学研究生学位论文XeLaTeX模板
Stars: ✭ 271 (+1494.12%)
Mutual labels:  latex, latex-template
emojis
An emoji management bot for Discord.
Stars: ✭ 18 (+5.88%)
Mutual labels:  emoji, emojis
thesis template
A comprehensive LaTeX template with examples for theses, books and more, employing the 'latest and greatest' (UTF8, glossaries, fonts, ...). The PDF artifact is built using CI/CD.
Stars: ✭ 121 (+611.76%)
Mutual labels:  latex-document, latex-template
usyd-beamer-theme
A Beamer theme that adheres to the University of Sydney Branding
Stars: ✭ 24 (+41.18%)
Mutual labels:  latex, latex-template
TFG-TFM EPS
Plantilla LaTeX para la elaboración de TFG y TFM en la Escuela Politécnica Superior de la Universidad de Alicante
Stars: ✭ 45 (+164.71%)
Mutual labels:  latex-document, latex-template
Yet-Another-LaTeX-Template-for-NPU-Thesis
西北工业大学硕博学位论文模版 | Yet Another Thesis Template for Northwestern Polytechnical University
Stars: ✭ 82 (+382.35%)
Mutual labels:  latex, latex-template
concise-cheat-sheets
Cheat Sheets for programming languages and tools
Stars: ✭ 98 (+476.47%)
Mutual labels:  latex, latex-template
emoji-extractor-plus
Extract emojis from Apple font in PNG format
Stars: ✭ 42 (+147.06%)
Mutual labels:  emoji, emojis
publicacoes
Minhas publicações no LaTex
Stars: ✭ 50 (+194.12%)
Mutual labels:  latex-document, latex-template
cz-gitmoji
🔬😜 Commitizen adapter for gitmoji.
Stars: ✭ 25 (+47.06%)
Mutual labels:  emoji, emojis
EmojiReader
A simple tool to recognize Emoji in string. (JavaScript & Java)
Stars: ✭ 61 (+258.82%)
Mutual labels:  emoji, emojis
Emojions
Embeddable Emoji Bar
Stars: ✭ 15 (-11.76%)
Mutual labels:  emoji, emojis
latex-template
南方科技大学 LaTeX 模板目录 SUSTech LaTeX templates
Stars: ✭ 72 (+323.53%)
Mutual labels:  latex, latex-template
latex-mimore
A minimal & modern LaTeX template for reports
Stars: ✭ 26 (+52.94%)
Mutual labels:  latex, latex-template
spacymoji
💙 Emoji handling and meta data for spaCy with custom extension attributes
Stars: ✭ 174 (+923.53%)
Mutual labels:  emoji, emojis
Emoji-Log-VSCode
Emoji-Log VSCode Extension — An Emoji Git commit log messages spec standard. [ 📦👌🐛📖🚀🤖 ‼️]
Stars: ✭ 44 (+158.82%)
Mutual labels:  emoji, emojis
awsome-list-of-cv-and-resume-templetes
a collection of cv and resume styles
Stars: ✭ 78 (+358.82%)
Mutual labels:  latex, latex-template

Use emoji in LaTeX


Code Triagers Badge

##Installing## download latexemoji folder from git:- https://github.com/dilippuri/latexemoji.git store emoji_pics folder and latesemoji style file where your .tex is stored


##Usage## include package by \usepackage{latexemoji} to include emoji in document \latexemoji{--emojiname--} read cheatsheet


##Example## \documentclass[10pt]{article} \usepackage{latexemoji} \usepackage{graphics}

\title{This is an example tex file to include emoji in latex}
\author{Dilip Puri}

\begin{document}
\maketitle
	Hi, I am going to include emoji in latex. So I \latexemoji{heart} \LaTeX.\\
	I just \latexemoji{stuck_out_tongue_wink_eye}.\\
	
	Good bye! \latexemoji{wave}
\end{document}

##Output## Output image of above latex script really cool repo 🙏


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].