blob: 918a7ca4ea0fad5cdf6c2a03409de1f8bc69512c (
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{comicvn}
\begin{document}
\begin{shortsample}
\shorttext{T5}{comic}{m}{n} {comic8v} {N/A}
\shorttext{T5}{comic}{b}{n} {comicbd8v} {N/A}
\shorttext{T5}{comic}{m}{sl} {comico8v} {N/A}
\shorttext{T5}{comic}{b}{sl} {comicbdo8v} {N/A}
\end{shortsample}
\end{document}
|