blob: 6f94c3c3792327f5fe1b06147baecb32849f3454 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
% 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}
\title{TXTT Vn}
\mapfile{txttvn}
\begin{document}
\begin{shortsample}
\shorttext{T5}{txtt}{m}{n} {txtt8v} {VnTXTT-Medium}
\shorttext{T5}{txtt}{m}{sc} {txttsc8v} {VnTXTTSC-Medium}
\shorttext{T5}{txtt}{m}{sl} {txttsl8v} {VnTXTT-Medium}
\shorttext{T5}{txtt}{bx}{n} {txbtt8v} {VnTXTT-Bold}
\shorttext{T5}{txtt}{bx}{sc} {txbttsc8v} {VnTXTTSC-Bold}
\shorttext{T5}{txtt}{bx}{sl} {txbttsl8v} {VnTXTT-Bold}
\end{shortsample}
\end{document}
|