all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christian Herenz <herenz@physik.hu-berlin.de>
To: help-gnu-emacs@gnu.org
Subject: [Fwd: Re: Converting German Umlauts to LaTeX]
Date: Sat, 21 Apr 2007 11:45:31 +0200	[thread overview]
Message-ID: <4629DD3B.80103@physik.hu-berlin.de> (raw)

Daniel Rubin schrieb:

>> All above mentioned packages are not supported. However, I know that
>> they plan to switch to debian-etch soon. Do you know, if etch has UTF-8
>> support build in?
>> (sorry for OT)
>
> I don't know, but have you tried my first suggestion and provided
> LaTeX with your own copy of `utf8.def'?  I think that solved the
> problem for me once.
>
>
I now use Latin 9 encoding on both machines, having set emacs to save
the latex files automatically in Latin 9:
    (setq file-coding-system-alist
      (append
        '(("\\.tex\\'" iso-latin-9-unix . iso-latin-9-unix))
    ;    '(("\\.el\\'"  iso-latin-9-unix . iso-latin-9-unix))
        file-coding-system-alist))
(Thanks to Peter Dyballa).

This works perfect! UTF-8 is a great thing I think, but I always have
problems with it, because it is not yet the ultimate standard, which it
should become soon.
Greetings Christian

                 reply	other threads:[~2007-04-21  9:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

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

  git send-email \
    --in-reply-to=4629DD3B.80103@physik.hu-berlin.de \
    --to=herenz@physik.hu-berlin.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.