blob: 8a55504e07bbbf35247e30479d8ba368a48afedb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
% Headers required for using the sonar gaon font.
% $Header: /home/users/masroor/TeX/sty/RCS/sgaon.sty,v 1.1 1996/02/01 03:26:04 masroor Exp $
% $Log: sgaon.sty,v $
% Revision 1.1 1996/02/01 03:26:04 masroor
% Initial revision
%
\newfont{\bnglr}{bng10rpn} % normal font
\newfont{\bngls}{bn100ipn} % slanted font
\newfont{\bnglc}{bn100rpn} % compressed font
\hyphenchar\bnglr=-1 % disable hyphenation using this font
\hyphenchar\bngls=-1 % disable hyphenation using this font
\hyphenchar\bnglc=-1 % disable hyphenation using this font
|