GNU bug report logs - #77381
[PATCH] extend tex--prettify-symbols-alist

Previous Next

Package: emacs;

Reported by: "Paul D. Nelson" <ultrono <at> gmail.com>

Date: Sun, 30 Mar 2025 11:42:02 UTC

Severity: normal

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Arash Esbati <arash <at> gnu.org>
To: "Paul D. Nelson" <ultrono <at> gmail.com>
Cc: 77381 <at> debbugs.gnu.org
Subject: bug#77381: [PATCH] extend tex--prettify-symbols-alist
Date: Mon, 31 Mar 2025 23:09:14 +0200
"Paul D. Nelson" <ultrono <at> gmail.com> writes:

> Thanks for your feedback concerning the accented characters --
> I had no idea one could do this in "modern" (La)TeX.

This was possible with LaTeX basically since forever, you need something
this in your preamble:

\usepackage[utf8]{inputenc}
\usepackage{lmodern}% or any other font
\usepackage[T1]{fontenc}

Since April 2018, you can drop the inputenc thing.  The other challenge
was to find a font which covers the characters you need, and then assign
the correct encoding to it via fontenc.  With the advent of XeTeX and
LuaTeX, you can drop the fontenc part as well.

Otherwise your patch LGTM.

Best, Arash




This bug report was last modified 48 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.