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

\ding{183} 따위가 한글폰트로 찍히는 문제 #7

Open
dohyunkim opened this issue Jul 13, 2021 · 0 comments
Open

\ding{183} 따위가 한글폰트로 찍히는 문제 #7

dohyunkim opened this issue Jul 13, 2021 · 0 comments

Comments

@dohyunkim
Copy link
Owner

\documentclass{article}
\usepackage{pifont}
\usepackage{kotex}
\begin{document}
\ding{183}
\end{document}

한글폰트로 찍힐 뿐만 아니라 compresspunctations도 동작한다.
이를 방지하려면 전처리부에 다음을 넣으면 된다.

\AddToHook{cmd/Pifont/before}{\prevfontmarks\nocompresspunctuations}

그런데 이런 문제는 레거시 폰트를 사용하는 패키지의 경우 언제라도 발생할 수 있다.
보다 근본적인 해법은?

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