emacs-devel
[Top][All Lists]
Advanced

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

Re: problem with old hebrew latex files in iso 8859-8 coding


From: Stefan Monnier
Subject: Re: problem with old hebrew latex files in iso 8859-8 coding
Date: Thu, 18 Jul 2019 11:02:51 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> A friend of mine posses a lot of hebrew latex files which still use
> 8859-8 coding. Understandable he wants to switch to UTF8 and xelatex.
[...]
> \documentclass[11pt]{article}
> %\usepackage[8859-8]{inputenc}

How does his TeX system know that this file is using 8859-8?
Normally, the `inputenc` package above does that, but it's
commented out.

If you uncomment it, Emacs should also automatically recognize that the
file is using iso-8859-8 and display the file as intended.


        Stefan




reply via email to

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