diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/vntex/tests/t5iwona-test.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/vntex/tests/t5iwona-test.tex | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/generic/vntex/tests/t5iwona-test.tex b/Master/texmf-dist/doc/generic/vntex/tests/t5iwona-test.tex index 5d2758b70e7..34b2dc5046c 100644 --- a/Master/texmf-dist/doc/generic/vntex/tests/t5iwona-test.tex +++ b/Master/texmf-dist/doc/generic/vntex/tests/t5iwona-test.tex @@ -2,27 +2,11 @@ % This file is part of vntex. License: LPPL, version 1.3 or newer, % according to http://www.latex-project.org/lppl.txt -\documentclass[12pt]{article} -\usepackage[ - a4paper, - landscape, - top=1cm, - bottom=1cm, - left=1cm, - right=1cm, - nofoot, - nohead] {geometry} -\usepackage[bookmarks=false]{hyperref} -\usepackage{array} -\usepackage{vnsample} -\pagestyle{empty} +\documentclass[test]{vnsample} -\ifpdf\IfFileExists{./useinternalmap}{\pdfmapfile{=t5-iwona.map}}{}\fi - -\testfilehook +\mapfile{t5-iwona} \begin{document} -\extrarowheight=10pt \begin{shortsample} \shorttext{T5}{iwona}{l}{n} {t5-iwonal} {IwonaLight-Regular} \shorttext{T5}{iwona}{l}{it} {t5-iwonali} {IwonaLight-Italic} @@ -40,12 +24,9 @@ \shorttext{T5}{iwona}{b}{it} {t5-iwonabi} {Iwona-BoldItalic} \shorttext{T5}{iwona}{b}{sc} {t5-iwonabcap} {Iwona-Bold} \shorttext{T5}{iwona}{b}{scit} {t5-iwonabicap} {Iwona-BoldItalic} - - \end{shortsample} \clearpage \begin{shortsample} - \shorttext{T5}{iwona}{lc}{n} {t5-iwonacl} {IwonaCondLight-Regular} \shorttext{T5}{iwona}{lc}{it} {t5-iwonacli} {IwonaCondLight-Italic} \shorttext{T5}{iwona}{lc}{sc} {t5-iwonaclcap} {IwonaCondLight-Regular} @@ -62,8 +43,5 @@ \shorttext{T5}{iwona}{bc}{it} {t5-iwonacbi} {IwonaCond-BoldItalic} \shorttext{T5}{iwona}{bc}{sc} {t5-iwonacbcap} {IwonaCond-Bold} \shorttext{T5}{iwona}{bc}{scit} {t5-iwonacbicap} {IwonaCond-BoldItalic} - - \end{shortsample} \end{document} - |