auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Problem with aspell and accents


From: Christophe FARGES
Subject: Re: [AUCTeX] Problem with aspell and accents
Date: Mon, 30 Jan 2006 15:59:21 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.7.12) Gecko/20050915

I found a solution to my problem. I just added the following lines to my latex preamble:
\usepackage[french]{babel}
\usepackage[latin1]{inputenc}
Then, I could use accents, and the dictionary worked perfectly.

A last problem I could solve is that aspell looks for words even in equations. For example, in this equation,
\begin{equation}
B_{wk}=2
\end{equation}

aspell says that "wk" is misspelled and proposes some words. How can I specify that spell check should not be done in equations, eqnarray, $$, etc. ?

Christophe

Hello everyone,

I don't know if my request is directly related with auctex, but I hope someone will be able to help me. I installed a french aspell dictionnary in xemacs and added the following lines to the xemacs init.el file:
(setq-default ispell-program-name "aspell")
(setq ispell-dictionary "francais")

It works and uses the correct dictionnary, but I've got problems with word with accents. For example, if I want to display this word in latex: "définir" (mean define), I have to type "d\'efinir". When I run aspell on xemacs, it doesn't see "d\'efinir" as a whole word. Aspell sees it as 2 words: "d" and "efinir".
How can I do to make it work?

Thanks!
Christophe


_______________________________________________
auctex mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/auctex







reply via email to

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