From e1ef22356087d81c9700f75a1fa142404cec7772 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 6 May 2011 23:17:26 +0000 Subject: wnri-latex separated from wnri (5may11) git-svn-id: svn://tug.org/texlive/trunk@22338 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/wnri-latex/ot1wnr.fd | 45 ++++++ Master/texmf-dist/tex/latex/wnri-latex/ot1wnss.fd | 30 ++++ Master/texmf-dist/tex/latex/wnri-latex/ot1wntt.fd | 33 +++++ Master/texmf-dist/tex/latex/wnri-latex/wnri.def | 164 ++++++++++++++++++++++ Master/texmf-dist/tex/latex/wnri-latex/wnri.sty | 27 ++++ 5 files changed, 299 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/wnri-latex/ot1wnr.fd create mode 100644 Master/texmf-dist/tex/latex/wnri-latex/ot1wnss.fd create mode 100644 Master/texmf-dist/tex/latex/wnri-latex/ot1wntt.fd create mode 100644 Master/texmf-dist/tex/latex/wnri-latex/wnri.def create mode 100644 Master/texmf-dist/tex/latex/wnri-latex/wnri.sty (limited to 'Master/texmf-dist/tex/latex/wnri-latex') diff --git a/Master/texmf-dist/tex/latex/wnri-latex/ot1wnr.fd b/Master/texmf-dist/tex/latex/wnri-latex/ot1wnr.fd new file mode 100644 index 00000000000..521aa31efff --- /dev/null +++ b/Master/texmf-dist/tex/latex/wnri-latex/ot1wnr.fd @@ -0,0 +1,45 @@ +%% +%% This is file `ot1wnr.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% wnri.dtx (with options: `fd,wnr') +%% +%% This is a generated file in the wnri-latex package. +%% +%% Copyright (C) 1998, 2011 by Anshuman Pandey. +%% +%% The entire package is released under the GNU GPL, either version 2, or +%% (at your option) any later version. +%% +\ProvidesFile{ot1wnr.fd} + [2011/05/03 v1.0b + WNRI roman font definitions] +\DeclareFontFamily{OT1}{wnr}{} +\DeclareFontShape{OT1}{wnr}{m}{n}{ + <5> <6> <7> wnrir8 + <8> <9> <10> <10.95> <12> + <14.4> <17.28> <20.74> <24.88> wnrir10 }{} +\DeclareFontShape{OT1}{wnr}{bx}{n}{ + <5> <6> <7> wnrib8 + <8> <9> <10> <10.95> <12> + <14.4> <17.28> <20.74> <24.88> wnrib10 }{} +\DeclareFontShape{OT1}{wnr}{bx}{it}{ + <5> <6> <7> <8> <9> <10> <10.95> <12> + <14.4> <17.28> <20.74> <24.88> wnribi10 }{} +\DeclareFontShape{OT1}{wnr}{b}{n}{ <-> ssub * wnr/bx/n }{} +\DeclareFontShape{OT1}{wnr}{b}{it}{ <-> ssub * wnr/bx/it }{} +\DeclareFontShape{OT1}{wnr}{m}{it}{ + <5> <6> <7> wnrii8 + <8> <9> <10> <10.95> <12> + <14.4> <17.28> <20.74> <24.88> wnrii10}{} +\DeclareFontShape{OT1}{wnr}{m}{sl}{ <-> ssub * wnr/m/it }{} +\DeclareFontShape{OT1}{wnr}{m}{sc}{ <-> ssub * wnr/m/n }{} +\DeclareFontShape{OT1}{wnr}{m}{sf}{ + <5> <6> <7> wnris8 + <8> <9> <10> <10.95> <12> + <14.4> <17.28> <20.74> <24.88> wnris10 }{} +\endinput +%% +%% End of file `ot1wnr.fd'. diff --git a/Master/texmf-dist/tex/latex/wnri-latex/ot1wnss.fd b/Master/texmf-dist/tex/latex/wnri-latex/ot1wnss.fd new file mode 100644 index 00000000000..b54641c81d7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/wnri-latex/ot1wnss.fd @@ -0,0 +1,30 @@ +%% +%% This is file `ot1wnss.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% wnri.dtx (with options: `fd,wnss') +%% +%% This is a generated file in the wnri-latex package. +%% +%% Copyright (C) 1998, 2011 by Anshuman Pandey. +%% +%% The entire package is released under the GNU GPL, either version 2, or +%% (at your option) any later version. +%% +\ProvidesFile{ot1wnss.fd} + [2011/05/03 v1.0b + WNRI san serif font definitions] +\DeclareFontFamily{OT1}{wnss}{} +\DeclareFontShape{OT1}{wnss}{m}{n}{ + <5> <6> <7> <8> wnris8 + <9> <10> <10.95> <12> + <14.4> <17.28> <20.74> <24.88> wnris10 }{} +\DeclareFontShape{OT1}{wnss}{b}{n}{ <-> ssub * wnss/m/n }{} +\DeclareFontShape{OT1}{wnss}{bx}{n}{ <-> ssub * wnss/m/n }{} +\DeclareFontShape{OT1}{wnss}{m}{sl}{ <-> ssub * wnss/m/n }{} +\DeclareFontShape{OT1}{wnss}{m}{it}{ <-> ssub * wnss/m/n }{} +\endinput +%% +%% End of file `ot1wnss.fd'. diff --git a/Master/texmf-dist/tex/latex/wnri-latex/ot1wntt.fd b/Master/texmf-dist/tex/latex/wnri-latex/ot1wntt.fd new file mode 100644 index 00000000000..cbd3ecbff21 --- /dev/null +++ b/Master/texmf-dist/tex/latex/wnri-latex/ot1wntt.fd @@ -0,0 +1,33 @@ +%% +%% This is file `ot1wntt.fd', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% wnri.dtx (with options: `fd,wntt') +%% +%% This is a generated file in the wnri-latex package. +%% +%% Copyright (C) 1998, 2011 by Anshuman Pandey. +%% +%% The entire package is released under the GNU GPL, either version 2, or +%% (at your option) any later version. +%% +\ProvidesFile{ot1wntt.fd} + [2011/05/03 v1.0b + WNRI typewriter font definitions] +\DeclareFontFamily{OT1}{wntt}{} +\DeclareFontShape{OT1}{wntt}{m}{n}{ + <5> <6> <7> <8> wnrit8 + <9> <10> <10.95> <12> + <14.4> <17.28> <20.74> <24.88> wnrit10 }{} +\DeclareFontShape{OT1}{wntt}{m}{it}{ <-> ssub * wntt/m/n }{} +\DeclareFontShape{OT1}{wntt}{m}{sl}{ <-> ssub * wntt/m/n }{} +\DeclareFontShape{OT1}{wntt}{m}{sc}{ <-> ssub * wntt/m/n }{} +\DeclareFontShape{OT1}{wntt}{m}{ui}{ <-> ssub * wntt/m/n }{} +\DeclareFontShape{OT1}{wntt}{bx}{n}{ <-> ssub * wntt/m/n }{} +\DeclareFontShape{OT1}{wntt}{bx}{it}{ <-> ssub * wntt/m/n }{} +\DeclareFontShape{OT1}{wntt}{bx}{ui}{ <-> ssub * wntt/m/n }{} +\endinput +%% +%% End of file `ot1wntt.fd'. diff --git a/Master/texmf-dist/tex/latex/wnri-latex/wnri.def b/Master/texmf-dist/tex/latex/wnri-latex/wnri.def new file mode 100644 index 00000000000..5fcf60262c9 --- /dev/null +++ b/Master/texmf-dist/tex/latex/wnri-latex/wnri.def @@ -0,0 +1,164 @@ +% Washington Romanized Indic character definition file +% 19 February 1998 +% Released under GNU GPLv2+. + + + \ProvidesFile{wnri.def} +\ProvideTextCommandDefault{\textregistered}{\textcircled{\textsc r}} +\ProvideTextCommandDefault{\textonequarter}{$\frac14$} +\ProvideTextCommandDefault{\textonehalf}{$\frac12$} +\ProvideTextCommandDefault{\textthreequarters}{$\frac34$} +\ProvideTextCommandDefault{\textflorin}{\textit{f}} +\providecommand{\mathdegree}{{{}^\circ}} +\providecommand{\mathonesuperior}{{{}^1}} +\providecommand{\mathtwosuperior}{{{}^2}} +\providecommand{\maththreesuperior}{{{}^3}} +\providecommand{\mathordmasculine}{{{}^o}} +\providecommand{\mathordfeminine}{{{}^a}} + +% \diatop[] macro (c) Christina Thiele, Ottawa. (from TeXniques 5) +% Tested by Peter J. Olivier. Last change: 4th August 1988. + +\def\diatop[#1|#2]{{\leavevmode\setbox1=\hbox{{#1{}}}\setbox2=\hbox{{#2{}}}% + \dimen0=\ifdim\wd1>\wd2\wd1\else\wd2\fi% + \dimen1=\ht2\advance\dimen1by-1ex% + \setbox1=\hbox to1\dimen0{\hss#1\hss}% + \rlap{\raise1\dimen1\box1}% + \hbox to1\dimen0{\hss#2\hss}}}% + +\DeclareInputText{"080}{\c C} % 128 +\DeclareInputText{"081}{\"u} % 129 +\DeclareInputText{"082}{\'e} % 130 +\DeclareInputText{"083}{\^a} % 131 +\DeclareInputText{"084}{\"a} % 132 +\DeclareInputText{"085}{\`a} % 133 +\DeclareInputText{"086}{\aa} % 134 +\DeclareInputText{"087}{\c c} % 135 +\DeclareInputText{"088}{\^e} % 136 +\DeclareInputText{"089}{\"e} % 137 +\DeclareInputText{"08A}{\`e} % 138 +\DeclareInputText{"08B}{\"\i} % 139 +\DeclareInputText{"08C}{\^\i} % 140 +\DeclareInputText{"08D}{\`\i} % 141 +\DeclareInputText{"08E}{\"A} % 142 +\DeclareInputText{"08F}{\AA} % 143 + +\DeclareInputText{"090}{\'E} % 144 +\DeclareInputText{"091}{\ae} % 145 +\DeclareInputText{"092}{\AE} % 146 +\DeclareInputText{"093}{\^o} % 147 +\DeclareInputText{"094}{\"o} % 148 +\DeclareInputText{"095}{\`o} % 149 +\DeclareInputText{"096}{\^u} % 150 +\DeclareInputText{"097}{\`u} % 151 +\DeclareInputText{"098}{\"y} % 152 +\DeclareInputText{"099}{\"O} % 153 +\DeclareInputText{"09A}{\"U} % 154 +\DeclareInputText{"09B}{\=e} % 155 +\DeclareInputText{"09C}{\=E} % 156 +\DeclareInputText{"09D}{\=o} % 157 +\DeclareInputMath{"09E}{\=O} % 158 +\DeclareInputText{"09F}{\b{r}} % 159 (CSX) +\DeclareInputText{"0A0}{\'a} % 160 +\DeclareInputText{"0A1}{\'\i} % 161 +\DeclareInputText{"0A2}{\'o} % 162 +\DeclareInputText{"0A3}{\'u} % 163 +\DeclareInputText{"0A4}{\~n} % 164 +\DeclareInputText{"0A5}{\~N} % 165 +\DeclareInputMath{"0A6}{\~l} % 166 (CSX) +\DeclareInputMath{"0A7}{\.m} % 167 (CSX) +\DeclareInputText{"0A8}{\diatop[\symbol{"08}|\=a]} % 168 (CSX) +\DeclareInputText{"0A9}{\diatop[\symbol{"08}|\=\i]} % 169 (CSX) +\DeclareInputText{"0AA}{\diatop[\symbol{"08}|\=u]} % 170 (CSX) +\DeclareInputText{"0AB}{\v{z}} % 171 (WNR) +\DeclareInputText{"0AC}{\v{Z}} % 172 (WNR) +\DeclareInputText{"0AD}{\b{n}} % 173 (CSX) +\DeclareInputText{"0AE}{\d{k}} % 174 (WNR) +\DeclareInputText{"0AF}{\d{K}} % 175 (WNR) + +\DeclareInputText{"0B0}{\v{c}} % 176 (WNR) +\DeclareInputText{"0B1}{\v{C}} % 177 (WNR) +\DeclareInputText{"0B2}{\v{s}} % 178 (WNR) +\DeclareInputText{"0B3}{\up{$|$}} % 179 (WNR) +\DeclareInputText{"0B4}{ } % 180 (WNR) +\DeclareInputText{"0B5}{ } % 181 (WNR) +\DeclareInputText{"0B6}{ } % 182 (WNR) +\DeclareInputText{"0B7}{ } % 183 (WNR) +\DeclareInputText{"0B8}{ } % 184 (WNR) +\DeclareInputText{"0B9}{ } % 185 (WNR) +\DeclareInputText{"0BA}{\up{$\|$}} % 186 (WNR) +\DeclareInputText{"0BB}{\b{M}} % 187 (WNR) +\DeclareInputText{"0BC}{\b{L}} % 188 (WNR) +\DeclareInputText{"0BD}{\.y} % 189 (WNR) +\DeclareInputText{"0BE}{\b{R}} % 190 (WNR) +\DeclareInputText{"0BF}{ } % 191 (WNR) + +\DeclareInputText{"0C0}{ } % 192 (WNR) +\DeclareInputText{"0C1}{ } % 193 (WNR) +\DeclareInputText{"0C2}{ } % 194 (WNR) +\DeclareInputText{"0C3}{ } % 195 (WNR) +\DeclareInputText{"0C4}{\v{S}} % 196 (WNR) +\DeclareInputText{"0C5}{\v{j}} % 197 (WNR) +\DeclareInputText{"0C6}{ } % 198 (WNR) +\DeclareInputText{"0C7}{\b l} % 199 (WNR) +\DeclareInputText{"0C8}{ } % 200 (WNR) +\DeclareInputText{"0C9}{ } % 201 (WNR) +\DeclareInputText{"0CA}{ } % 202 (WNR) +\DeclareInputText{"0CB}{\b{M}} % 203 (WNR) +\DeclareInputText{"0CC}{\b{L}} % 204 (WNR) +\DeclareInputText{"0CD}{\.y} % 205 (WNR) +\DeclareInputText{"0CE}{\b{R}} % 206 (WNR) +\DeclareInputText{"0CF}{ } % 207 (WNR) + +\DeclareInputText{"0D0}{\~a} % 208 (WNR) +\DeclareInputText{"0D1}{\~{\i}} % 209 (WNR) +\DeclareInputText{"0D2}{\~u} % 210 (WNR) +\DeclareInputText{"0D3}{\~e} % 211 (WNR) +\DeclareInputText{"0D4}{\~o} % 212 (WNR) +\DeclareInputText{"0D5}{\u{e}} % 213 (WNR) +\DeclareInputText{"0D6}{\u{o}} % 214 (WNR) +\DeclareInputText{"0D7}{\b{l}} % 215 (CSX) +\DeclareInputText{"0D8}{ } % 216 (WNR) +\DeclareInputText{"0D9}{\.a} % 217 (WNR) +\DeclareInputText{"0DA}{\d{z}} % 218 (WNR) +\DeclareInputText{"0DB}{\v{S}} % 219 (WNR) +\DeclareInputText{"0DC}{\v{j}} % 220 (WNR) +\DeclareInputText{"0DD}{\d{Z}} % 221 (WNR) +\DeclareInputText{"0DE}{ } % 222 (WNR) +\DeclareInputText{"0DF}{\v{J}} % 223 (WNR) + +\DeclareInputText{"0E0}{\=a} % 224 (CSX) +\DeclareInputText{"0E1}{\ss{}} % 225 (WNR) +\DeclareInputText{"0E2}{\=A} % 226 (CSX) +\DeclareInputText{"0E3}{\={\i}} % 227 (CSX) +\DeclareInputText{"0E4}{\=I} % 228 (CSX) +\DeclareInputText{"0E5}{\=u} % 229 (CSX) +\DeclareInputText{"0E6}{\=U} % 230 (CSX) +\DeclareInputText{"0E7}{\d{r}} % 231 (CSX) +\DeclareInputText{"0E8}{\d{R}} % 232 (CSX) +\DeclareInputText{"0E9}{\diatop[\=|\d{r}]} % 233 (CSX) +\DeclareInputText{"0EA}{\diatop[\=|\d{R}]} % 234 (CSX) +\DeclareInputText{"0EB}{\d{l}} % 235 (CSX) +\DeclareInputText{"0EC}{\d{L}} % 236 (CSX) +\DeclareInputText{"0ED}{\diatop[\=|\d{l}]} % 237 (CSX) +\DeclareInputText{"0EE}{\diatop[\=|\d{L}]} % 238 (CSX) +\DeclareInputText{"0EF}{\.n} % 239 (CSX) + +\DeclareInputText{"0F0}{\.N} % 240 (CSX) +\DeclareInputText{"0F1}{\d{t}} % 241 (CSX) +\DeclareInputText{"0F2}{\d{T}} % 242 (CSX) +\DeclareInputText{"0F3}{\d{d}} % 243 (CSX) +\DeclareInputText{"0F4}{\d{D}} % 244 (CSX) +\DeclareInputText{"0F5}{\d{n}} % 245 (CSX) +\DeclareInputText{"0F6}{\d{N}} % 246 (CSX) +\DeclareInputText{"0F7}{\'s} % 247 (CSX) +\DeclareInputText{"0F8}{\'S} % 248 (CSX) +\DeclareInputText{"0F9}{\d{s}} % 249 (CSX) +\DeclareInputText{"0FA}{\d{S}} % 250 (CSX) +\DeclareInputText{"0FB}{ } % 251 (WNR) +\DeclareInputText{"0FC}{\d{m}} % 252 (CSX) +\DeclareInputText{"0FD}{\d{M}} % 253 (CSX) +\DeclareInputText{"0FE}{\d{h}} % 254 (CSX) +\DeclareInputText{"0FF}{\d{H}} % 255 (WNR) + +\endinput diff --git a/Master/texmf-dist/tex/latex/wnri-latex/wnri.sty b/Master/texmf-dist/tex/latex/wnri-latex/wnri.sty new file mode 100644 index 00000000000..83e5c795402 --- /dev/null +++ b/Master/texmf-dist/tex/latex/wnri-latex/wnri.sty @@ -0,0 +1,27 @@ +%% +%% This is file `wnri.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% wnri.dtx (with options: `package') +%% +%% This is a generated file in the wnri-latex package. +%% +%% Copyright (C) 1998, 2011 by Anshuman Pandey. +%% +%% The entire package is released under the GNU GPL, either version 2, or +%% (at your option) any later version. +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{wnri} + [2011/05/03 v1.0b + WNRI style package] +\renewcommand{\encodingdefault}{OT1} +\DeclareFontSubstitution{OT1}{wnr}{m}{n} +\renewcommand{\rmdefault}{wnr} +\renewcommand{\sfdefault}{wnss} +\renewcommand{\ttdefault}{wntt} +\endinput +%% +%% End of file `wnri.sty'. -- cgit v1.2.3