diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-17 23:08:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-17 23:08:29 +0000 |
commit | 2f305f1450f27dd46fc0fd6fb643d4f02698d232 (patch) | |
tree | fce88cedc560f92e9737a5e1b940cc2b5f7d20a4 /Master/texmf-dist/source/generic/vntex/tests/t5iwona-test.tex | |
parent | d55fb5f4e69704bf78bff29b085a40e9912a9907 (diff) |
vntex 3.1.8+ (13may09)
git-svn-id: svn://tug.org/texlive/trunk@13192 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/vntex/tests/t5iwona-test.tex')
-rw-r--r-- | Master/texmf-dist/source/generic/vntex/tests/t5iwona-test.tex | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/vntex/tests/t5iwona-test.tex b/Master/texmf-dist/source/generic/vntex/tests/t5iwona-test.tex new file mode 100644 index 00000000000..34b2dc5046c --- /dev/null +++ b/Master/texmf-dist/source/generic/vntex/tests/t5iwona-test.tex @@ -0,0 +1,47 @@ +% Copyright 2003-2005 Han The Thanh <hanthethanh@gmx.net>. +% This file is part of vntex. License: LPPL, version 1.3 or newer, +% according to http://www.latex-project.org/lppl.txt + +\documentclass[test]{vnsample} + +\mapfile{t5-iwona} + +\begin{document} +\begin{shortsample} +\shorttext{T5}{iwona}{l}{n} {t5-iwonal} {IwonaLight-Regular} +\shorttext{T5}{iwona}{l}{it} {t5-iwonali} {IwonaLight-Italic} +\shorttext{T5}{iwona}{l}{sc} {t5-iwonalcap} {IwonaLight-Regular} +\shorttext{T5}{iwona}{l}{scit} {t5-iwonalicap} {IwonaLight-Italic} +\shorttext{T5}{iwona}{m}{n} {t5-iwonar} {Iwona-Regular} +\shorttext{T5}{iwona}{m}{it} {t5-iwonari} {Iwona-Italic} +\shorttext{T5}{iwona}{m}{sc} {t5-iwonarcap} {Iwona-Regular} +\shorttext{T5}{iwona}{m}{scit} {t5-iwonaricap} {Iwona-Italic} +\shorttext{T5}{iwona}{sb}{n} {t5-iwonam} {IwonaMedium-Regular} +\shorttext{T5}{iwona}{sb}{it} {t5-iwonami} {IwonaMedium-Italic} +\shorttext{T5}{iwona}{sb}{sc} {t5-iwonamcap} {IwonaMedium-Regular} +\shorttext{T5}{iwona}{sb}{scit} {t5-iwonamicap} {IwonaMedium-Italic} +\shorttext{T5}{iwona}{b}{n} {t5-iwonab} {Iwona-Bold} +\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} +\shorttext{T5}{iwona}{lc}{scit} {t5-iwonaclicap} {IwonaCondLight-Italic} +\shorttext{T5}{iwona}{mc}{n} {t5-iwonacr} {IwonaCond-Regular} +\shorttext{T5}{iwona}{mc}{it} {t5-iwonacri} {IwonaCond-Italic} +\shorttext{T5}{iwona}{mc}{sc} {t5-iwonacrcap} {IwonaCond-Regular} +\shorttext{T5}{iwona}{mc}{scit} {t5-iwonacricap} {IwonaCond-Italic} +\shorttext{T5}{iwona}{sbc}{n} {t5-iwonacm} {IwonaCondMedium-Regular} +\shorttext{T5}{iwona}{sbc}{it} {t5-iwonacmi} {IwonaCondMedium-Italic} +\shorttext{T5}{iwona}{sbc}{sc} {t5-iwonacmcap} {IwonaCondMedium-Regular} +\shorttext{T5}{iwona}{sbc}{scit} {t5-iwonacmicap} {IwonaCondMedium-Italic} +\shorttext{T5}{iwona}{bc}{n} {t5-iwonacb} {IwonaCond-Bold} +\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} |