Fonts & Character Sets ⇒ Using Rupee Font In Latex
Using Rupee Font In Latex
How can we use the latest rupee symbol in LaTeX. It will be very useful as everyone is trying to use it which is evident at http://www.blog.foradian.com .
If the instruction is provided we can post it over there so that everyone can start using it.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Using Rupee Font In Latex
Code: Select all
\documentclass{article}\usepackage{fontspec}\setmainfont{Rupee Foradian}\newcommand{\rupee}{\textasciigrave}\begin{document}\rupee\end{document}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Using Rupee Font In Latex
Until somebody comes up with an appropriate package like eurosym, you could use a workaround in form of the symbol as small graphic. A cropped EPS file that I got from the website you mentioned together with a converted PDF is attached.
[1] Slashdot Your Rights Online: India's New Rupee Symbol Won't Show On Computers
[2] India's new Rupee symbol won't show soon on computers | ITworld
- Attachments
-
- rupee.zip
- The new Indian Rupee symbol in EPS and PDF format.
- (5.71 KiB) Downloaded 601 times
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Using Rupee Font In Latex
How can we initiate the process of creating a package for rupee symbol in Latex like how eurosym is implemented so that everyone can start using the symbol right away.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Using Rupee Font In Latex
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Using Rupee Font In Latex
There is a small typo in the package code so that it identifies itself as »tfupee«. This will cause a warning but should not affect its functionality in general.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Using Rupee Font In Latex
After installing the tfrupee package, I used \rupee to get the symbol, however the output shows '--' instead of the symbol.
I checked the document properties of the dvi file, it showed
tfrupee >>>Not loadable-double click to see details, I dbl click and a dialog box poped up with the msg, Attempted an unsupported operation.
My code is
Code: Select all
\documentclass{article}\usepackage{tfrupee}\begin{document}the new rupee symbol \rupee\end{document}
Please assist,
Regards,
metric
-
- Posts: 1
- Joined: Mon May 02, 2011 7:28 am
Using Rupee Font In Latex
- Download the tfrupee package available at CTAN. It's a 1.5MB zip file named tfrupee.zip.
- Run the following to install tfrupee.
Code: Select all
unzip tfrupee.zipcd tfrupee/sudo cp -rv fonts/type1/tfrupee/ /usr/share/texmf/fonts/type1/sudo cp -rv fonts/afm/tfrupee/ /usr/share/texmf/fonts/afm/sudo cp -rv fonts/tfm/tfrupee/ /usr/share/texmf/fonts/tfm/sudo cp -rv fonts/map/dvips/tfrupee/ /usr/share/texmf/fonts/map/dvips/sudo cp -rv fonts/source/tfrupee/ /usr/share/texmf/fonts/source/sudo cp -rv tex/latex/tfrupee/ /usr/share/texmf/tex/latex/sudo texhashsudo updmap-sys --enable Map=tfrupee.map - Test it with this simple tex file.
Code: Select all
Code, edit and compile here:\documentclass[12pt]{article}\usepackage{tfrupee}\begin{document}\rupee~7,000\end{document}
With pdflatex, or latex/dvips, you shouldn't see any messages from tex about inability to create bitmap fonts for tfrupee.