diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/vntex/tests/heros-test.tex')
-rw-r--r-- | Master/texmf-dist/source/generic/vntex/tests/heros-test.tex | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/vntex/tests/heros-test.tex b/Master/texmf-dist/source/generic/vntex/tests/heros-test.tex new file mode 100644 index 00000000000..10c8adc316b --- /dev/null +++ b/Master/texmf-dist/source/generic/vntex/tests/heros-test.tex @@ -0,0 +1,29 @@ +% 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{qhv} + +\begin{document} +\begin{shortsample} +\shorttext{T5}{qhv}{m}{n} {t5-qhvr} {TeXGyreHeros-Regular} +\shorttext{T5}{qhv}{m}{it} {t5-qhvri} {TeXGyreHeros-Italic} +\shorttext{T5}{qhv}{b}{n} {t5-qhvb} {TeXGyreHeros-Bold} +\shorttext{T5}{qhv}{b}{it} {t5-qhvbi} {TeXGyreHeros-BoldItalic} +\shorttext{T5}{qhv}{m}{sc} {t5-qhvr-sc} {TeXGyreHeros-Regular} +\shorttext{T5}{qhv}{m}{scit} {t5-qhvri-sc} {TeXGyreHeros-Italic} +\shorttext{T5}{qhv}{b}{sc} {t5-qhvb-sc} {TeXGyreHeros-Bold} +\shorttext{T5}{qhv}{b}{scit} {t5-qhvbi-sc} {TeXGyreHeros-BoldItalic} + +\shorttext{T5}{qhv}{c}{n} {t5-qhvcr} {TeXGyreHerosCondensed-Regular} +\shorttext{T5}{qhv}{c}{it} {t5-qhvcri} {TeXGyreHerosCondensed-Italic} +\shorttext{T5}{qhv}{bc}{n} {t5-qhvcb} {TeXGyreHerosCondensed-Bold} +\shorttext{T5}{qhv}{bc}{it} {t5-qhvcbi} {TeXGyreHerosCondensed-BoldItalic} +\shorttext{T5}{qhv}{c}{sc} {t5-qhvcr-sc} {TeXGyreHerosCondensed-Regular} +\shorttext{T5}{qhv}{c}{scit} {t5-qhvcri-sc} {TeXGyreHerosCondensed-Italic} +\shorttext{T5}{qhv}{bc}{sc} {t5-qhvcb-sc} {TeXGyreHerosCondensed-Bold} +\shorttext{T5}{qhv}{bc}{scit} {t5-qhvcbi-sc} {TeXGyreHerosCondensed-BoldItalic} +\end{shortsample} +\end{document} |