mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Setup proper Arabic fonts in testfiles
This commit is contained in:
parent
f1accdebf3
commit
7f21cfc24a
@ -5,6 +5,15 @@
|
||||
\save_transient_properties true
|
||||
\origin unavailable
|
||||
\textclass scrartcl
|
||||
\begin_preamble
|
||||
% If fontspec (Polyglossia + XeTeX/LuaTeX) is used,
|
||||
% we need a proper Arabic font
|
||||
\AtBeginDocument{%
|
||||
\@ifpackageloaded{fontspec}{%
|
||||
\newfontfamily\arabicfont[Script=Arabic]{Amiri}%
|
||||
}{}%
|
||||
}
|
||||
\end_preamble
|
||||
\use_default_options false
|
||||
\begin_modules
|
||||
enumitem
|
||||
|
@ -6,6 +6,7 @@
|
||||
\origin unavailable
|
||||
\textclass scrartcl
|
||||
\begin_preamble
|
||||
\newfontfamily\arabicfont[Script=Arabic]{Amiri}
|
||||
\newfontfamily\amharicfont{Noto Sans Ethiopic}
|
||||
\newfontfamily\churchslavonicfont{Monomakh Unicode}
|
||||
\newfontfamily\devanagarifont{Noto Serif Devanagari}
|
||||
|
Loading…
Reference in New Issue
Block a user