summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-05-31 19:37:50 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-05-31 19:54:23 +0300
commitf7f60c1f72bb8c9cd64372c313e05cf46a570354 (patch)
tree53a8e34c20cbb75c6f1466da35e8e875e73121a6 /tests
parent70c20cda5b485931cb5105aa996d7b98197a2197 (diff)
downloadluaotfload-f7f60c1f72bb8c9cd64372c313e05cf46a570354.tar.gz
Handle bypassing TFM fonts properly
We now detect tfm fonts much earlier and force a file based lookup, thus bypassing |names.resolve()| completely. So, now |\font\tenrm=cmr10| is exactly the same as |\font\tenrm=file:cmr10| as long as there is a tfm/ofm file named cmr10.
Diffstat (limited to 'tests')
-rw-r--r--tests/tfmofm.ltx6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tfmofm.ltx b/tests/tfmofm.ltx
new file mode 100644
index 0000000..0f9f904
--- /dev/null
+++ b/tests/tfmofm.ltx
@@ -0,0 +1,6 @@
+\documentclass{article}
+\usepackage{luaotfload}
+
+\begin{document}
+Hello \(1+1=\sqrt{4}\)
+\end{document}