diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/s-fnt-10.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/s-fnt-10.mkiv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/s-fnt-10.mkiv b/Master/texmf-dist/tex/context/base/s-fnt-10.mkiv index 9b6211c2b57..2fe82e0794b 100644 --- a/Master/texmf-dist/tex/context/base/s-fnt-10.mkiv +++ b/Master/texmf-dist/tex/context/base/s-fnt-10.mkiv @@ -100,7 +100,7 @@ function fonts.tracers.show_glyphs() end \stopluacode -\def\ShowCompleteFont#1#2#3% +\unexpanded\def\ShowCompleteFont#1#2#3% {\bgroup \page \font\TestFont=#1 at #2 @@ -118,7 +118,7 @@ end \page \egroup} -\def\ShowAllGlyphs#1#2#3% +\unexpanded\def\ShowAllGlyphs#1#2#3% {\bgroup \page \def\showglyph##1{\dontleavehmode\strut\char##1\relax\par} |