summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/vntex/vnr/vnycomp.mf
blob: 98ca2558fc2c09a758b7ef9dbd7a19025388e376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% 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

% define [yY]-based accented letters

vnchar casename "y with acute";
define_vnchar(y, acute_);

vnchar casename "y with grave";
define_vnchar(y, grave_);

vnchar casename "y with hook";
define_vnchar(y, hook_);

vnchar casename "y with tilde";
define_vnchar(y, tilde_);

vnchar casename "y with dot";
define_vnchar_dot(y);

endinput;