Fonts & Character SetsOld style fonts

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Old style fonts

Post by localghost »

frabjous wrote:[...] Open a console and type in:

sudo getnonfreefonts -a

That should install it, and some others. [...]
It's better to install these fonts for the whole system.

Code: Select all

sudo getnonfreefonts-sys -a

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

melekzedek
Posts: 34
Joined: Sat Aug 08, 2009 1:05 pm

Old style fonts

Post by melekzedek »

Thanks for the info on
sudo getnonfreefonts-sys -a
At first I couldn't make the installation, since there was some problem with the file
/usr/bin/getnonfreefonts
in Ubuntu 9.04.

The line where it read
my $TL_version='2007';
should be changed to
my $TL_version='2009';
Even after making this, something isn't properly working, since I receive the following message
--2009-09-15 13:44:33-- ftp://tug.org/tex/getnonfreefonts/getfont2009
=> `getfont2009'
Resolving tug.org... 130.225.2.178
Connecting to tug.org|130.225.2.178|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /tex/getnonfreefonts ... done.
==> SIZE getfont2009 ... 18916
==> PASV ... couldn't connect to 130.225.2.178 port 55409: No route to host
Can't open perl script "./getfont2009": No such file or directory

texhash: Updating /usr/local/share/texmf/ls-R...
texhash: Done.

Updating map files (updmap-sys)... [done]
Does anyone had the same problem?
Using Ubuntu 13.10 under the hood and LaTeXing via Vim-LaTeX
ウンベルト
phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: Old style fonts

Post by phi »

It seems that you are mixing the script from TeX Live 2007 (included in Ubuntu) with the unreleased TeX Live 2009 distribution. getnonfreefonts form TeX Live 2009 works fine for me. Make sure that you have uninstalled TeX Live 2007 before installing TeX Live 2009.
melekzedek
Posts: 34
Joined: Sat Aug 08, 2009 1:05 pm

Old style fonts

Post by melekzedek »

I was just following the tips of

https://bugs.launchpad.net/ubuntu/+sour ... bug/394780, but in my case it doesn't work also. Well, I think I will wait for Ubuntu 9.10 and see if this problem was fixed.
Using Ubuntu 13.10 under the hood and LaTeXing via Vim-LaTeX
ウンベルト
phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: Old style fonts

Post by phi »

I don't think the patch posted in the bug report is fine. Ubuntu comes with TeX Live 2007, and it is very likely that something breaks if only one script is edited to use files from the (still unreleased!) 2009 version. OTOH, I have no idea whether TeX Live 2009 will make it to the Ubuntu repositories. Perhaps it's easier to uninstall TeX Live 2007 and install TeX Live 2008 or 2009 manually.
Post Reply