%%%%%%%%%%%%%%%%%%%%%%%%%%%%% hebtex.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Input this file somewhere at the beginning of an ArabTeX input file % using Hebrew and running under Plain TeX. % Klaus Lagally % 29.11.95 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % (c) Klaus Lagally % Institut fuer Informatik % Universitaet Stuttgart %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \message {Plain TeX Hebrew setup for ArabTeX} % define a default Hebrew font \ifx \hebfont \undefined \font \hebfont =dclassic % hopefully available, else replace: %\font \hebfont =jerusale % or some other, if you prefer this % or put \font \hebfont = some_font into your source file \fi \def \pheb {\hebfont } \input arabtex.tex % load the ArabTeX package \makeatletter \a@ident {hebtex.tex} {3.04 Plain TeX Hebrew driver for ArabTeX} {29.11.95} \makeatother \input hebtex.sty % load the Hebrew extension \input apatch.sty % load any patches \sethebrew \endinput %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% EOF %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%