-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
Description
Description
When I click "Preview", the compilation works correctly, but the preview pane does not show any Chinese characters.
However, the Chinese characters display correctly when the generated pdf file is opened by the system pdf viewer, or the jupyterlab pdf viewer.
Reproduce
The following is minimum LaTeX example that can reproduce the problem:
\documentclass{article}
\usepackage{xeCJK}
\begin{document}
Hello
你好
\end{document}
Expected behavior
Context
- Operating System and version: macOS 15.6.1
- Browser and version: Chrome 141.0.7390.66
- JupyterLab version: 4.4.7
- jupyterlab-latex version: 4.3.0