I am testing the examples in the examples directory, and I notice that the equation number in latex example (eqno-latex.adoc) does not seem to produce the expected result after running asciidoctor-latex -b html5 eqno-latex.adoc. I notice two differences.
The equation number in the rendered equations are absent. It renders to an equation followed by a pair of paren () with no number inside. In HTML source:
The reference at the bottom of the file is rendered Note: In equation equation we defined a matrix. In HTML source:
<p>Note: In <span class='xref'><a href=#eq-matrix>equation equation</a></span> we defined a matrix.</p>
P.S. This is with respect to 1.5.0.17.dev installed from gem install asciidoctor-latex --pre, as instructed in https://github.com/asciidoctor/asciidoctor-latex#31-from-rubygems. I see the same behavior in both Chrome and Safari. Since I am very new to Ruby, I have not been able to test against the latest development version in GitHub yet. (Am I expected to not use the version on RubyGems.org?) Thanks!
I am testing the examples in the
examples
directory, and I notice that the equation number in latex example (eqno-latex.adoc) does not seem to produce the expected result after runningasciidoctor-latex -b html5 eqno-latex.adoc
. I notice two differences.The equation number in the rendered equations are absent. It renders to an equation followed by a pair of paren
()
with no number inside. In HTML source:The reference at the bottom of the file is rendered
Note: In equation equation we defined a matrix.
In HTML source:P.S. This is with respect to 1.5.0.17.dev installed from
gem install asciidoctor-latex --pre
, as instructed in https://github.com/asciidoctor/asciidoctor-latex#31-from-rubygems. I see the same behavior in both Chrome and Safari. Since I am very new to Ruby, I have not been able to test against the latest development version in GitHub yet. (Am I expected to not use the version on RubyGems.org?) Thanks!