diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:00:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:00:13 +0000 |
commit | f0d1341f5857e9ebb4ed6b51149bb6dbe486a955 (patch) | |
tree | cdb2207bb83ff84ef7542336df64db96417b7115 /Master/texmf-dist/tex/latex/mxd/mxd.sty | |
parent | ebb5fe0bc0764256e8f9f8e73724122150b13a29 (diff) |
mxd
git-svn-id: svn://tug.org/texlive/trunk@1124 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mxd/mxd.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/mxd/mxd.sty | 49 |
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'. |