]> git.lyx.org Git - lyx.git/commitdiff
languages test file: Use new Tibetan font name
authorScott Kostyshak <skostysh@lyx.org>
Thu, 9 Dec 2021 20:16:07 +0000 (15:16 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Thu, 9 Dec 2021 20:17:14 +0000 (15:17 -0500)
Noto Sans Tibetan was not actually a sans font. On newer systems the
font is now Noto Serif Tibetan.

See, e.g., the package 'fonts-noto-core' in Ubuntu 21.04.

This change also fixes compilation of
supported-languages_polyglossia-XeTeX.lyx on Ubuntu 21.10.

autotests/export/latex/languages/supported-languages_polyglossia-XeTeX.lyx
autotests/export/latex/languages/supported-languages_polyglossia.lyx

index 53e07ade74babf748793ace762237990af143e4e..4d96ef02c4c16489a7beca90d0f5bdd561fb0f2c 100644 (file)
@@ -22,7 +22,7 @@
 \newfontfamily\telugufont{Noto Serif Telugu}
 \newfontfamily\thaanafont{FreeSerif} % prevent "missing script tag" error
 %\newfontfamily\thaanafont{Noto Sans Thaana} % works, too
-\newfontfamily\tibetanfont{Noto Sans Tibetan}  % wrong family
+\newfontfamily\tibetanfont{Noto Serif Tibetan}
 
 % Font setup for Japanese (not supported by Polyglossia)
 \usepackage{ifxetex}
index aa1e50f738b8ffe2641648de117aec08d82499ce..40d2a8804fb9328ff1ab8776a552dc20f3ebbb53 100644 (file)
@@ -23,7 +23,7 @@
 \newfontfamily\telugufont{Noto Serif Telugu}
 \newfontfamily\thaanafont{FreeSerif}  % missing script tag in FreeSerif
 %\newfontfamily\thaanafont{Noto Sans Thaana} % works, too
-\newfontfamily\tibetanfont{Noto Sans Tibetan}
+\newfontfamily\tibetanfont{Noto Serif Tibetan}
 
 % Font setup for Japanese (not supported by Polyglossia)
 \usepackage{ifxetex}