summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/luametatex/luametatex-languages.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-04-09 20:43:45 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-04-09 20:43:45 +0200
commit9191d12efe40ce045f76b695fc5c02fa6a1a7d6a (patch)
treec9537c13c71ee54be562cd8124cf04405e34f937 /doc/context/sources/general/manuals/luametatex/luametatex-languages.tex
parenta41fe00a674c46d923de837778e9ee44565dc341 (diff)
downloadcontext-9191d12efe40ce045f76b695fc5c02fa6a1a7d6a.tar.gz
2021-04-09 19:56:00
Diffstat (limited to 'doc/context/sources/general/manuals/luametatex/luametatex-languages.tex')
-rw-r--r--doc/context/sources/general/manuals/luametatex/luametatex-languages.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-languages.tex b/doc/context/sources/general/manuals/luametatex/luametatex-languages.tex
index 77c2d93d8..4681f6bea 100644
--- a/doc/context/sources/general/manuals/luametatex/luametatex-languages.tex
+++ b/doc/context/sources/general/manuals/luametatex/luametatex-languages.tex
@@ -337,6 +337,7 @@ examples.
\topicindex {main loop}
\topicindex {hyphenation}
+\topicindex {hyphenation+tracing}
In \LUATEX's main loop, almost all input characters that are to be typeset are
converted into \nod {glyph} node records with subtype \quote {character}, but
@@ -447,6 +448,18 @@ The usage of these penalties is controlled by the \lpr {hyphenationmode} flags
\number\explicitpenaltyhyphenationmodecode\space and when these are not set \prm
{exhyphenpenalty} is used.
+You can use the \lpr {tracinghyphenation} variable to get a bit more information
+about what happens.
+
+\starttabulate[|lT|l|]
+\DB value \BC effect \NC\NR
+\TB
+\NC 1 \NC report redundant pattern (happens by default in \LUATEX) \NC\NR
+\NC 2 \NC report words that reach the hyphenator and got treated \NC\NR
+\NC 3 \NC show the result of a hyphenated word (a node list) \NC\NR
+\LL
+\stoptabulate
+
\stopsection
\startsection[title={Loading patterns and exceptions},reference=patternsexceptions]