diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:53:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:53:48 +0000 |
commit | 3c9749abec99dbc02d2d01ad37561199bf879acf (patch) | |
tree | 96a481236b04ddbd8592ceca5b96525fb17d3ac2 /Master/texmf-dist/tex/latex/ctib/ctib.sty | |
parent | c4b820a9814d2797004f542450059a7fabb1d284 (diff) |
ctib
git-svn-id: svn://tug.org/texlive/trunk@803 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ctib/ctib.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ctib/ctib.sty | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ctib/ctib.sty b/Master/texmf-dist/tex/latex/ctib/ctib.sty new file mode 100644 index 00000000000..d3fa9b78c87 --- /dev/null +++ b/Master/texmf-dist/tex/latex/ctib/ctib.sty @@ -0,0 +1,71 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% File: ctib.sty +% Author: Oliver Corff +% Date: July 1st, 2002 +% Version: \CtibVersionRelease +% Copyright: Ulaanbaatar, Beijing, Berlin +% +% Description: The ctib style file provides access to all +% commands necessary for writing Tibetan +% in LaTeX documents, making use of a modified +% version of Sirlin's Tibetan fonts. +% +% Many definitions were actually taken from +% Sirlin's tibdef.tex (and occasionally modified). +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% ------------------- identification ------------------- +% +\newcommand{\CtibVersionDate}{2002/07/01} +\newcommand{\CtibVersionRelease}{0.6} +% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{ctib}% + [\CtibVersionDate\ \CtibVersionRelease\ Tibetan for TeX and LaTeX2e] +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% ------------------- initial code ------------------- +% +% We need our local Mongolian encodings (C: Cyrillic, S: Script, +% (T: Traditional or Tibetan style) as standard encodings ... +% +% +\newcommand{\SetDocumentEncodingTibetan}{% + \renewcommand{\encodingdefault}{LCT} + \fontencoding{LCT}\selectfont + } +\newcommand{\tib}{% + % \store_old_encoding + \fontencoding{LCT}\selectfont + } +\newcommand{\bit}{% + % Restore old encoding but check which one it was + \fontencoding{T1}\selectfont + } +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% ------------------- declaration of options ------------------- +% +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% -------- Loading of various codepage definitions ------------- +% +% Nothing really happens here, this time. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% ------------------- execution of options ------------------- +% +% Another void. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% ------------------- package loading ------------------- +% +\RequirePackage[,LCT,T1]{fontenc} +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% ------------------- main code ------------------- +% +\input ctib.tex +% +% Remove ctib definitions not needed in \LaTeX! +%\undef\tsize +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% The \packagename\ package ends here. |