TeX Live and MacTeXSome missing features in TeX Live (Fedora 10)

Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
Post Reply
User avatar
joe74
Posts: 15
Joined: Tue Mar 24, 2009 6:17 am

Some missing features in TeX Live (Fedora 10)

Post by joe74 »

I'm under heavy use of TeXlive. I did install Fedora 10 for TeX Live 2007 comes by default.

I use mostly for my reports Utopia font style. I did a updmap and I see Utopia is included, but my late documents log this error (missfont.log):

Code: Select all

mktextfm putr7t
mktextfm putb7t
My other alternative is Arial, so I tried to install by doing:

Code: Select all

$ sudo getnonfreefonts-sys -a
but the command was not found.

Might there be something missing in my installation? and if so... What could it be?

Thank you in advance for the help.
Last edited by joe74 on Tue May 19, 2009 12:04 am, edited 1 time in total.
joe74
http://latexlive.wordpress.com/
TeX Live 2009/TeXmaker
Powered by Debian Squeeze

Recommended reading 2024:

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

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

joe74
Posts: 15
Joined: Tue Mar 24, 2009 6:17 am

Re: Some missing features in TeX Live (Fedora 10)

Post by joe74 »

Well. I've had to use some alternatives for I had to solve this ASAP.

But still I need Arial font style for the final version of one of my documents.

Any ideas in how to solve this Arial issue in my installation?
joe74
http://latexlive.wordpress.com/
TeX Live 2009/TeXmaker
Powered by Debian Squeeze
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Some missing features in TeX Live (Fedora 10)

Post by Stefan Kottwitz »

Hi Joe,

you could try Helvetica:

Code: Select all

\usepackage[T1]{fontenc}
\usepackage[scaled]{helvet}
\renewcommand*\familydefault{\sfdefault}
Concerning similarity, history and differences of Arial and Helvetica have a look at
Stefan
LaTeX.org admin
User avatar
joe74
Posts: 15
Joined: Tue Mar 24, 2009 6:17 am

Re: Some missing features in TeX Live (Fedora 10)

Post by joe74 »

I got a similar set of commands. This you are showing me looks simple and easier, though. From the beginning I post in this category because I wanted to solve the global issue, but it's okay for I'm learning new things about LaTeX.

Thank you for the info Stefan.
joe74
http://latexlive.wordpress.com/
TeX Live 2009/TeXmaker
Powered by Debian Squeeze
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Some missing features in TeX Live (Fedora 10)

Post by Stefan Kottwitz »

joe74 wrote:I tried to install by doing:

Code: Select all

$ sudo getnonfreefonts-sys -a
but the command was not found.
On my TeX Live 2007 system (Ubuntu) getnonfreefonts-sys is contained in the texlive-base-bin package.

Stefan
LaTeX.org admin
User avatar
joe74
Posts: 15
Joined: Tue Mar 24, 2009 6:17 am

Re: Some missing features in TeX Live (Fedora 10)

Post by joe74 »

In fact there's no such package (texlive-base-bin) in TeXLive 2007 for Fedora OS :(
joe74
http://latexlive.wordpress.com/
TeX Live 2009/TeXmaker
Powered by Debian Squeeze
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: Some missing features in TeX Live (Fedora 10)

Post by Stefan Kottwitz »

If you can't find it in the TL 2007 packaging you could try TL 2008. I've used its network installer and there were no problems with the installation.

Stefan
LaTeX.org admin
Post Reply