summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mxedruli/umxed.fd
diff options
context:
space:
mode:
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
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%