Questions tagged [tag]
The [tag] tag should be used to identify questions dealing with the use of the \tag sequence defined by amsmath; that is, the identifier used to label equations. See also [tags].
57 questions
2
votes
1
answer
55
views
Changeable parameter in equation tag
Is it possible to have a changeable parameter in the Tag of an equation?
Consider the following example:
\documentclass{article}
\usepackage{hyperref}
\usepackage{mathtools}
\begin{document}
\def\...
2
votes
1
answer
78
views
Tag and Cross reference for constrained optimization problem
I have a constrained optimization problem. I want a tag, such as Primal / Dual, on the left of the first line for the whole problem, which I can cross reference later. I also want the tags / ...
1
vote
1
answer
218
views
I want to create equation label aligned in the right side
3
It's my first time asking here... This site has been always a great helper on learning LaTeX :}
I chose to study LaTeX by copying random pages In Griffiths QM with Overleaf.
This is my third day, ...
4
votes
2
answers
174
views
I would like to have a subscript in the numeration of equations after the parentheses
I am writing a pretty extensive Latex article and I have many equations. I would like if, when repeating an equation, it would show up as (eq number)_r. I present an MWE
\documentclass[10pt, twoside]{...
0
votes
1
answer
121
views
List itemindent not working within the list environment while using \DocumentMetadata{testphase={phase-III}}
I have tried to create a list item using the \itemindent command, but it does not work within the list, when I am using \DocumentMetadata{testphase={phase-III}}. I also need to ensure accessibility. ...
0
votes
1
answer
91
views
Figure Alt text dialogue box will appear when mouse over the figures
I want to add alternative text (Alt-text) to have a dialogue box appear when hovering over the figures. Additionally, I need to ensure PDF accessibility tagging is implemented in this PDF. My MWE is ...
2
votes
1
answer
260
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). ...
0
votes
0
answers
43
views
How to fix the size of a table and keep the structure remains?
The purpose is to create a table as a template so I can build my price tags.
The table I've built using Tex is:
And the code is:
\documentclass{article}
\usepackage{multirow}
\usepackage{pdflscape} %...
1
vote
1
answer
394
views
\tag is not allowed in eqnarray
I used \tag{} in eqnarray. But is not permitted and have an error "! Package amsmath Error: \tag not allowed here". Is there a solution to this? Please do as necessary after checking.
0
votes
1
answer
126
views
Placing equation number on the left, tag on the right
I am using amsart class with default left equation numbering. I need to write an equation with number on the left and comment on the right as follows.
qwer = asdf1 by Lemma A
(1) = ...
1
vote
0
answers
121
views
Fix tag placement in align environment when locally switching from reqno to leqno
I have been using the solution in Tag placing with amsmath to turn on the leqno option locally for part of a document. However, when using the align environment from amsmath, this leads to spacing ...
2
votes
1
answer
382
views
How to use custom counter in an equation tag?
I am using custom counters for numbering examples and problems. The counters use chapter numbering followed by the problem number. For example, first problem in chapter 3 would be 3.1 and so on. In ...
1
vote
1
answer
126
views
Error missing } inserted with align*
EDIT: Given the comments I will rewrite my question from scratch and provide a solution for it. It can be useful for some people.
I get an error missing } inserted end{align*} if I use the following ...
0
votes
1
answer
146
views
When using the siam optimization class file, \tag is not working because of math mode - yet it's surrounded by dollar signs?
% SIAM Article Template
\documentclass[review,onefignum,onetabnum]{siamart220329}
%%% commands and packages
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{mathrsfs}
\...
0
votes
0
answers
102
views
Align and alignat environments with tags on both sides
This is a follow-up question of Equation with tags on both sides which tackles the equation environment. How do I make it work for align and alignat?
For reference, the solution for equation is https:/...