summaryrefslogtreecommitdiff
path: root/tex/generic/context/luatex/luatex-fonts.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/generic/context/luatex/luatex-fonts.lua')
-rw-r--r--tex/generic/context/luatex/luatex-fonts.lua20
1 files changed, 10 insertions, 10 deletions
diff --git a/tex/generic/context/luatex/luatex-fonts.lua b/tex/generic/context/luatex/luatex-fonts.lua
index c81e8cd1a..fe0e9de77 100644
--- a/tex/generic/context/luatex/luatex-fonts.lua
+++ b/tex/generic/context/luatex/luatex-fonts.lua
@@ -27,16 +27,16 @@ if not modules then modules = { } end modules ['luatex-fonts'] = {
-- also add more helper code here, but that depends to what extend metatex (sidetrack of context)
-- evolves into a low level layer (depends on time, as usual).
-texio.write_nl("")
-texio.write_nl("--------------------------------------------------------------------------------")
-texio.write_nl("The font code has been brought in sync with the context version of 2014.12.21 so")
-texio.write_nl("if things don't work out as expected the interfacing needs to be checked. When")
-texio.write_nl("this works as expected a second upgrade will happen that gives a more complete")
-texio.write_nl("support and another sync with the context code (that new code is currently being")
-texio.write_nl("tested. The base pass is now integrated in the main pass. The results can differ")
-texio.write_nl("from those in context because there we integrate some mechanisms differently.")
-texio.write_nl("--------------------------------------------------------------------------------")
-texio.write_nl("")
+-- texio.write_nl("")
+-- texio.write_nl("--------------------------------------------------------------------------------")
+-- texio.write_nl("The font code has been brought in sync with the context version of 2014.12.21 so")
+-- texio.write_nl("if things don't work out as expected the interfacing needs to be checked. When")
+-- texio.write_nl("this works as expected a second upgrade will happen that gives a more complete")
+-- texio.write_nl("support and another sync with the context code (that new code is currently being")
+-- texio.write_nl("tested. The base pass is now integrated in the main pass. The results can differ")
+-- texio.write_nl("from those in context because there we integrate some mechanisms differently.")
+-- texio.write_nl("--------------------------------------------------------------------------------")
+-- texio.write_nl("")
utf = utf or unicode.utf8