diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-13 19:18:39 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-13 19:18:39 +0200 |
commit | ca864e112f10639a9359097ed5cf37dfe9b3df96 (patch) | |
tree | bc58c95efe17b4620db706989466709a9aeac11b /tests/microtypography.tex | |
parent | af9ddc141efa0d7cd645f23a875a45d800c120fb (diff) | |
download | luaotfload-ca864e112f10639a9359097ed5cf37dfe9b3df96.tar.gz |
Some tests
Just few simple tests, we need a better test suite.
Diffstat (limited to 'tests/microtypography.tex')
-rw-r--r-- | tests/microtypography.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/microtypography.tex b/tests/microtypography.tex new file mode 100644 index 0000000..7d032e3 --- /dev/null +++ b/tests/microtypography.tex @@ -0,0 +1,9 @@ +\input luaotfload.sty + +\pdfprotrudechars2 \pdfadjustspacing2 + +\font\testa=file:texgyretermes-regular:script=latn at 12pt +\font\testb=file:texgyretermes-regular:script=latn;protrusion=default at 12pt +\testa \input tufte \par +\testb \input tufte \par +\bye |