alecjacobson / coloremoji.sty

Style package for directly including color emojis in latex documents
219 stars 45 forks source link

\xetex_if_engine_p and \luatex_if_engine_p obsolete as of 2017 #14

Open mkskeller opened 7 years ago

mkskeller commented 7 years ago

coloremoji doesn't work with the latest TeXlive because \xetex_if_engine_p and \luatex_if_engine_p are missing.

mkskeller commented 7 years ago

There's a dirty fix for pdfTeX on https://github.com/mkskeller/coloremoji.sty

joshp123 commented 6 years ago

I also had difficulties getting coloremoji to work with the latest MacTex, and your fix solved it for me. Thanks!

carstenhag commented 6 years ago

@mkskeller sadly wasnt able to get it working with your version either.

I cloned your repo and ran texhash on it, but no dice.

! Package inputenc Error: Unicode char 🏪 (U+1F3EA)
(inputenc)                not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
\usepackage[backend=biber,style=numeric]{biblatex}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
...
\usepackage{coloremoji}
carstenhag commented 6 years ago

Ended up just converting emoji png to pdf and including them manually 🤷‍♂️