help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to translate LaTeX into UTF-8 in Elisp?


From: Carlos Konstanski
Subject: Re: How to translate LaTeX into UTF-8 in Elisp?
Date: Thu, 08 Dec 2016 11:21:21 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

This is not an answer to your question, but rather an alternative way to
use non-ASCII chars in a tex file:

\usepackage[german]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

(Replace "german" with the language of your choice)

Now you can simply type the actual character rather than using an escape
sequence.

Carlos

Marcin Borkowski <mbork@mbork.pl> writes:

> Hi all,
>
> I have a string with embedded sequences like "\'e" or "\H{o}".  The
> Emacs TeX input method knows how to convert them into "é" or "ő" (when
> typing, of course).  Is there a way to use that to perform similar
> conversions in a string?
>
> TIA,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]