From 80a901506bfaa91e3479bc562beb18a4e4dd6f3a Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Thu, 9 Dec 2021 15:16:07 -0500 Subject: [PATCH] languages test file: Use new Tibetan font name 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. --- .../latex/languages/supported-languages_polyglossia-XeTeX.lyx | 2 +- .../export/latex/languages/supported-languages_polyglossia.lyx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autotests/export/latex/languages/supported-languages_polyglossia-XeTeX.lyx b/autotests/export/latex/languages/supported-languages_polyglossia-XeTeX.lyx index 53e07ade74..4d96ef02c4 100644 --- a/autotests/export/latex/languages/supported-languages_polyglossia-XeTeX.lyx +++ b/autotests/export/latex/languages/supported-languages_polyglossia-XeTeX.lyx @@ -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} diff --git a/autotests/export/latex/languages/supported-languages_polyglossia.lyx b/autotests/export/latex/languages/supported-languages_polyglossia.lyx index aa1e50f738..40d2a8804f 100644 --- a/autotests/export/latex/languages/supported-languages_polyglossia.lyx +++ b/autotests/export/latex/languages/supported-languages_polyglossia.lyx @@ -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} -- 2.39.5