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

Some .htf files have wrong name #320

Open
1 task done
crow02531 opened this issue Feb 2, 2023 · 0 comments
Open
1 task done

Some .htf files have wrong name #320

crow02531 opened this issue Feb 2, 2023 · 0 comments
Labels

Comments

@crow02531
Copy link

.htf files inside /tex4ht/ht-fonts/unicode/cjk/utf8 have wrong name. Currently they are named utf8song*.htf, but they should be unisong*.htf. Otherwise tex4ht will complaint about:

--- warning --- Couldn't find font 'unisong*.htf' (char codes: 0--255)

when converting latex containing chinese.

For example, try to convert the following latex to html via htlatex command.

\documentclass{article}
\usepackage{ctex}
\begin{document}
test. 测试。
\end{document}

You will find all chinese characters disappear in the output html and things like Couldn't find font 'unisong*.htf' shown in the log.

This issue is the same as this one in texlive. It's a pretty old issue(10 years ago) and texlive have already fixed it, their files in /tex4ht/ht-fonts/unicode/cjk/utf8 are named unisong*.htf.

Here is my MiKTeX installation report miktex-report.txt

@edocevoli edocevoli transferred this issue from MiKTeX/miktex Feb 2, 2023
@stale stale bot added the wontfix label May 3, 2023
@MiKTeX MiKTeX deleted a comment from stale bot May 4, 2023
@stale stale bot removed the wontfix label May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants