blob: 1285f08fd37ba8c471374bd18bb082cff3172aa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
% 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{qag}
\begin{document}
\begin{shortsample}
\shorttext{T5}{qag}{m}{n} {t5-qagr} {TeXGyreAdventor-Regular}
\shorttext{T5}{qag}{m}{it} {t5-qagri} {TeXGyreAdventor-Italic}
\shorttext{T5}{qag}{b}{n} {t5-qagb} {TeXGyreAdventor-Bold}
\shorttext{T5}{qag}{b}{it} {t5-qagbi} {TeXGyreAdventor-BoldItalic}
\shorttext{T5}{qag}{m}{sc} {t5-qagr-sc} {TeXGyreAdventor-Regular}
\shorttext{T5}{qag}{m}{scit} {t5-qagri-sc} {TeXGyreAdventor-Italic}
\shorttext{T5}{qag}{b}{sc} {t5-qagb-sc} {TeXGyreAdventor-Bold}
\shorttext{T5}{qag}{b}{scit} {t5-qagbi-sc} {TeXGyreAdventor-BoldItalic}
\end{shortsample}
\end{document}
|