blob: 543a2cdb35d1660d0215d704c1ae2919d485c684 (
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
30
31
|
%%
%% This is file `laecmr.fd',
%%
%% A part of the Arabi package to be used with the Babel system
%% to write Arabic and/or Farsi
%%
%% Version 0.1
%%
%%
\ProvidesFile{laecmr.fd}
[2006/01/01 v0.1 LaTeX Arabic default font description
(test version: may change)]
\DeclareFontFamily{LAE}{cmr}{\hyphenchar\font=-1}%
\DeclareFontShape{LAE}{cmr}{m}{n}{<-> s*[1.25] aealmohanadb }{}
%%%%%%% Italicized shape
\DeclareFontShape{LAE}{cmr}{m}{it}{<-> s*[1.25] aedimnah }{}
\DeclareFontShape{LAE}{cmr}{m}{sl}{<-> ssub * cmr/m/it }{}
\DeclareFontShape{LAE}{cmr}{m}{sc}{<-> s*[1.25] aenada }{}
%%%%%%% Bold extended series
\DeclareFontShape{LAE}{cmr}{b}{n}{<-> s*[1.25] aealmateen }{}
\DeclareFontShape{LAE}{cmr}{bx}{n}{<-> ssub * cmr/b/n }{}
%%%%%%% Bold extended (Italic) series
\DeclareFontShape{LAE}{cmr}{bx}{sl}{<-> ssub * cmr/b/n }{}
\DeclareFontShape{LAE}{cmr}{bx}{it}{<-> ssub * cmr/b/n }{}
\endinput
|