[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hiding/parsing sequences (LaTeX)
From: |
Stefan Monnier <address@hidden> |
Subject: |
Re: hiding/parsing sequences (LaTeX) |
Date: |
08 Oct 2002 09:47:17 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
> (I've just started using emacs, sorry if this is a stupid question)
> I'm using Emacs for writing LaTeX documents.
> I would like to enter ø (danish letter) in my text, and let
> emacs parse it as \o to LaTeX, but still show it in emacs as ø
You can try using the iso-cvt thingy (comes with Emacs). Or X-Symbol.
But the best bet I think is to really use ø in your LaTeX file
and teach LaTeX to understand it (typically with something like
\usepackage[latin1]{inputenc} if memory serves).
Stefan