From dc450f3e576a30b87250564ca3c50b39a9ca728e Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Mon, 31 May 2010 20:22:23 +0300 Subject: Adding a test for loading an ofm font with and without the extention. --- tests/tfmofm.ltx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/tfmofm.ltx b/tests/tfmofm.ltx index 0f9f904..5de55b4 100644 --- a/tests/tfmofm.ltx +++ b/tests/tfmofm.ltx @@ -3,4 +3,15 @@ \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} -- cgit v1.2.3