From 0d285fd0a36b7b2f94f5b85efc086e569fdadcb0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 13 Jan 2006 00:01:23 +0000 Subject: otibet git-svn-id: svn://tug.org/texlive/trunk@1159 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/otibet/ot1tib.fd | 15 ++++++++++ Master/texmf-dist/tex/latex/otibet/otibet.sty | 43 +++++++++++++++++++++++++++ Master/texmf-dist/tex/latex/otibet/t1tib.fd | 15 ++++++++++ 3 files changed, 73 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/otibet/ot1tib.fd create mode 100644 Master/texmf-dist/tex/latex/otibet/otibet.sty create mode 100644 Master/texmf-dist/tex/latex/otibet/t1tib.fd (limited to 'Master/texmf-dist/tex/latex/otibet') 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 -- cgit v1.2.3