1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2% hefonts2.sty
3% ArabTeX
4% load Hebrew fonts for NFSS2
5% 27.04.2003
6%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7% (c) Klaus Lagally and Bernd Raichle
8%     Institut fuer Formale Methoden der Informatik
9%     Universitaet Stuttgart
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12\a@ident {hefonts2.sty} {3.11 define Hebrew fonts for NFSS2} {27.04.2003}
13
14% NEW FONT SELECTION -- Version 2
15%\a@message {using NFSS2}
16
17\def \fdef #1#2#3#4{% define NFSS2 font command
18\pdef #1{\def \pheb {\fontencoding {U}\fontfamily {#2}%
19\fontseries {#3}\fontshape {#4}\selectfont }%
20\ifx \a@normalfont \a@default \gdef \a@normalfont {#1}\fi
21%\setarabfont \pheb \set@arabfont }%
22\setarabfont \pheb }%
23\all@wcmd #1}
24
25\def \hdef #1{\fdef #1{heb}}% define Hebrew font
26
27% commands for selecting the default Hebrew fonts:
28
29\hdef \sethebrm  {m}{n}
30\hdef \sethebbf {bx}{n}
31
32%\let \hc \sethebrm	\all@wcmd \hc
33%\let \hp \sethebbf	\all@wcmd \hp
34
35\hdef \hc {m}{n}
36\hdef \hp {bx}{n}
37
38% commands for selecting the standard Hebrew fonts from CTAN:
39
40\hdef \Jm {m}{Jm}
41\hdef \jm {m}{jm}
42\hdef \ds {m}{ds}
43\hdef \oj {m}{oj}
44\hdef \ta {m}{ta}
45
46% commands for selecting the Shalom family of Hebrew fonts from CTAN:
47
48\hdef \shlmold {m}{so}
49\hdef \shlmscr {m}{sr}
50\hdef \shlmstk {m}{sk}
51
52% commands for selecting the Frank Ruehl family of Hebrew fonts from CTAN:
53
54\hdef \fr    {m}{fr}
55\hdef \frbx {bx}{fr}
56\hdef \frsl {sl}{fr}
57
58% commands for selecting the Carmel family of Hebrew fonts from CTAN:
59
60\hdef \crml    {m}{crml}
61\hdef \crmlsl {sl}{crml}
62
63% All other definitions are done in file `Uheb.fd', which is
64% loaded on demand.
65
66%\def \a@defaultfont {\hc }
67\hc
68
69\endinput
70%%%%%%%%%%%%%%%%%%%%%%%%%%% EOF %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
71
72
73