]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/XeTeX-polyglossia.tex
tex2lyx/XeTeX-polyglossia.tex: add a further test
[lyx.git] / src / tex2lyx / test / XeTeX-polyglossia.tex
1 %% LyX 2.1.0svn created this file.  For more info, see http://www.lyx.org/.
2 %% Do not edit unless you really know what you are doing.
3 \documentclass[albanian]{article}
4 \usepackage{fontspec}
5 \setmainfont[Mapping=tex-text]{Aharoni}
6 \setsansfont[Mapping=tex-text]{AngsanaUPC}
7 \setmonofont{Arial Black}
8 \usepackage{xunicode}
9 \usepackage{polyglossia}
10 \setdefaultlanguage{coptic}
11 \setotherlanguage{albanian}
12 \setotherlanguage{divehi}
13 \setotherlanguage{greek}
14 \setotherlanguage{syriac}
15 \begin{document}
16
17 \part{df}
18
19 1 Coptic \textgreek{Greek} Coptic
20
21 \begin{albanian}%
22
23 \part{df}
24
25 2 Albanian \textgreek{Greek} Albanian \textsc{smallcaps}
26
27 \end{albanian}%
28 \begin{divehi}%
29
30 \part{df}
31
32 3
33
34 \end{divehi}%
35 \begin{syriac}%
36
37 \part{df}
38
39 4
40
41 \end{syriac}%
42 \begin{divehi}%
43
44 \part{df}
45
46 5
47 \end{divehi}%
48
49 %empty language paragraph
50 \begin{albanian}%
51 \end{albanian}%
52
53 \end{document}