diff options
author | Norbert Preining <preining@logic.at> | 2008-06-02 07:23:17 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-02 07:23:17 +0000 |
commit | 4fbe22dbe16acdadda5729f538da03fe4ee6a602 (patch) | |
tree | bbdad15dbf9e967d4f16fda4dedc4a5108c7fa75 /Master/texmf-dist/tex/latex/bangtex | |
parent | 131988c663300179c8116f38fe9116d6e8561d3f (diff) |
fix placement of bangfont.tex
git-svn-id: svn://tug.org/texlive/trunk@8471 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bangtex')
-rw-r--r-- | Master/texmf-dist/tex/latex/bangtex/bangfont.tex | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bangtex/bangfont.tex b/Master/texmf-dist/tex/latex/bangtex/bangfont.tex new file mode 100644 index 00000000000..ec3efb46a8a --- /dev/null +++ b/Master/texmf-dist/tex/latex/bangtex/bangfont.tex @@ -0,0 +1,123 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% This file is part of the package BANGTEX, containing Bangla fonts +%% and style files for the TeX/LaTeX typesetting systems +%% +%% Copyright (C) 2001, 2002 Palash Baran Pal +%% e-mail: pbpal@theory.saha.ernet.in internet: +%% internet: http://tnp.saha.ernet.in/~pbpal +%% Address: Saha Institute of Nuclear Physics +%% 1/AF Bidhan Nagar +%% Calcutta 700064, INDIA +%% +%% Original release: January 2001 +%% Latest modification released: January 2002 +%% +%% This program is free software; you can redistribute it and/or modify +%% it under the terms of the GNU General Public License as published by +%% the Free Software Foundation; either version 2 of the License, or +%% (at your option) any later version. +%% +%% This program is distributed in the hope that it will be useful, +%% but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +%% GNU General Public License for more details. +%% +%% You should have received a copy of the GNU General Public License +%% along with this program; if not, write to the Free Software +%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA +%% 02111-1307 USA +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% Defining the standard (normal, upright) bangla fonts +%% +\font\bngv=bang10 scaled 500 +\font\bngvi=bang10 scaled 600 +\font\bngvii=bang10 scaled 700 +\font\bngviii=bang10 scaled 800 +\font\bngix=bang10 scaled 900 +\font\bngx=bang10 +\font\bngxi=bang10 scaled 1100 +\font\bngxii=bang10 scaled 1200 +\font\bngxiv=bang10 scaled 1400 +\font\bngxviii=bang10 scaled 1800 +\font\bngxxii=bang10 scaled 2200 +\font\bngxxv=bang10 scaled 2500 +\font\bngxxx=bang10 scaled 3000 + +%% +%% Defining the slanted bangla fonts +%% +\font\bnsv=bangsl10 scaled 500 +\font\bnsvi=bangsl10 scaled 600 +\font\bnsvii=bangsl10 scaled 700 +\font\bnsviii=bangsl10 scaled 800 +\font\bnsix=bangsl10 scaled 900 +\font\bnsx=bangsl10 +\font\bnsxi=bangsl10 scaled 1100 +\font\bnsxii=bangsl10 scaled 1200 +\font\bnsxiv=bangsl10 scaled 1400 +\font\bnsxviii=bangsl10 scaled 1800 +\font\bnsxxii=bangsl10 scaled 2200 +\font\bnsxxv=bangsl10 scaled 2500 +\font\bnsxxx=bangsl10 scaled 3000 + +%% +%% Defining the wide bangla fonts +%% +\font\bnwv=bangwd10 scaled 500 +\font\bnwvi=bangwd10 scaled 600 +\font\bnwvii=bangwd10 scaled 700 +\font\bnwviii=bangwd10 scaled 800 +\font\bnwix=bangwd10 scaled 900 +\font\bnwx=bangwd10 +\font\bnwxi=bangwd10 scaled 1100 +\font\bnwxii=bangwd10 scaled 1200 +\font\bnwxiv=bangwd10 scaled 1400 +\font\bnwxviii=bangwd10 scaled 1800 +\font\bnwxxii=bangwd10 scaled 2200 +\font\bnwxxv=bangwd10 scaled 2500 +\font\bnwxxx=bangwd10 scaled 3000 + + +%% +%% Inhibiting linebreak within words +%% +\hyphenpenalty=10000 \pretolerance=-1 \tolerance=10000 + +%% +%% Defining the macro for e-kar, i-kar etc +%% +\def\*#1*#2{o\null{#2}{#1}} + +%% +%% Redefining some macros to make them consistent with bangla fonts +%% +\def\d#1{\oalign{\smash{#1}\crcr\hidewidth{$\!$\rm.}\hidewidth}} + + +%% +%% Page number in bangla +%% +%\footline{\hss\bngxi\folio\hss} +%\headline{\hfil} + +%% +%% Emulating the bold font +%% +\def\sh#1{\setbox0=\hbox{#1}% + \kern-.02em\copy0\kern-\wd0 + \kern.04em\copy0\kern-\wd0 + \kern-.02em\raise.0433em\box0 } + + +%% +%% Defining the bangla numerals for default in math mode +%% +%\textfont0=\bngx \scriptfont0=\bngvii \scriptscriptfont0=\bngv +%\textfont1=\bnsx \scriptfont1=\bnsvii \scriptscriptfont1=\bnsv +%\textfont2=\tensy \scriptfont2=\sevensy \scriptscriptfont2=\fivesy +%\textfont3=\tenex \scriptfont3=\tenex \scriptscriptfont3=\tenex +%\textfont4=\tenrm \scriptfont4=\sevenrm \scriptscriptfont4=\fiverm + |