summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/cldf-bas.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/cldf-bas.lmt')
-rw-r--r--tex/context/base/mkxl/cldf-bas.lmt15
1 files changed, 15 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/cldf-bas.lmt b/tex/context/base/mkxl/cldf-bas.lmt
index 6fc6e03a4..40b2b74a5 100644
--- a/tex/context/base/mkxl/cldf-bas.lmt
+++ b/tex/context/base/mkxl/cldf-bas.lmt
@@ -245,3 +245,18 @@ do
end
+-- for the moment here:
+
+do
+
+ local texset = tex.set
+ local maxdimen = tex.magicconstants.maxdimen
+
+ function tex.dontcomplain()
+ texset("hbadness",maxdimen)
+ texset("vbadness",maxdimen)
+ texset("hfuzz", maxdimen)
+ texset("vfuzz", maxdimen)
+ end
+
+end