Skip to content

fix: remove libertine-font to resolve Chinese double-quote rendering issue#63

Open
Utkal059 wants to merge 1 commit intotexmacs:mainfrom
Utkal059:fix/2231-chinese-double-quotes-rendering
Open

fix: remove libertine-font to resolve Chinese double-quote rendering issue#63
Utkal059 wants to merge 1 commit intotexmacs:mainfrom
Utkal059:fix/2231-chinese-double-quotes-rendering

Conversation

@Utkal059
Copy link

@Utkal059 Utkal059 commented Mar 3, 2026

Fixes the Chinese double-quote rendering issue reported in MoganLab/mogan#2231.

The problem was that notes.ts specifies libertine-font in the use-package
declaration (line 23), but Libertine doesn't have glyphs for Chinese double
quotes (""), so they fail to render in /src/main.tm.

The fix is straightforward — just remove libertine-font from the package list,
so the system falls back to a CJK-compatible font that can handle these characters.

I found this through @Tenktau's analysis in the original issue — they already
identified the root cause and suggested this exact change. I verified it matches
the code at line 23.

This is my first contribution to the texmacs/notes project. I'm working on
Mogan STEM as part of my GSoC 2026 preparation and picked this up from the
open issues. Happy to adjust anything!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant