diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/burmese/birm.sty | 25 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/burmese/ubirm.fd | 3 |
2 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/burmese/birm.sty b/Master/texmf-dist/tex/latex/burmese/birm.sty new file mode 100644 index 00000000000..dcd2e24ae3d --- /dev/null +++ b/Master/texmf-dist/tex/latex/burmese/birm.sty @@ -0,0 +1,25 @@ +\ProvidesPackage{birm}[2002/07/06 Burmese LaTeX] +% +% Copyright (c) Joh. Reese 2002 +% +% This file is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +% +% IMPORTANT COPYRIGHT NOTICE: +% +% Permission is granted to copy this file to another file with a clearly +% different name and to customize the declarations in that copy to serve +% the needs of your installation, provided that you do not remove this +% notice or original copyright notice. +% +% However, NO PERMISSION is granted to produce or to distribute a +% modified version of this file or the ones bound with the package +% under its original name. +% +% You are NOT ALLOWED to change this file. +% +\RequirePackage{relsize} +\DeclareRobustCommand\birm{% + \usefont{U}{birm}{m}{n}% +} diff --git a/Master/texmf-dist/tex/latex/burmese/ubirm.fd b/Master/texmf-dist/tex/latex/burmese/ubirm.fd new file mode 100644 index 00000000000..ef9a5825cf4 --- /dev/null +++ b/Master/texmf-dist/tex/latex/burmese/ubirm.fd @@ -0,0 +1,3 @@ +\DeclareFontShape{U}{birm}{m}{n}{ + <10->burm% +}{} |