[TxMt] UTF-8.def not found...
Alain Matthes
alain.matthes at mac.com
Tue Sep 11 10:12:44 UTC 2007
Le 11 sept. 07 à 08:06, Allan Odgaard a écrit :
> On 10/09/2007, at 10:19, Kjell Are Refsvik wrote:
>
>> Just got a new machine and had to reinstall the file system and
>> all my apps, among those TextMate and the LaTex system (CTAN).
>>
>> Opening a previously made latex file and trying to compile it, I
>> get the following error message:
>>
>> ---
>> [...]
>> ! LaTeX Error: File `utf-8.def' not found.
>>
>> master_project_outline.log
>> ---
>>
>> Would appreciate it very much if someone could drop me a line and
>> tell me how to make TextMate aware of the utf-8.def file.
>
> How do you specify utf8 in the top of your document? iirc there has
> been two packages for this, where one is phased out now.
>
>
The more simple is to use :
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
and utf-8.def is not a part of inputenc package but it's utf8.def !!!
Allan's question is fine : how do you specify utf8 in the top of your
document?
like me (see below) or ..... ??
You can also see the template article !
Regards Alain
PS: what is your latex distribution (I hope for you that it's not
fink or darwinport mactex or gwtew are more accurate.
More information about the textmate
mailing list