summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/manjutex/manju.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:58:38 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:58:38 +0000
commitf85ff2397e4db747dbd7faaad9ee354bb27cd6fa (patch)
tree3df07cd7568e28f218c5d664eb603b01a05b06ee /Master/texmf-dist/tex/latex/manjutex/manju.tex
parent370eb48f332e026fecb18f5ab5bae74f346702d5 (diff)
manjutex
git-svn-id: svn://tug.org/texlive/trunk@1068 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/manjutex/manju.tex')
-rw-r--r--Master/texmf-dist/tex/latex/manjutex/manju.tex52
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/manjutex/manju.tex b/Master/texmf-dist/tex/latex/manjutex/manju.tex
new file mode 100644
index 00000000000..0ea76c5ff56
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/manjutex/manju.tex
@@ -0,0 +1,52 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% File: manju.tex
+% Author: Oliver Corff
+% Date: April 1st, 2001
+% Version: 0.2
+% Copyright: Ulaanbaatar, Beijing, Berlin
+%
+% Description: The manju.tex file providing access to the basic
+% commands necessary for using Manju writing.
+%
+%
+% ------------------- initial code -------------------
+%
+\font\manjuzero=bthhsm scaled\magstep0
+\font\tenrmzero=cmr10 scaled\magstep0
+
+\font\manjuone=bthhsm scaled\magstep1
+\font\tenrmone=cmr10 scaled\magstep1
+
+\font\manjutwo=bthhsm scaled\magstep2
+\font\tenrmtwo=cmr10 scaled\magstep2
+
+\def\msize{%
+ \def\manju{\manjuzero}%
+ \def\tenrm{\tenrmzero}}
+
+\def\msizei{%
+ \def\manju{\manjuone}%
+ \def\tenrm{\tenrmone}}
+
+\def\msizeii{%
+ \def\manju{\manjutwo}%
+ \def\tenrm{\tenrmtwo}}
+
+\def\bth{\manju}
+
+\let\orgv\v
+\let\orgd\=
+%
+{\gdef\@sv#1{\expandafter\ifx\csname #1\endcsname\s s'\else\orgv#1 \fi}}
+{\gdef\@sd#1{\expandafter\ifx\csname #1\endcsname\u v\else\orgd#1 \fi}}
+%
+\def\ManjuTeX{Manju\TeX}
+%
+%
+\def\UU{\={U}}
+\def\uu{\={u}}
+\def\sh{\v{s}}
+\def\Sh{\v{S}}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% ManjuTeX's manju.tex ends here.
+