blob: 637da8426b9fd74b531ca4d456b28c11ac04f28e (
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{cyklop}
\begin{document}
\begin{shortsample}
\shorttext{T5}{cyklop}{m}{n} {t5-cyklopr} {Cyklop-Regular}
\shorttext{T5}{cyklop}{m}{it} {t5-cyklopi} {Cyklop-Italic}
\shorttext{T5}{cyklop}{m}{sc} {t5-cyklopr-sc} {Cyklop-Regular}
\shorttext{T5}{cyklop}{m}{scit} {t5-cyklopi-sc} {Cyklop-Italic}
\end{shortsample}
\end{document}
|