diff options
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luaotfload/scripts-demo.tex')
-rw-r--r-- | Master/texmf-dist/doc/luatex/luaotfload/scripts-demo.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/scripts-demo.tex b/Master/texmf-dist/doc/luatex/luaotfload/scripts-demo.tex new file mode 100644 index 00000000000..4bbe06064c8 --- /dev/null +++ b/Master/texmf-dist/doc/luatex/luaotfload/scripts-demo.tex @@ -0,0 +1,15 @@ +\documentclass{standalone} + +\font\burmesefont={file:NotoSerifMyanmar-Regular.ttf:mode=harf;script=mymr;} +\font\devafont={file:NotoSansDevanagari-Regular.ttf:mode=harf;script=deva;} +\font\banglafont={file:NotoSansBengali-Regular.ttf:mode=harf;script=beng;} +\font\tibetanfont={file:NotoSerifTibetan-Regular.ttf:mode=harf;script=tibt;} +\standaloneenv{tabular} +\begin{document} +\begin{tabular}{l} +\burmesefont မ္မတီခေါင်းလောင်းကြီ\\ +\devafont क्रर्कि \\ +\banglafont কণ্যা এখন কি করিবে\\ +\tibetanfont སྐྱེས་ཙམ་ཉིད་ནས་ཆེ་མཐོངས་དང༌། +\end{tabular} +\end{document}
\ No newline at end of file |