unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: help-gnu-emacs@gnu.org
Subject: Re: latex files encoding
Date: Fri, 10 Aug 2007 20:05:00 +0200	[thread overview]
Message-ID: <v9odhf5kqb.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: pcozm0zznkk.fsf@shuttle.math.ntnu.no

On Fri, Aug 10 2007, Harald Hanche-Olsen wrote:

> + Alain Muls <alain.muls@telenet.be>:
>
> | I have numerous latex files I created using kile. The encoding is (I
> | think) sat to UTF-8 or UTF-16. 

Probably UTF-8.

> | Since I like auctex, reftex, etc I decided to return to emacs, an
> | editor I used until 2 years ago.
> |
> | Now I have a problem with the encoding of these files. As an example,
> | the ë (e diacritic ?) is shown as ï. How can I get emacs to respect
> | the encoding of the files.
>
> The hard way:  Type C-x C-m c  and specify utf-8 for the coding
> system, and immediately follow this by C-x C-f to find the file.
>
> The easy way:  Put a comment on the first line of your latex files:
> % -*- coding: utf-8; -*-

In Emacs 22, there is `latex-inputenc-coding-alist'.

,----[ <f1> v latex-inputenc-coding-alist RET ]
| latex-inputenc-coding-alist is a variable defined in `latexenc'.
| Its value is shown below.
| 
| Documentation:
| Mapping from LaTeX encodings in "inputenc.sty" to Emacs coding systems.
| LaTeX encodings are specified with "\usepackage[encoding]{inputenc}".
| Used by the function `latexenc-find-file-coding-system'.
| 
| You can customize this variable.
| 
| Value: 
| ([...]
|  ("latin1" . iso-8859-1)
|  [...]
|  ("utf8" . utf-8)
|  ("utf8x" . utf-8))
`----

>   (push '("[.]tex$" . utf-8) file-coding-system-alist)

(add-to-list 'file-coding-system-alist '("\\.tex\\'" . utf-8))

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

  parent reply	other threads:[~2007-08-10 18:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4601.1186739710.32220.help-gnu-emacs@gnu.org>
2007-08-10 10:33 ` latex files encoding Harald Hanche-Olsen
2007-08-10 16:03   ` Emilio Lopes
2007-08-10 18:05   ` Reiner Steib [this message]
2007-08-10 17:51 ` Ralf Angeli
2007-08-10  9:45 Alain Muls

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v9odhf5kqb.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).