mailing-list for TeXmacs Users

Text archives Help


[TeXmacs] bug with eqnarray labels and references?


Chronological Thread 
  • From: Kostas Oikonomou <address@hidden>
  • To: TeXmacs <address@hidden>
  • Subject: [TeXmacs] bug with eqnarray labels and references?
  • Date: Fri, 8 Sep 2017 08:58:47 -0400

In this simple document, the reference to eq:2 comes out as a reference to eq:1:

<TeXmacs|1.99.5>
<style|article>

<\body>
First formula
<\equation>
a=b.<label|eq:1>
</equation>
Eqnarray*:

<\eqnarray*>
<tformat|<table|<row|<cell|>|<cell|>|<cell|b=c>>|<row|<cell|>|<cell|>|<cell|d=e<label|eq:2><eq-number>>>>>
</eqnarray*>

So we need the solution of (<reference|eq:2>). Wrong reference!
</body>

<\initial>
<\collection>
<associate|font-base-size|11>
<associate|page-type|letter>
</collection>
</initial>

<\references>
<\collection>
<associate|eq:1|<tuple|1|?>>
<associate|eq:2|<tuple|1|?>>
</collection>
</references>



Archive powered by MHonArc 2.6.19.

Top of page