summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/vntex/vnr/vnicomp.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/fonts/source/vntex/vnr/vnicomp.mf')
-rw-r--r--Master/texmf-dist/fonts/source/vntex/vnr/vnicomp.mf22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/vntex/vnr/vnicomp.mf b/Master/texmf-dist/fonts/source/vntex/vnr/vnicomp.mf
new file mode 100644
index 00000000000..9bd32d45f96
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/vntex/vnr/vnicomp.mf
@@ -0,0 +1,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 [iI]-based accented letters
+
+vnchar casename "i with acute";
+define_vnchar(i, acute_);
+
+vnchar casename "i with grave";
+define_vnchar(i, grave_);
+
+vnchar casename "i with hook";
+define_vnchar(i, hook_);
+
+vnchar casename "i with tilde";
+define_vnchar(i, tilde_);
+
+vnchar casename "i with dot";
+define_vnchar_dot(i);
+
+endinput;