blob: 229895d63f6d36f2cc75bbf950bcc362aef4c920 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
% 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{t5-antt}
\begin{document}
\begin{shortsample}
\shorttext{T5}{antt}{l}{n} {t5-anttl} {AntykwaTorunskaLigh-Regular}
\shorttext{T5}{antt}{l}{it} {t5-anttli} {AntykwaTorunskaLigh-Italic}
\shorttext{T5}{antt}{l}{sc} {t5-anttlcap} {AntykwaTorunskaLigh-Regular}
\shorttext{T5}{antt}{l}{scit} {t5-anttlicap} {AntykwaTorunskaLigh-Italic}
\shorttext{T5}{antt}{m}{n} {t5-anttr} {AntykwaTorunska-Regular}
\shorttext{T5}{antt}{m}{it} {t5-anttri} {AntykwaTorunska-Italic}
\shorttext{T5}{antt}{m}{sc} {t5-anttrcap} {AntykwaTorunska-Regular}
\shorttext{T5}{antt}{m}{scit} {t5-anttricap} {AntykwaTorunska-Italic}
\shorttext{T5}{antt}{sb}{n} {t5-anttm} {AntykwaTorunskaMed-Regular}
\shorttext{T5}{antt}{sb}{it} {t5-anttmi} {AntykwaTorunskaMed-Italic}
\shorttext{T5}{antt}{sb}{sc} {t5-anttmcap} {AntykwaTorunskaMed-Regular}
\shorttext{T5}{antt}{sb}{scit} {t5-anttmicap} {AntykwaTorunskaMed-Italic}
\shorttext{T5}{antt}{b}{n} {t5-anttb} {AntykwaTorunska-Bold}
\shorttext{T5}{antt}{b}{it} {t5-anttbi} {AntykwaTorunska-BoldItalic}
\shorttext{T5}{antt}{b}{sc} {t5-anttbcap} {AntykwaTorunska-Bold}
\shorttext{T5}{antt}{b}{scit} {t5-anttbicap} {AntykwaTorunska-BoldItalic}
\end{shortsample}
\clearpage
\begin{shortsample}
\shorttext{T5}{antt}{lc}{n} {t5-anttcl} {AntykwaTorunskaCondLigh-Regular}
\shorttext{T5}{antt}{lc}{it} {t5-anttcli} {AntykwaTorunskaCondLigh-Italic}
\shorttext{T5}{antt}{lc}{sc} {t5-anttclcap} {AntykwaTorunskaCondLigh-Regular}
\shorttext{T5}{antt}{lc}{scit} {t5-anttclicap} {AntykwaTorunskaCondLigh-Italic}
\shorttext{T5}{antt}{mc}{n} {t5-anttcr} {AntykwaTorunskaCond-Regular}
\shorttext{T5}{antt}{mc}{it} {t5-anttcri} {AntykwaTorunskaCond-Italic}
\shorttext{T5}{antt}{mc}{sc} {t5-anttcrcap} {AntykwaTorunskaCond-Regular}
\shorttext{T5}{antt}{mc}{scit} {t5-anttcricap} {AntykwaTorunskaCond-Italic}
\shorttext{T5}{antt}{sbc}{n} {t5-anttcm} {AntykwaTorunskaCondMed-Regular}
\shorttext{T5}{antt}{sbc}{it} {t5-anttcmi} {AntykwaTorunskaCondMed-Italic}
\shorttext{T5}{antt}{sbc}{sc} {t5-anttcmcap} {AntykwaTorunskaCondMed-Regular}
\shorttext{T5}{antt}{sbc}{scit} {t5-anttcmicap} {AntykwaTorunskaCondMed-Italic}
\shorttext{T5}{antt}{bc}{n} {t5-anttcb} {AntykwaTorunskaCond-Bold}
\shorttext{T5}{antt}{bc}{it} {t5-anttcbi} {AntykwaTorunskaCond-BoldItalic}
\shorttext{T5}{antt}{bc}{sc} {t5-anttcbcap} {AntykwaTorunskaCond-Bold}
\shorttext{T5}{antt}{bc}{scit} {t5-anttcbicap} {AntykwaTorunskaCond-BoldItalic}
\end{shortsample}
\end{document}
|