diff options
Diffstat (limited to 'tests/marks.tex')
-rw-r--r-- | tests/marks.tex | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/marks.tex b/tests/marks.tex index d33c82a..9dcf460 100644 --- a/tests/marks.tex +++ b/tests/marks.tex @@ -1,6 +1,10 @@ \input luaotfload.sty \font\test={file:GenBasR.ttf:script=latn} -\test a\char"0308 -\quad A\char"0308 -\quad j\char"0323 +%font\test={name:AntykwaTorunska:script=latn} +\test ä\quad Ä + +\test a\char"0308 %% -> combining dihaeresis +\quad A\char"0308 %% -> combining dihaeresis +\quad j\char"0323 %% -> combining dot below + \bye |