Hi,
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:
--- This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6 Typesetting: ./master_project_outline.tex
Document Class: report 2005/09/16 v1.4f Standard LaTeX document clas
! 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.
Sincerely,
Kjell Are Refsvik Lillehammer, Norway
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.
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.
Hi,
I specify the use of utf-8 like this in the top of my document:
. . \usepackage [utf-8] {inputenc} . .
Best regards,
Kjell Are
On 11. sep. 2007, at 08.06, Allan Odgaard wrote:
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.
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Sweet lord. You are right. Thanks!
Kjell Are Norway
On 11. sep. 2007, at 17.50, Alain Matthes wrote:
Le 11 sept. 07 à 12:42, Kjell Are Refsvik a écrit :
Hi,
I specify the use of utf-8 like this in the top of my document:
. . \usepackage [utf-8] {inputenc}
ok it's a wrong way !
\usepackage[utf8]{inputenc} is one of the correct methodes
Regards Alain
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate