diff options
author | Karl Berry <karl@freefriends.org> | 2006-09-08 00:00:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-09-08 00:00:54 +0000 |
commit | 99bebf5ca1a722256a732d6cd630b1a2165b85d7 (patch) | |
tree | 24759c8e2c931963a38badf1b0d1e38276bdba21 /Master/texmf-dist/tex/latex/archaic/sarabian.sty | |
parent | 5c6d8279370b75ec409c087237a798f1fe547cf1 (diff) |
archaic update for sarabian, archaicprw.map (10feb06)
git-svn-id: svn://tug.org/texlive/trunk@2101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/archaic/sarabian.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/archaic/sarabian.sty | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/archaic/sarabian.sty b/Master/texmf-dist/tex/latex/archaic/sarabian.sty new file mode 100644 index 00000000000..3ed9e83fd78 --- /dev/null +++ b/Master/texmf-dist/tex/latex/archaic/sarabian.sty @@ -0,0 +1,106 @@ +%% +%% This is file `sarabian.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% sarabian.dtx (with options: `usc') +%% ------------------------------------------------------------------ +%% Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net +%% Copyright 2005 Peter R. Wilson +%% +%% This work may be distributed and/or modified under the +%% conditions of the Latex Project Public License, either +%% version 1.3 of this license or (at your option) any +%% later version. +%% The latest version of the license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of +%% LaTeX version 2003/06/01 or later. +%% +%% This work has the LPPL maintenance status "author-maintained". +%% +%% This work consists of the files listed in the README file. +%% ------------------------------------------------------------------ +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{sarabian}[2005/11/12 v1.1 package for South Arabian fonts] +\newcommand{\sarabfamily}{\usefont{T1}{sarab}{m}{n}} +\DeclareTextFontCommand{\textsarab}{\sarabfamily} + +\chardef\SArq=`' +\chardef\SAa=`a +\chardef\SAb=`b +\chardef\SAg=`g +\chardef\SAd=`d +\chardef\SAh=`h +\chardef\SAw=`w +\chardef\SAz=`z +\chardef\SAhd=`H +\chardef\SAtd=`T +\chardef\SAy=`y +\chardef\SAk=`k +\chardef\SAl=`l +\chardef\SAm=`m +\chardef\SAn=`n +\chardef\SAs=`s +\chardef\SAf=`f +\chardef\SAlq=`` +\chardef\SAo=`o +\chardef\SAsd=`x +\chardef\SAq=`q +\chardef\SAr=`r +\chardef\SAsv=`S +\chardef\SAt=`t +\chardef\SAhu=`I +\chardef\SAdb=`D +\chardef\SAtb=`J +\chardef\SAga=`G +\chardef\SAzd=`Z +\chardef\SAsa=`X +\chardef\SAdd=`B + +\newcommand{\translitsarab}[1]{{% + \@translitSA\translitsarabfont #1}} +\newcommand{\translitsarabfont}{\itshape} + +\DeclareTextCommand{\SAunder}{OT1}[1]% + {{\o@lign{\relax#1\crcr\hidewidth\sh@ft{29}% + \vbox to.2ex{\hbox{\char21}\vss}\hidewidth}}} + +\newcommand{\@translitSA}{% +\def\SArq{'}% +\def\SAa{'}% +\def\SAb{b}% +\def\SAg{g}% +\def\SAd{d}% +\def\SAh{h}% +\def\SAw{w}% +\def\SAz{z}% +\def\SAhd{\d{h}}% +\def\SAtd{\d{t}}% +\def\SAy{y}% +\def\SAk{k}% +\def\SAl{l}% +\def\SAm{m}% +\def\SAn{n}% +\def\SAs{s}% +\def\SAf{f}% +\def\SAlq{`}% +\def\SAo{`}% +\def\SAsd{\d{s}}% +\def\SAq{q}% +\def\SAr{r}% +\def\SAsv{\v{s}}% +\def\SAt{t} +\def\SAhu{\SAunder{h}}% +\def\SAdb{\b{d}}% +\def\SAtb{\b{t}}% +\def\SAga{\'{g}}% +\def\SAzd{\d{z}}% +\def\SAsa{\'{s}}% +\def\SAdd{\d{d}}% +} + +\endinput +%% +%% End of file `sarabian.sty'. |