blob: 1f808e166881ee20654f09f8b48341ec24a4ec79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
% 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{arevvn}
\begin{document}
\begin{shortsample}
\shorttext{T5}{fav}{m}{n} {favr8v} {ArevSans-Roman-T5}
\shorttext{T5}{fav}{m}{it} {favri8v} {ArevSans-Oblique-T5}
\shorttext{T5}{fav}{b}{n} {favb8v} {ArevSans-Bold-T5}
\shorttext{T5}{fav}{b}{it} {favbi8v} {ArevSans-BoldOblique-T5}
\end{shortsample}
\end{document}
|