You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With latex_show_pagerefs=True, the LaTeX writer adds page references to internal links, except to glossary links. I think it shouldn't add them to citations.
The text was updated successfully, but these errors were encountered:
In my short investigation:
LaTeX writer puts page reference to every reference node with no distinction citation or not.
To do that, we have to distinguish citations from reference nodes.
But there is not differences now.
So we have to mark what type is the reference (a.k.a refdomain and reftype).
With latex_show_pagerefs=True, the LaTeX writer adds page references to internal links, except to glossary links. I think it shouldn't add them to citations.
The text was updated successfully, but these errors were encountered: