From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: Converting German Umlauts to LaTeX
Date: Fri, 20 Apr 2007 11:01:03 -0400 [thread overview]
Message-ID: <jwvfy6v9jos.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: mailman.2295.1177063991.7795.help-gnu-emacs@gnu.org
> I write my LaTeX documents usually in emacs, that works very fine at my
> personal computer. Since I am german, I use the UTF-8 encoding. I load the
> package for UTF-8 encoding in TeX simply with /usepackage[utf-8]{inputenc},
> which really improves typing a lot (I am german, so I use frequently umlauts
> and the szlig).
> However, at the computer-terminals in our institute, they do not support
> UTF-8. LaTeX gives me an error-message, that [utf-8] is not supported
> by inputenc.
I also recommend you fix it on the TeX side, not in Emacs.
I.e. try "utf8" instead of "utf-8", or "utf8x" even (some names that I've
seen used in the past with inputenc), and if they really don't have utf-8
support in their TeX installation, then switch to latin-1, which I'm sure
they support.
> My idea was to convert the document into an UTF-8 free file. So that all
> occurences of umlauts will be converted into the LaTeX equivalent (e.g. ö to
> "o), and I could also compile the file on the debain-boxes at our instiute.
You can do that with the iso-cvt Emacs package. But beware that it's not
100% identical (e.g. doesn't work right in verbatim environments).
Stefan
next parent reply other threads:[~2007-04-20 15:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.2295.1177063991.7795.help-gnu-emacs@gnu.org>
2007-04-20 15:01 ` Stefan Monnier [this message]
2007-04-20 20:48 ` Converting German Umlauts to LaTeX Christian Herenz
2007-04-21 7:25 ` Daniel Rubin
2007-04-21 14:28 ` "Wilfred Zegwaard (privé)"
2007-04-21 17:16 ` Christian Herenz
2007-04-20 10:07 Christian Herenz
2007-04-20 10:25 ` Daniel Rubin
2007-04-20 10:48 ` Daniel Rubin
2007-04-20 14:32 ` Christian Herenz
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=jwvfy6v9jos.fsf-monnier+gnu.emacs.help@gnu.org \
--to=monnier@iro.umontreal.ca \
--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).