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

Hyphen in "A-B" vanished in dvi mode #270

Open
muzimuzhi opened this issue Nov 23, 2023 · 2 comments
Open

Hyphen in "A-B" vanished in dvi mode #270

muzimuzhi opened this issue Nov 23, 2023 · 2 comments
Assignees
Labels
bug Something isn't working fixed in dev already fixed

Comments

@muzimuzhi
Copy link

Compile example below with dvilualatex, the - in A-B was lost in output dvi, with message

Missing character: There is no @ (U+0040) in font nullfont!

The - in A - B stayed.

\documentclass{article}
\tracinglostchars=3
\begin{document}
A-B
A - B
\end{document}

This was originally reported in mgieseki/dvisvgm#255 and then discussed in https://chat.stackexchange.com/transcript/message/64756198#64756198.

@zauguin zauguin self-assigned this Nov 24, 2023
@zauguin zauguin added bug Something isn't working fixed in dev already fixed labels Nov 24, 2023
@zauguin
Copy link
Member

zauguin commented Nov 24, 2023

Resolved with a606fab.

@muzimuzhi
Copy link
Author

Thanks for your quick fix!

A l3build install followed by compiling with dvilualatex-dev now gives the expected dvi output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed in dev already fixed
Projects
None yet
Development

No branches or pull requests

2 participants