Hi,
The syntax for labeling math is
$$
1 + 1 = 2
$$ {#eq:math}
and the syntax for referencing is @eq:math. This works fine in a single section, but a reference to a equation in another section doesn't work. This can be seen from the urls where references work by appending the label to the section like http://localhost:8004/page1.html#eq:math, where page1 seems to be always the same section as the current one.
I am not sure if references to figures/tables have the same issues.
Hi,
The syntax for labeling math is
and the syntax for referencing is
@eq:math. This works fine in a single section, but a reference to a equation in another section doesn't work. This can be seen from the urls where references work by appending the label to the section likehttp://localhost:8004/page1.html#eq:math, wherepage1seems to be always the same section as the current one.I am not sure if references to figures/tables have the same issues.