summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mxedruli/umxed.fd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-19 23:48:27 +0000
committerKarl Berry <karl@freefriends.org>2009-01-19 23:48:27 +0000
commitbd43cbe88e68924414ca82c841d82a03ad5fbd19 (patch)
tree3d2e9f698f80443858ea0e94e2242089fddb30d4 /Master/texmf-dist/tex/latex/mxedruli/umxed.fd
parent10a84c41425b6c784c34739f39cef25d8f4e58a8 (diff)
mxedruli update (19jan09)
git-svn-id: svn://tug.org/texlive/trunk@11921 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mxedruli/umxed.fd')
-rw-r--r--Master/texmf-dist/tex/latex/mxedruli/umxed.fd39
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mxedruli/umxed.fd b/Master/texmf-dist/tex/latex/mxedruli/umxed.fd
new file mode 100644
index 00000000000..9a58d5c5135
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/mxedruli/umxed.fd
@@ -0,0 +1,39 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% umxed.fd %
+% %
+% For the use of mxedruli fonts within LaTeX %
+% Last modified 1st September 1999 %
+% %
+%
+% fontencoding: U
+% fontfamily: mxed
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+% It has to be used with NFSS2 only
+%
+\ifx\DeclareFontShape\undefined
+ \message{You should not use this file but with NFSS2}
+\expandafter\endinput\fi
+
+
+\DeclareFontFamily{U}{mxed}{}%
+
+\DeclareFontShape{U}{mxed}{m}{n}{%
+ <10><10.95><12><14.4><17.28><20.74><24.88>mxed10
+}{}
+
+\DeclareFontShape{U}{mxed}{bx}{n}{%
+ <10><10.95><12><14.4><17.28><20.74><24.88>mxedbf10
+}{}
+
+\DeclareFontShape{U}{mxed}{m}{i}{%
+ <10><10.95><12><14.4><17.28><20.74><24.88>mxedi10
+}{}
+
+\DeclareFontShape{U}{mxed}{c}{n}{%
+ <10><10.95><12><14.4><17.28><20.74><24.88>mxedc10
+}{}
+
+\endinput
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%