Re: Printing chinese character in PDF file
| Newsgroups | gmane.comp.tex.texhax |
|---|---|
| Message-ID | <[email protected]> |
I use SourceHanSerif or SourceHanSans, e.g.
```
\documentclass{article}
\usepackage{fontspec}
\begin{document}
\verb|\symbol{"4E49}| appears as
{\fontspec{SourceHanSerif-Medium} \symbol{"4E49}}.
\end{document}
```
Haruhiko Okumura
> 2024/07/22 0:52、Haines Brown via texhax <[email protected]>のメール:
>
> I am working with a document in which a series of Chinese charaters is
> pasted. Emacs has no problem with them.
>
> I then lualatex construct from it a PDF file. Three of the characters
> appear in it but not one (义, hex 4E49). The code \symbol{"4E49}
> appears in the PDF as �, whether the PDF is displayed with atril or
> xpdf. Albatross tells me that the BabelStone Han font has the glyph,
> but that does not help in this case.
>
> If one is prepareing a PDF for publication, how does one work around
> this?
> --
>
> Haines Brown
PastedGraphic-1.png
(image/png, 24.6 KB) - not displayed