all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [Fwd: Re: Converting German Umlauts to LaTeX]
@ 2007-04-21  9:45 Christian Herenz
  0 siblings, 0 replies; only message in thread
From: Christian Herenz @ 2007-04-21  9:45 UTC (permalink / raw)
  To: help-gnu-emacs

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-04-21  9:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-21  9:45 [Fwd: Re: Converting German Umlauts to LaTeX] Christian Herenz

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.