Skip to content

Latex package for include emoji in Latex document

Notifications You must be signed in to change notification settings

Hggg/latexemoji

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use emoji in LaTeX


##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 🙏


About

Latex package for include emoji in Latex document

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%