summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mxd/mxd.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/mxd/mxd.sty')
-rw-r--r--Master/texmf-dist/tex/latex/mxd/mxd.sty49
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/mxd/mxd.sty b/Master/texmf-dist/tex/latex/mxd/mxd.sty
new file mode 100644
index 00000000000..04d3e57c35b
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/mxd/mxd.sty
@@ -0,0 +1,49 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% File: mxd.sty
+% Date: November 5th, 2001
+% Author: Oliver Corff
+% (c) 2001 Ulaanbaatar, Macau, Berlin
+%
+% A package for providing the Soyombo
+% script to LaTeX-users.
+%
+% Usage: \usepackage{mxd}
+%
+% No options.
+%
+% Provides the command '\mxd' for switching to the
+% Xewtee Dorwoljin font (with two styles).
+%
+% NB: This package requires LaTeX2e!
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Identification
+%
+\newcommand{\mxdVersion}{0.4 alpha}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{mxd}[2001/11/01 \mxdVersion: Xewtee Dorwoljin for LaTeX2e]
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% Package loading
+%
+\let\old@rmdefault\rmdefault
+\RequirePackage[,LMX,T1]{fontenc}
+\let\rmdefault\old@rmdefault
+
+%
+% The author command \mxd is declared here.
+%
+\newcommand{\mxd}{%
+ \fontencoding{LMX}
+ \fontfamily{mxd}
+ \selectfont
+ }
+%
+% Options
+% No options with this package.
+%
+% No More declarations
+%
+% End of file `mxd.sty'.