summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/kerkis/kmath.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-12 23:57:31 +0000
committerKarl Berry <karl@freefriends.org>2006-01-12 23:57:31 +0000
commitc46056c91bfb58d66f4504e184ef930feff3010a (patch)
tree7d4f9d883f3741849d7e88ad741456ac753a2b0c /Master/texmf-dist/tex/latex/kerkis/kmath.sty
parentbd5ebffc52f3c54f1a05d5c3bb39d7492c2b03fb (diff)
kerkis
git-svn-id: svn://tug.org/texlive/trunk@1014 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/kerkis/kmath.sty')
-rw-r--r--Master/texmf-dist/tex/latex/kerkis/kmath.sty28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/kerkis/kmath.sty b/Master/texmf-dist/tex/latex/kerkis/kmath.sty
new file mode 100644
index 00000000000..08654fc3d92
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/kerkis/kmath.sty
@@ -0,0 +1,28 @@
+\RequirePackage{txfonts}
+
+\DeclareSymbolFont{letters}{OML}{mak}{m}{it}
+\SetSymbolFont{letters}{bold}{OML}{mak}{b}{it}
+
+
+%% Additions due to Michiel Kreutzer
+\DeclareSymbolFont{kerkisnumbers}{T1}{mak}{m}{n}
+
+\SetSymbolFont{letters}{bold}{OML}{mak}{b}{it}
+\DeclareMathSymbol{0}{\mathalpha}{kerkisnumbers}{`0}
+\DeclareMathSymbol{1}{\mathalpha}{kerkisnumbers}{`1}
+\DeclareMathSymbol{2}{\mathalpha}{kerkisnumbers}{`2}
+\DeclareMathSymbol{3}{\mathalpha}{kerkisnumbers}{`3}
+\DeclareMathSymbol{4}{\mathalpha}{kerkisnumbers}{`4}
+\DeclareMathSymbol{5}{\mathalpha}{kerkisnumbers}{`5}
+\DeclareMathSymbol{6}{\mathalpha}{kerkisnumbers}{`6}
+\DeclareMathSymbol{7}{\mathalpha}{kerkisnumbers}{`7}
+\DeclareMathSymbol{8}{\mathalpha}{kerkisnumbers}{`8}
+\DeclareMathSymbol{9}{\mathalpha}{kerkisnumbers}{`9}
+\SetMathAlphabet{\mathrm}{normal}{\encodingdefault}{\rmdefault}{m}{n}
+\SetMathAlphabet{\mathbf}{normal}{\encodingdefault}{\rmdefault}{b}{n}
+\SetMathAlphabet{\mathit}{normal}{\encodingdefault}{\rmdefault}{m}{it}
+\SetMathAlphabet{\mathsf}{normal}{\encodingdefault}{\sfdefault}{m}{n}
+\SetMathAlphabet{\mathtt}{normal}{\encodingdefault}{\ttdefault}{m}{n}
+
+
+\endinput