Fonts & Character Sets ⇒ Installing LaTeX fonts on Ubuntu Maverick
Installing LaTeX fonts on Ubuntu Maverick
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
Installing LaTeX fonts on Ubuntu Maverick
Have you tried installing the latex-fonts-extra Ubuntu/Debian package?
Installing LaTeX fonts on Ubuntu Maverick
After Googling I guess the font manager for TexLive is called fontinst.
http://www.tug.org/applications/fontinst/
Typing: fontinst --help didn't return anything in the terminal but I did find a readme in:
/usr/share/doc/texlive-doc/fonts/fontinst
And the file intro98.pdf in:
/usr/share/doc/texlive-doc/fonts/fontinst/manual
Thanks
Installing LaTeX fonts on Ubuntu Maverick
1. Download the TDS-structured trees for the font packages from CTAN, e.g. fontname.tds.zip. Unzip it to your personal directory $TEXMFHOME (in my case, it is ~/texmf) or system directory, i.e.:
Code: Select all
unzip -d fontname.tds.zip ~/texmf/
Code: Select all
texhash ~/texmf/
Code: Select all
updmap -enable MAP=fontname.map
Map fontname.map
Done.
These steps would work for installing most of the latex fonts downloaded from CTAN into your TexLive system.
Keywords: latex, install fonts, ctan, ubuntu, texlive
Reference: https://www.tug.org/fonts/fontinstall-personal.html