diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2006-11-26 20:54:26 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2006-11-26 20:54:26 +0000 |
commit | c588c9533b6b61c3234451e8c1bc2dd7aa69b00b (patch) | |
tree | 03ab239d391871b812b0984a83e80501c0372e09 /Master/texmf-dist/doc/generic/vntex/tests/t5iwona-test.tex | |
parent | 065e129d47bd651ee8636eb053a2e740637ebf50 (diff) |
update vntex.
git-svn-id: svn://tug.org/texlive/trunk@2546 c570f23f-e606-0410-a88d-b1316a301751
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} - |