summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/harftex/base/harf-plain.lua
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-08-11 06:34:40 +0900
committerNorbert Preining <norbert@preining.info>2019-08-11 06:34:40 +0900
commita5cb56c0c5954d2905f84600b1e26e7183207ba8 (patch)
treed91135771b889a12f9e57df88862075e4706a251 /texmf-dist/tex/harftex/base/harf-plain.lua
parentdd4d64777acfa6fb12822ac3b40810c0e6b52a04 (diff)
harftex 0.4.0
Diffstat (limited to 'texmf-dist/tex/harftex/base/harf-plain.lua')
-rw-r--r--texmf-dist/tex/harftex/base/harf-plain.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/texmf-dist/tex/harftex/base/harf-plain.lua b/texmf-dist/tex/harftex/base/harf-plain.lua
new file mode 100644
index 00000000..a79a174c
--- /dev/null
+++ b/texmf-dist/tex/harftex/base/harf-plain.lua
@@ -0,0 +1,5 @@
+local harf = require("harf")
+
+for name, func in next, harf.callbacks do
+ callback.register(name, func)
+end