summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mxd/mxd.sty
blob: 04d3e57c35bc06c48479a2910fd2a91de39a110c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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'.