summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/lambda
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-12-31 00:54:45 +0000
committerKarl Berry <karl@freefriends.org>2012-12-31 00:54:45 +0000
commit8f202729e1afa183105dfe36362deee62f954522 (patch)
tree96b533ce7940882f6dc911443155eb222931b5d9 /Master/texmf-dist/source/lambda
parent1dd31d3ac59a7a2da70a00e52a662357631102b9 (diff)
oinuit (long-delayed) sync with CTAN
git-svn-id: svn://tug.org/texlive/trunk@28668 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/lambda')
-rw-r--r--Master/texmf-dist/source/lambda/oinuit/oinuit.sty100
1 files changed, 0 insertions, 100 deletions
diff --git a/Master/texmf-dist/source/lambda/oinuit/oinuit.sty b/Master/texmf-dist/source/lambda/oinuit/oinuit.sty
deleted file mode 100644
index a2444870fa7..00000000000
--- a/Master/texmf-dist/source/lambda/oinuit/oinuit.sty
+++ /dev/null
@@ -1,100 +0,0 @@
-% (c) copyright 2002 Apostolos Syropoulos
-% This program can be redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt; either
-% version 1 of the License, or any later version.
-%
-% Please report errors or suggestions for improvement to
-%
-% Apostolos Syropoulos
-% 366, 28th October Str.
-% GR-671 00 Xanthi, GREECE
-% apostolo@ocean1.ee.duth.gr or apostolo@obelix.ee.duth.gr
-%
-%% onuit.sty
-\IfFileExists{ot1uctt.fd}{%
- \def\ttdefault{uctt}}{}%
-%
-\DeclareOption{nunavut}{%
- \ocp\InInuit=Ninuit2uni
- \ocplist\InInuitList=
- \addbeforeocplist 1 \InInuit
- \nullocplist
-}
-%
-\DeclareOption{quebec}{%
- \ocp\InInuit=Qinuit2uni
- \ocplist\InInuitList=
- \addbeforeocplist 1 \InInuit
- \nullocplist
-}
-%
-\DeclareOption{iscii}{%
- \ocp\InInuit=inuitscii
- \ocplist\InInuitList=
- \addbeforeocplist 1 \InInuit
- \nullocplist
-}
-%
-\DeclareOption{utf8}{%
- \ocp\InInuit=inutf8
- \ocplist\InInuitList=
- \addbeforeocplist 1 \InInuit
- \nullocplist
-}
-%
-\DeclareOption{ucs2}{%
- \ocp\InInuit=id
- \ocplist\InInuitList=
- \addbeforeocplist 1 \InInuit
- \nullocplist
-}
-%
-\ExecuteOptions{nunavut}
-\ProcessOptions
-%
-\input litenc.def
-\def\selectlanguage#1{%
- \expandafter\ifx\csname l@#1\endcsname\relax%
- \typeout{^^J Error: No hyphenation pattern for language #1 loaded,}%
- \typeout{ default hyphenation patterns are used.^^J}%
- \language=0%
- \else\language=\csname l@#1\endcsname\fi}
-%
-\def\inuittext{%
- \fontencoding{LIT}\selectfont%
- \def\encodingdefault{LIT}%
- \selectlanguage{inuit}%
- \pushocplist\InInuitList%
-}
-%
-\newenvironment{inuit}{\fontencoding{LIT}\selectfont%
- \selectlanguage{inuit}%
- \pushocplist\InInuitList}%
- {\popocplist}
-%
-\DeclareRobustCommand{\textinuit}[1]{{%
- \leavevmode\fontencoding{LIT}\selectfont%
- \selectlanguage{inuit}%
- \pushocplist\InInuitList #1}}
-%
-\DeclareRobustCommand{\InuitToday}{{%
- \fontencoding{LIT}\selectfont%
- \number\day\space%
- \ifcase\month%
- \or ^^^^1528^^^^14c4^^^^140a^^^^1546 %January
- \or ^^^^1555^^^^1433^^^^140a^^^^1546 %February
- \or ^^^^14ab^^^^1550^^^^14ef %March
- \or ^^^^140a^^^^1403^^^^1433^^^^1546^^^^14ea %April
- \or ^^^^14aa^^^^1403 %May
- \or ^^^^152a^^^^14c2 %June
- \or ^^^^152a^^^^14da^^^^1403 %July
- \or ^^^^140a^^^^1405^^^^148d^^^^1505 %August
- \or ^^^^14ef^^^^144e^^^^14bb^^^^1433^^^^1546 %September
- \or ^^^^1505^^^^1483^^^^1450^^^^1433^^^^1546 %October
- \or ^^^^14c4^^^^1555^^^^14bb^^^^1433^^^^1546 %November
- \or ^^^^144e^^^^14ef^^^^14bb^^^^1433^^^^1546 %December
- \fi%
- \number\year}}
-%
-\endinput