all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* hiding/parsing sequences (LaTeX)
@ 2002-10-08 10:09 UDP
  2002-10-08 11:00 ` Brendan Halpin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: UDP @ 2002-10-08 10:09 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

(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 ø

How can I do this in Emacs ?


Regards,
Uffe Pedersen,
Stud. Cand. IT
Denmark

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hiding/parsing sequences (LaTeX)
  2002-10-08 10:09 hiding/parsing sequences (LaTeX) UDP
@ 2002-10-08 11:00 ` Brendan Halpin
  2002-10-08 13:47 ` Stefan Monnier <foo@acm.com>
  2002-10-09 22:19 ` hiding/parsing sequences (LaTeX) - Thank you ! UDP
  2 siblings, 0 replies; 4+ messages in thread
From: Brendan Halpin @ 2002-10-08 11:00 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

"UDP" <123@it-c.dk> writes:

> (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 ø

The LaTeX answer: 

\usepackage[latin1]{inputenc}

[-- Attachment #2: Type: text/plain, Size: 338 bytes --]


With this, LaTeX interprets the ø, and so on, appropriately. No
need for Emacs to translate.

Brendan
-- 
Brendan Halpin, Dept of Government and Society, Limerick University, Ireland
Tel: w +353-61-213147 f +353-61-202569 h +353-61-390476;  Room F2-025 x 3147
<mailto:brendan.halpin@ul.ie>        <http://wivenhoe.staff8.ul.ie/~brendan>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hiding/parsing sequences (LaTeX)
  2002-10-08 10:09 hiding/parsing sequences (LaTeX) UDP
  2002-10-08 11:00 ` Brendan Halpin
@ 2002-10-08 13:47 ` Stefan Monnier <foo@acm.com>
  2002-10-09 22:19 ` hiding/parsing sequences (LaTeX) - Thank you ! UDP
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier <foo@acm.com> @ 2002-10-08 13:47 UTC (permalink / raw)


> (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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: hiding/parsing sequences (LaTeX) - Thank you !
  2002-10-08 10:09 hiding/parsing sequences (LaTeX) UDP
  2002-10-08 11:00 ` Brendan Halpin
  2002-10-08 13:47 ` Stefan Monnier <foo@acm.com>
@ 2002-10-09 22:19 ` UDP
  2 siblings, 0 replies; 4+ messages in thread
From: UDP @ 2002-10-09 22:19 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 541 bytes --]

Hi Brendan and Stefan,

Thank you for the quick response and your good suggestions, It solved my
problem!

Uffe



"UDP" <123@it-c.dk> skrev i en meddelelse
news:anuam4$2t5r$1@news.cybercity.dk...
> (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 ø
>
> How can I do this in Emacs ?
>
>
> Regards,
> Uffe Pedersen,
> Stud. Cand. IT
> Denmark
>
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-10-09 22:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-08 10:09 hiding/parsing sequences (LaTeX) UDP
2002-10-08 11:00 ` Brendan Halpin
2002-10-08 13:47 ` Stefan Monnier <foo@acm.com>
2002-10-09 22:19 ` hiding/parsing sequences (LaTeX) - Thank you ! UDP

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.