blob: bdac53f512fc64ec93b20f56f5d72baf1270fdfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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}
|