%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 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'.
