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

how to create a πŸ–‰ or πŸ—‘ with tectonic #1216

Open
LuckyTurtleDev opened this issue Sep 15, 2024 · 0 comments
Open

how to create a πŸ–‰ or πŸ—‘ with tectonic #1216

LuckyTurtleDev opened this issue Sep 15, 2024 · 0 comments

Comments

@LuckyTurtleDev
Copy link

LuckyTurtleDev commented Sep 15, 2024

hi, how can I use unicode char like πŸ–‰, βœ– or πŸ—‘ with tectonic. Since tectonic support utf8 this should be possible. But i get only a image symbol at latex. I think this probably because some font is missing for this chars.

Currently I am using the following font cofiguration:

\usepackage{fontspec}
\usepackage{noto}
\usepackage{sourceserifpro}
\usepackage{sourcecodepro}
\setromanfont{SourceSerifPro}[
	Extension      = .otf,
	UprightFont    = *-Regular,
	BoldFont       = *-Bold,
	ItalicFont     = *-RegularIt,
	BoldItalicFont = *-BoldIt]

\setsansfont{NotoSans}[
	Extension      = .ttf,
	UprightFont    = *-Regular,
	BoldFont       = *-Bold,
	ItalicFont     = *-Italic,
	BoldItalicFont = *-BoldItalic]

\setmonofont{SourceCodePro}[
	Extension      = .otf,
	UprightFont    = *-Regular,
	BoldFont       = *-Bold,
	ItalicFont     = *-RegularIt,
	BoldItalicFont = *-BoldIt]

Which font did I need to include?

@LuckyTurtleDev LuckyTurtleDev changed the title how to create a πŸ–‰ or `πŸ—‘ with tectonic how to create a πŸ–‰ or πŸ—‘ with tectonic Sep 15, 2024
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