Skip to main content

Questions tagged [eqref]

7 votes
2 answers
171 views

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 (...
John Pardon's user avatar
1 vote
1 answer
108 views

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 ...
Steven Thomas Hatton's user avatar
5 votes
1 answer
76 views

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{...
Explorer's user avatar
  • 9,423
1 vote
3 answers
185 views

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 ...
perturbed's user avatar
1 vote
1 answer
90 views

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 ...
myhsia's user avatar
  • 2,202
0 votes
1 answer
80 views

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 \...
joseph praful's user avatar
2 votes
1 answer
264 views

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). ...
Annan Vora's user avatar
1 vote
1 answer
111 views

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 ...
Luca Nunziante's user avatar
5 votes
1 answer
257 views

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 ...
Karl Berry's user avatar
  • 2,754