blob: f8c31e6209c0b47588aeb91c3f4372f287a5faf5 (
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
25
26
27
28
29
|
%%
%% This is file `lfecmr.fd',
%%
%% A part of the Arabi package to be used with the Babel system
%% to write Arabic and/or Farsi
%%
%% Version 0.1a
%%
%%
\ProvidesFile{lfecmr.fd}
[2006/12/01 v0.1a LaTeX default Farsi font description
(test version: may change)]
\DeclareFontFamily{LFE}{cmr}{\hyphenchar\font=-1}%
\DeclareFontShape{LFE}{cmr}{m}{n}{<-> s*[1.25] nazli }{}
%%%%%%% Italicized shape
\DeclareFontShape{LFE}{cmr}{m}{it}{<-> ssub * nazli/m/n }{}
\DeclareFontShape{LFE}{cmr}{m}{sl}{<-> ssub * nazli/m/n }{}
\DeclareFontShape{LFE}{cmr}{m}{sc}{<-> ssub * nazli/m/n }{}
%%%%%%% Bold extended series
\DeclareFontShape{LFE}{cmr}{b}{n}{<-> s*[1.25] titr }{}
\DeclareFontShape{LFE}{cmr}{bx}{n}{<-> ssub * nazli/b/n }{}
%%%%%%% Bold extended (Italic) series
\DeclareFontShape{LFE}{cmr}{bx}{sl}{<-> ssub * nazli/b/n }{}
\DeclareFontShape{LFE}{cmr}{bx}{it}{<-> ssub * nazli/b/n }{}
\endinput
|