diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/tfrupee/tfrupee.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/tfrupee/tfrupee.sty | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/tfrupee/tfrupee.sty b/Master/texmf-dist/tex/latex/tfrupee/tfrupee.sty new file mode 100644 index 00000000000..6c86e0a1abf --- /dev/null +++ b/Master/texmf-dist/tex/latex/tfrupee/tfrupee.sty @@ -0,0 +1,13 @@ +\ProvidesPackage{tfupee}[2010/07/30 LaTeX Support for the TechFat +Rupee symbols by TechFat +(http://techfat.blogspot.com/2010/07/new-open-source-india-rupee-font.html). +Adapted for use with TeX by Palle Jorgensen, hamselv(a)pallej.dk] + +\DeclareFontFamily{U}{tfrupee}{} +\DeclareFontShape{U}{tfrupee}{m}{n}{<->tfrupee}{} +\def\rupeefont{\usefont{U}{tfrupee}{m}{n}} +\def\rupee{{\usefont{U}{tfrupee}{m}{n}\char124}} + +\endinput + + |