blob: 1d879504aa134fb449b97bfe9fed77b2afa6c07c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
% oriya.sty -- set up Oriya fonts for LaTeX2e
% Copyright 1996 Jeroen Hellingman
\ProvidesFile{oriya.sty}[1996/11/21 declare Oriya fonts]
\DeclareFontEncoding{OR1}{}{}
\DeclareFontSubstitution{OR1}{konark}{m}{n}
\def\ORkon{\fontencoding{OR1}\fontfamily{konark}\selectfont}
\def\ORcut{\fontencoding{OR1}\fontfamily{cuttack}\selectfont}
\newcommand{\orcirc}{\char0}
\DeclareRobustCommand\orx{%
\usefont{OR1}{konark}{m}{n}%
\tolerance=10000\pretolerance=10000%
\emergencystretch=.2\hsize%
\linespread{1.25}\selectfont%
}
\DeclareRobustCommand{\oSp}[1]{\usefont{OR1}{konarkx}{m}{n}\selectfont{#1}}%
\input orcode
\endinput
|