summaryrefslogtreecommitdiff
path: root/tests/tfmofm.ltx
blob: 5de55b4da74d000c79b86b57613707f1a57850ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\documentclass{article}
\usepackage{luaotfload}

\begin{document}
Hello \(1+1=\sqrt{4}\)

% This loads an ofm font with the extention...
\font\testo omarab.ofm\testo 

.,:

% and without.
\font\testo omarabb\testo 

.,:

\end{document}