summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/vntex/vnr/vnuacc.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/fonts/source/vntex/vnr/vnuacc.mf')
-rw-r--r--Master/texmf-dist/fonts/source/vntex/vnr/vnuacc.mf28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/vntex/vnr/vnuacc.mf b/Master/texmf-dist/fonts/source/vntex/vnr/vnuacc.mf
new file mode 100644
index 00000000000..aa4616c9be7
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/vntex/vnr/vnuacc.mf
@@ -0,0 +1,28 @@
+% 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 uppercase accents
+
+vnchar casename "grave accent";
+define_vnaccent(135, grave_);
+
+vnchar casename "acute accent";
+define_vnaccent(136, acute_);
+
+vnchar casename "circumflex accent";
+define_vnaccent(137, circumflex_);
+
+vnchar casename "tilde accent";
+define_vnaccent(138, tilde_);
+
+vnchar casename "dot accent";
+define_vnaccent(139, dot_);
+
+vnchar casename "breve accent";
+define_vnaccent(140, breve_);
+
+vnchar casename "hook accent";
+define_vnaccent(141, hook_);
+
+endinput;