[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [odt] equation labels
From: |
Nick Dokos |
Subject: |
Re: [O] [odt] equation labels |
Date: |
Wed, 02 Nov 2011 09:38:20 -0400 |
Myles English <address@hidden> wrote:
>
> There is (git from a couple of days ago) a problem with referring to
> equations containing an underscore in the label, I am fairly sure it was
> allowed before, e.g.:
>
> #+LABEL: Equation:new_eq
> \begin{equation}
> x=\sqrt{b}
> \end{equation}
>
> Referring to an equation with an underscore: \ref{Equation:new_eq}
>
> I get a libreoffice popup:
>
> "Read Error. Format error discovered in the file in sub-document
> content.xmlat 2236,92(row,col)."
>
I can reproduce that and it may be a consequence of a change that
I introduced at the top level export engine about six months ago.
Let me take a look.
Nick