Append text to equation tags Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Placing equation number on left with reqno option in amsart document classEquation tags in lining numeralsTemporarily undefining a “starred” commandLyx handling of beginalign and duplicate tag with amsmath?Left aligning equations without align characterDoes amsmath treat double dollars and `[' `]' delimiters differently?Latex equation tagsReference equations with eqref while using different tag forms throughout documentWhy are tags missing in alignment sublevels?Manual Tag without amsmath
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
What makes black pepper strong or mild?
How can I make names more distinctive without making them longer?
Why did the IBM 650 use bi-quinary?
What does “buco del culo” mean here?
How can players work together to take actions that are otherwise impossible?
Why is black pepper both grey and black?
How to motivate offshore teams and trust them to deliver?
When is phishing education going too far?
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
Did Xerox really develop the first LAN?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
What LEGO pieces have "real-world" functionality?
How to recreate this effect in Photoshop?
Why are there no cargo aircraft with "flying wing" design?
3 doors, three guards, one stone
Why does Python start at index 1 when iterating an array backwards?
Are my PIs rude or am I just being too sensitive?
WAN encapsulation
How was the dust limit of 546 satoshis was chosen? Why not 550 satoshis?
When -s is used with third person singular. What's its use in this context?
ListPlot join points by nearest neighbor rather than order
If Jon Snow became King of the Seven Kingdoms what would his regnal number be?
How to deal with a team lead who never gives me credit?
Append text to equation tags
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Placing equation number on left with reqno option in amsart document classEquation tags in lining numeralsTemporarily undefining a “starred” commandLyx handling of beginalign and duplicate tag with amsmath?Left aligning equations without align characterDoes amsmath treat double dollars and `[' `]' delimiters differently?Latex equation tagsReference equations with eqref while using different tag forms throughout documentWhy are tags missing in alignment sublevels?Manual Tag without amsmath
I want to append the current section to equation tags, even if I use the tag command to override it. I would guess this entails creating some custom command like appendtag.
I know I can use numberwithinequationsection to add the section number to the tags. I actually userenewcommandtheequationarabicsection--arabicequation, because I prefer a dash over the dot.
However, if I use the tag command, I override the whole tag (as in equation (Ex) below). What I wish to do is just append some text, so that the equation tag reads (1-Ex).
documentclassarticle
usepackageamsmath
renewcommandtheequationarabicsection--arabicequation
begindocument
sectionFirst
We have an untagged equation like
beginequation
y = Xbeta + varepsilon,
endequation
with a second untagged equation like
beginequation
E(varepsilon_i | X) = 0. tagEx
endequation
enddocument

amsmath tags
add a comment |
I want to append the current section to equation tags, even if I use the tag command to override it. I would guess this entails creating some custom command like appendtag.
I know I can use numberwithinequationsection to add the section number to the tags. I actually userenewcommandtheequationarabicsection--arabicequation, because I prefer a dash over the dot.
However, if I use the tag command, I override the whole tag (as in equation (Ex) below). What I wish to do is just append some text, so that the equation tag reads (1-Ex).
documentclassarticle
usepackageamsmath
renewcommandtheequationarabicsection--arabicequation
begindocument
sectionFirst
We have an untagged equation like
beginequation
y = Xbeta + varepsilon,
endequation
with a second untagged equation like
beginequation
E(varepsilon_i | X) = 0. tagEx
endequation
enddocument

amsmath tags
add a comment |
I want to append the current section to equation tags, even if I use the tag command to override it. I would guess this entails creating some custom command like appendtag.
I know I can use numberwithinequationsection to add the section number to the tags. I actually userenewcommandtheequationarabicsection--arabicequation, because I prefer a dash over the dot.
However, if I use the tag command, I override the whole tag (as in equation (Ex) below). What I wish to do is just append some text, so that the equation tag reads (1-Ex).
documentclassarticle
usepackageamsmath
renewcommandtheequationarabicsection--arabicequation
begindocument
sectionFirst
We have an untagged equation like
beginequation
y = Xbeta + varepsilon,
endequation
with a second untagged equation like
beginequation
E(varepsilon_i | X) = 0. tagEx
endequation
enddocument

amsmath tags
I want to append the current section to equation tags, even if I use the tag command to override it. I would guess this entails creating some custom command like appendtag.
I know I can use numberwithinequationsection to add the section number to the tags. I actually userenewcommandtheequationarabicsection--arabicequation, because I prefer a dash over the dot.
However, if I use the tag command, I override the whole tag (as in equation (Ex) below). What I wish to do is just append some text, so that the equation tag reads (1-Ex).
documentclassarticle
usepackageamsmath
renewcommandtheequationarabicsection--arabicequation
begindocument
sectionFirst
We have an untagged equation like
beginequation
y = Xbeta + varepsilon,
endequation
with a second untagged equation like
beginequation
E(varepsilon_i | X) = 0. tagEx
endequation
enddocument

amsmath tags
amsmath tags
asked 2 mins ago
han-tyumihan-tyumi
801713
801713
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485051%2fappend-text-to-equation-tags%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485051%2fappend-text-to-equation-tags%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown