summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luaotfload/filegraph.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luaotfload/filegraph.tex')
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/filegraph.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/filegraph.tex b/Master/texmf-dist/doc/luatex/luaotfload/filegraph.tex
index 33826e81be2..297816671ae 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/filegraph.tex
+++ b/Master/texmf-dist/doc/luatex/luaotfload/filegraph.tex
@@ -65,6 +65,7 @@ function printlibrarylist ()
if rowcnt % 2 == 0 then sep = "\\\\" else sep = "&" end
tex.sprint("\\mbox{"..v.gitpref..v.name..v.ext.."}".. sep)
end
+ if rowcnt % 2 == 1 then tex.sprint("\\\\") end -- if odd number we must end the matrix
end
function printscriptlist ()