diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/vntex/tests/chartervn-test.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/vntex/tests/chartervn-test.tex | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/vntex/tests/chartervn-test.tex b/Master/texmf-dist/doc/generic/vntex/tests/chartervn-test.tex new file mode 100644 index 00000000000..bdac53f512f --- /dev/null +++ b/Master/texmf-dist/doc/generic/vntex/tests/chartervn-test.tex @@ -0,0 +1,41 @@ +% 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[11pt]{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} + +\ifpdf\IfFileExists{./useinternalmap}{\pdfmapfile{=chartervn.map}}{}\fi + +\testfilehook + +\begin{document} +\extrarowheight=5pt + +\begin{shortsample} + +\shorttext{T5}{bch}{m}{n} {bchr8v} {VnBitstreamCharter} +\shorttext{T5}{bch}{m}{it} {bchri8v} {VnCharterBT-Italic} +\shorttext{T5}{bch}{m}{sl} {bchro8v} {VnBitstreamCharter} +\shorttext{T5}{bch}{b}{n} {bchb8v} {VnCharterBT-Bold} +\shorttext{T5}{bch}{b}{it} {bchbi8v} {VnCharterBT-BoldItalic} +\shorttext{T5}{bch}{b}{sl} {bchbo8v} {VnCharterBT-Bold} +\shorttext{T5}{bch}{m}{sc} {bchrc8v} {N/A} +\shorttext{T5}{bch}{b}{sc} {bchbc8v} {N/A} + +\end{shortsample} +\end{document} + |