[texhax] TexLive problem

Eurico de Sousa edesousa at bank-banque-canada.ca
Tue Aug 24 22:08:15 CEST 2010


Hi. I'm not sure if this is where I can ask my question.

I've installed TexLive 2009 on a Red Hat Enterprise Linux 4 server. It built successfully using configure, make and make install. However, when a client runs a Latex program, it gives the following:

 

~/testLatex:latex utf8test.tex

This is TeX, Version 3.14159 (Web2C 7.4.5)

(./utf8test.tex

LaTeX2e <2001/06/01>

Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n

ohyphenation, loaded.

(/usr/share/texmf/tex/latex/base/article.cls

Document Class: article 2001/04/21 v1.4e Standard LaTeX document class

(/usr/share/texmf/tex/latex/base/size11.clo))

(/usr/share/texmf/tex/latex/base/inputenc.sty

 

! LaTeX Error: File `utf8.def' not found.

 

I believe the make check also gave this utf8.def error. I have no idea what to do with this as I'm a sys admin and don't know anything about this product. I install TexLive under /usr/local/. There is a utf8.def file under /usr/local/2009/texmf-dist/tex/latex/base/utf8.def. Can you please tell me what's wrong or how we can fix this?

 

Thank you.

 

E. Sousa

Bank of Canada

 

 

[root at asd05547 testLatex]# more utf8test.tex

% Test Latex installation (utf8)

\documentclass[11pt]{article}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%These are for the UTF8 problem

\usepackage[utf8,latin1] {inputenc}

%\usepackage[utf8]{inputenc}

%\usepackage[latin1]{inputenc}

%\usepackage[T1]{fontenc}

%\usepackage[german]{babel}

 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\title{Test Latex installation  (utf8)\%

\thanks{The views expressed in this paper are those of the authors.

       No responsibility for them should be attributed to the

       Bank of Canada.}%

}

\author{P.D.G.\\

        {\normalsize\itshape

        Bank of Canada,}\\

        {\normalsize\itshape

        234 Wellington Street,

        Ottawa, Canada, K1A 0G9}\\

        {\normalsize\ttfamily

        wontwork at bank-banque-canada.ca}\\

        \mbox{}

}

\date{July, 2010}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\maketitle

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

 

These can be problems with this based on the charater encoding of the system

on which the file is edited.

 

This genetates text with umlautes (the UTF8 problem)

Umlaute ä ö ü

 

And now with inputencoding{utf8}

\inputencoding{utf8}

Umlaute ä ö ü

 

\end{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

====================================================================================

La version française suit le texte anglais.

------------------------------------------------------------------------------------

This email may contain privileged and/or confidential information, and the Bank of
Canada does not waive any related rights. Any distribution, use, or copying of this
email or the information it contains by other than the intended recipient is
unauthorized. If you received this email in error please delete it immediately from
your system and notify the sender promptly by email that you have done so. 

------------------------------------------------------------------------------------

Le présent courriel peut contenir de l'information privilégiée ou confidentielle.
La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute diffusion,
utilisation ou copie de ce courriel ou des renseignements qu'il contient par une
personne autre que le ou les destinataires désignés est interdite. Si vous recevez
ce courriel par erreur, veuillez le supprimer immédiatement et envoyer sans délai à
l'expéditeur un message électronique pour l'aviser que vous avez éliminé de votre
ordinateur toute copie du courriel reçu.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/texhax/attachments/20100824/c591febd/attachment.html>


More information about the texhax mailing list