summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/otibet
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-13 00:01:23 +0000
committerKarl Berry <karl@freefriends.org>2006-01-13 00:01:23 +0000
commit0d285fd0a36b7b2f94f5b85efc086e569fdadcb0 (patch)
tree1a9f556b9e34ee452ee626e0ba984440d6c00abc /Master/texmf-dist/tex/latex/otibet
parentee965e2b81f8159563e429832406e0b7344682db (diff)
otibet
git-svn-id: svn://tug.org/texlive/trunk@1159 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/otibet')
-rw-r--r--Master/texmf-dist/tex/latex/otibet/ot1tib.fd15
-rw-r--r--Master/texmf-dist/tex/latex/otibet/otibet.sty43
-rw-r--r--Master/texmf-dist/tex/latex/otibet/t1tib.fd15
3 files changed, 73 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/otibet/ot1tib.fd b/Master/texmf-dist/tex/latex/otibet/ot1tib.fd
new file mode 100644
index 00000000000..e68df1cb15b
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/otibet/ot1tib.fd
@@ -0,0 +1,15 @@
+%Filename: OT1tib.fd
+
+\ProvidesFile{OT1tib.fd}
+ [1996/12/20 Font definitions for OT1/tib.]
+
+\DeclareFontFamily{OT1}{tib}{\hyphenchar \font =-1}
+
+\DeclareFontShape{OT1}{tib}{m}{n}{
+ <5><6><7><8><9><10><10.95><12><14.4>
+ <17.28><20.74><24.88> otibetan
+}{}
+
+\DeclareFontShape{OT1}{tib}{l}{n}{<->ssub * tib/m/n}{}
+
+\endinput
diff --git a/Master/texmf-dist/tex/latex/otibet/otibet.sty b/Master/texmf-dist/tex/latex/otibet/otibet.sty
new file mode 100644
index 00000000000..4daba2d9cc2
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/otibet/otibet.sty
@@ -0,0 +1,43 @@
+%
+% File otibet.sty
+%
+% Copyright (c) 1997 Norbert Preining
+% this file is part of the otibet package.
+\def\fileversion{0.2}
+\def\filedate{1997/06/01}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{otibet}[\filedate\space\fileversion\space
+Tibet package for Omega]
+\input{otibet.tex}
+\def\makeendsym{{\tbfamily
+\leavevmode\vtop{\ialign{##\cr
+\char"1030 \cr
+\noalign{\kern -2pt\nointerlineskip}
+{\hskip1pt\usefont{T1}{cmr}{b}{n}-}\cr
+\noalign{\nointerlineskip}
+\char"1030 \cr }}
+}}
+\def\outputtibetan{%
+ \let\TibetanInputOcpList=\tibetantrans
+ \def\tbfamily{\fontfamily{tib}\selectfont}
+}
+\def\outputlatin{%
+ \let\TibetanInputOcpList=\latintrans
+ \let\tbfamily=\relax
+}
+\DeclareOption{wylie-input}{%
+ \inputwylie}
+\DeclareOption{unicode-input}{%
+ \inputunicode}
+\DeclareOption{tibetan-output}{%
+ \outputtibetan}
+\DeclareOption{latin-output}{%
+ \outputlatin}
+\ExecuteOptions{wylie-input,tibetan-output}
+\ProcessOptions
+\DeclareTextFontCommand{\texttb}{\tbfamily\pushocplist\TibetanInputOcpList}
+\endinput
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End:
diff --git a/Master/texmf-dist/tex/latex/otibet/t1tib.fd b/Master/texmf-dist/tex/latex/otibet/t1tib.fd
new file mode 100644
index 00000000000..3030502b21a
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/otibet/t1tib.fd
@@ -0,0 +1,15 @@
+%Filename: T1tib.fd
+
+\ProvidesFile{T1tib.fd}
+ [1996/12/20 Font definitions for T1/tib.]
+
+\DeclareFontFamily{T1}{tib}{\hyphenchar\font=-1 }
+
+\DeclareFontShape{T1}{tib}{m}{n}{
+ <5><6><7><8><9><10><10.95><12><14.4>
+ <17.28><20.74><24.88> otibetan
+}{}
+
+\DeclareFontShape{T1}{tib}{l}{n}{<->ssub * tib/m/n}{}
+
+\endinput