Date:Wed, 15 May 2002 20:15:51 +0300
Reply-To:Dekel Tsur <[log in to unmask]>
Sender:Hebrew TeX list <[log in to unmask]>
From:Dekel Tsur <[log in to unmask]>
Organization:Tel Aviv University
Subject:Re: Conflict between packages in elatex
In-Reply-To:<[log in to unmask]>; from Rama
Porrat on Wed, May 15, 2002 at 01:41:27PM +0300
Content-Type:text/plain; charset=us-ascii
On Wed, May 15, 2002 at 01:41:27PM +0300, Rama Porrat wrote:
> I am writing a book, mainly in French, but which
> contains a lot of Hebrew, so I
> use the package
>
> \usepackage[hebrew, french]{babel}
>
> I also need endnotes (not just footnotes) -- notes that are produced at
> the end of the book -- so I decided to use
>
> \usepackage{endnotes}
>
> which is supposed to do just that.
> But these two packages are in conflict one with another. When I try to
> compile the following minimal exemple
One solution is to add the following code to the preamble after loading
endnotes:
\makeatletter
\def\theendnote{\@@arabic\c@endnote}
\makeatother