blob: 1ce48bbf4c97c6e61bc17af4808e03eedec3b09b (
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{concretevn}
\begin{document}
\begin{shortsample}
\shorttext{T5}{ccr}{m}{n} {vnccr10} {Vnccr10}
\shorttext{T5}{ccr}{m}{sl} {vnccsl10} {Vnccsl10}
\shorttext{T5}{ccr}{m}{it} {vnccti10} {Vnccti10}
\shorttext{T5}{ccr}{m}{sc} {vncccsc10} {Vncccsc10}
\end{shortsample}
\end{document}
|