Fonts & Character Sets ⇒ Installing LaTeX fonts on Ubuntu Maverick
Installing LaTeX fonts on Ubuntu Maverick
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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