Questions tagged [eqref]
The eqref tag has no summary.
9 questions
7
votes
2
answers
171
views
Bizarre interaction between `microtype` package and \eqref macro
I would have thought that if I declare \let\stdeqref\eqref, then the \stdeqref macro and the \eqref macro would be interchangeable. But here is an example where it fails! Moreover, this failure is (...
1
vote
1
answer
108
views
Can tagged labels be created outside
Is there a way to get tagged labels to reference \item entries or other inline entities?
Alternatively, is there a way to get display math environments to act like inline content?
The following shows ...
5
votes
1
answer
76
views
appendix equation's hyperlink error with `cas-sc` documentclass only in TL2025?
Description:
I found the following MWE with documentclass cas-sc:
\documentclass{cas-sc}
\begin{document}
\section{Introduction}
In the physics...
\section{Section}
In the main text formula:
\begin{...
1
vote
3
answers
185
views
Is there a way to automate adding the "Chapter" or "Figure" label when using \ref, similar to how \eqref automatically adds brackets?
I would like to define commands like \eqref for referencing chapters, figures, theorems and so on.
Instead of having to write "In Chapter \ref{ch1}, we discuss...", I could write something ...
1
vote
1
answer
90
views
How to add brackets to the command \eqref{#1} with the package refstyle?
Just like the following MWE, I'd like to use the refstyle package to create a series of commands like \eqref{#1} and \Eqref{#1}. However I found that I couldn't add brackets to the commands. How can I ...
0
votes
1
answer
80
views
Adding equation name along with equation number
I want to include an additional text (say the equation name), along with the equation number. The equation name is to be displayed only at the place where the equation is displaced, i.e. when I use \...
2
votes
1
answer
264
views
Cross-referencing not working with \tag and \label together
I wrote two equations, both having labels and tags so that I can display them in my format as well as reference them later. However, while clicking on (1.1) or (1.2), both lead to the Equation (1.1). ...
1
vote
1
answer
111
views
Command eqref links to incorrect equation but shows correct numbering [duplicate]
I am trying to reference to an element inside an align environment inside a subequations environment. The reference number using is shown correctly by the
eqref command, but when clicked points to the ...
5
votes
1
answer
257
views
loading unicode-math then refstyle incompatible with current latex?
With current LaTeX, it seems the refstyle package (mtime in TL: Nov 2010) cannot be loaded after unicode-math (mtime: Jan 2020), with either xelatex or lualatex. I get ! Argument of \eqref has an ...