mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
ctests: fix system font setup for some CJK documents
This commit is contained in:
parent
a936bc2df5
commit
67ed1ec03a
@ -82,12 +82,6 @@ export/export/latex/fa-OT1_pdf2
|
|||||||
# -> Missing character (Greek letter omikron with tonos),
|
# -> Missing character (Greek letter omikron with tonos),
|
||||||
# suboptimal character spacing in non-Japanese text parts.
|
# suboptimal character spacing in non-Japanese text parts.
|
||||||
export/examples/ja/multilingual_.*_systemF
|
export/examples/ja/multilingual_.*_systemF
|
||||||
#
|
|
||||||
# Noto Fonts not found with LuaTeX.
|
|
||||||
export/doc/zh_CN/Intro_(dvi3|pdf5)_systemF
|
|
||||||
export/doc/zh_CN/Tutorial_(dvi3|pdf5)_systemF
|
|
||||||
# "Hand-compiling" with XeTeX works but the test fails here (G.Milde)
|
|
||||||
#export/doc/zh_CN/Tutorial_pdf4_systemF
|
|
||||||
|
|
||||||
# CJK for multilingual documents:
|
# CJK for multilingual documents:
|
||||||
#
|
#
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
\language_package default
|
\language_package default
|
||||||
\inputencoding utf8-cjk
|
\inputencoding utf8-cjk
|
||||||
\fontencoding auto
|
\fontencoding auto
|
||||||
\font_roman "default" "Noto Serif"
|
\font_roman "default" "Noto Serif CJK SC"
|
||||||
\font_sans "default" "Noto Sans CJK SC"
|
\font_sans "default" "Noto Sans CJK SC"
|
||||||
\font_typewriter "default" "Noto Sans Mono CJK SC"
|
\font_typewriter "default" "Noto Sans Mono CJK SC"
|
||||||
\font_math "auto" "auto"
|
\font_math "auto" "auto"
|
||||||
|
@ -23,9 +23,9 @@
|
|||||||
\language_package default
|
\language_package default
|
||||||
\inputencoding utf8-cjk
|
\inputencoding utf8-cjk
|
||||||
\fontencoding auto
|
\fontencoding auto
|
||||||
\font_roman "default" "Noto Serif"
|
\font_roman "default" "Noto Serif CJK SC"
|
||||||
\font_sans "default" "Noto Sans CJK SC"
|
\font_sans "default" "Noto Sans CJK SC"
|
||||||
\font_typewriter "default" "default"
|
\font_typewriter "default" "Noto Sans Mono CJK SC"
|
||||||
\font_math "auto" "auto"
|
\font_math "auto" "auto"
|
||||||
\font_default_family default
|
\font_default_family default
|
||||||
\use_non_tex_fonts false
|
\use_non_tex_fonts false
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#LyX 2.3 created this file. For more info see http://www.lyx.org/
|
#LyX 2.4 created this file. For more info see https://www.lyx.org/
|
||||||
\lyxformat 544
|
\lyxformat 544
|
||||||
\begin_document
|
\begin_document
|
||||||
\begin_header
|
\begin_header
|
||||||
@ -11,9 +11,9 @@
|
|||||||
\language_package default
|
\language_package default
|
||||||
\inputencoding utf8-cjk
|
\inputencoding utf8-cjk
|
||||||
\fontencoding OT1
|
\fontencoding OT1
|
||||||
\font_roman "default" "NanumMyeongjo"
|
\font_roman "default" "Noto Serif CJK KR"
|
||||||
\font_sans "default" "NanumGothic"
|
\font_sans "default" "Noto Sans CJK KR"
|
||||||
\font_typewriter "default" "NanumGothicCoding"
|
\font_typewriter "default" "Noto Sans Mono CJK KR"
|
||||||
\font_math "auto" "auto"
|
\font_math "auto" "auto"
|
||||||
\font_default_family default
|
\font_default_family default
|
||||||
\use_non_tex_fonts false
|
\use_non_tex_fonts false
|
||||||
|
Loading…
Reference in New Issue
Block a user