Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script=Emoji option #526

Open
4 tasks done
avidseeker opened this issue Jul 20, 2024 · 0 comments
Open
4 tasks done

Script=Emoji option #526

avidseeker opened this issue Jul 20, 2024 · 0 comments

Comments

@avidseeker
Copy link

Description

Add emoji as a script/language class.

Check/indicate

  • Relevant for XeTeX
  • Relevant for LuaTeX
  • Issue tracker has been searched for similar issues?
  • Links to <tex.stackexchange.com> discussion if appropriate

Minimal example demonstrating the issue

Currently, all the proposed methods to insert emojis in LaTeX either include setting an emoji font as a main font (which is undesirable), or insert a \fontspec within every context that has emojis. E.g:

{\DejaSans ☺😐☹😁😂😃😇😉😈😋😍😱} and even cats: {\DejaSans 😺}!

It would much neater to have an option that specifies which font to use for emojis, just like Script= option. E.g:

\fontspec{NotoColorEmoji}[
	Script=Emoji
]

Further details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant