Skip to content

Commit 321d4d0

Browse files
committed
latex - add chinese as another exception without hyphen package
1 parent 7b5c247 commit 321d4d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/command/render/latexmk/parse-error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export function findMissingHyphenationFiles(logText: string) {
114114
// It seems some languages have no hyphenation files, so we just filter them out
115115
// e.g. `lang: zh` has no hyphenation files
116116
// https://github.com/quarto-dev/quarto-cli/issues/10291
117-
const noHyphen = ["chinese-hans"];
117+
const noHyphen = ["chinese-hans", "chinese"];
118118
if (noHyphen.includes(lang)) {
119119
return;
120120
}

0 commit comments

Comments
 (0)