We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
\documentclass{article} \usepackage{pifont} \usepackage{kotex} \begin{document} \ding{183} \end{document}
한글폰트로 찍힐 뿐만 아니라 compresspunctations도 동작한다. 이를 방지하려면 전처리부에 다음을 넣으면 된다.
\AddToHook{cmd/Pifont/before}{\prevfontmarks\nocompresspunctuations}
그런데 이런 문제는 레거시 폰트를 사용하는 패키지의 경우 언제라도 발생할 수 있다. 보다 근본적인 해법은?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
한글폰트로 찍힐 뿐만 아니라 compresspunctations도 동작한다.
이를 방지하려면 전처리부에 다음을 넣으면 된다.
그런데 이런 문제는 레거시 폰트를 사용하는 패키지의 경우 언제라도 발생할 수 있다.
보다 근본적인 해법은?
The text was updated successfully, but these errors were encountered: