showlabels problems with subequations











up vote
3
down vote

favorite












I would like to resume the post on the usepackage{showlabels} for a moment



working on some things, I found this code very handy, but I saw that when I activate the usepackage{showlabels}, from these problems. what could it be?



documentclass[a4paper,10pt]{article}

usepackage{amsmath}
usepackage{empheq}
usepackage{showlabels} %%<------

begin{document}
We refer to the subequation eqref{eq079.1} end eqref{eq079.2} and the whole equation (ref{eq:all}).
begin{subequations}
label{eq:all}
begin{empheq}[left={empheqlbrace,}]{align}
&rho = rho+quad text{con}quad tilde{rho}llrho_{0} label{eq079.1}
\ nonumber \
&p = p_{0} + tilde{p} quad text{con}quad p_{_{0}} = cdotsquad text{e}quad tilde{p}ll p_{0}label{eq079.2}
end{empheq}
end{subequations}

end{document}


enter image description here










share|improve this question




















  • 1




    Interesting, apparently something about the interaction between showlabels and empheq has changed since 2014. This answer, which worked back then, now suffers from the same problem.
    – Circumscribe
    Nov 20 at 18:38






  • 1




    With TeX Live 2015 the output is correct, it starts to be mangled with TeX Live 2016 on.
    – egreg
    Nov 20 at 18:46










  • @egreg therefore, it does not have a solution, but it is a problem between the two packages.
    – Antonio
    Nov 20 at 19:05










  • A change to showlabels for enhancing compatibility with amsmath results in the label printed twice, one without the shift due to empheqlbrace, and one with. Indeed, if you remove the left= option, you'll not see the issue, because the double labels overprint each other. I can't see a workaround, sorry. Both showlabels and empheq hook in maketag@@@ and conflict arises.
    – egreg
    Nov 20 at 21:31

















up vote
3
down vote

favorite












I would like to resume the post on the usepackage{showlabels} for a moment



working on some things, I found this code very handy, but I saw that when I activate the usepackage{showlabels}, from these problems. what could it be?



documentclass[a4paper,10pt]{article}

usepackage{amsmath}
usepackage{empheq}
usepackage{showlabels} %%<------

begin{document}
We refer to the subequation eqref{eq079.1} end eqref{eq079.2} and the whole equation (ref{eq:all}).
begin{subequations}
label{eq:all}
begin{empheq}[left={empheqlbrace,}]{align}
&rho = rho+quad text{con}quad tilde{rho}llrho_{0} label{eq079.1}
\ nonumber \
&p = p_{0} + tilde{p} quad text{con}quad p_{_{0}} = cdotsquad text{e}quad tilde{p}ll p_{0}label{eq079.2}
end{empheq}
end{subequations}

end{document}


enter image description here










share|improve this question




















  • 1




    Interesting, apparently something about the interaction between showlabels and empheq has changed since 2014. This answer, which worked back then, now suffers from the same problem.
    – Circumscribe
    Nov 20 at 18:38






  • 1




    With TeX Live 2015 the output is correct, it starts to be mangled with TeX Live 2016 on.
    – egreg
    Nov 20 at 18:46










  • @egreg therefore, it does not have a solution, but it is a problem between the two packages.
    – Antonio
    Nov 20 at 19:05










  • A change to showlabels for enhancing compatibility with amsmath results in the label printed twice, one without the shift due to empheqlbrace, and one with. Indeed, if you remove the left= option, you'll not see the issue, because the double labels overprint each other. I can't see a workaround, sorry. Both showlabels and empheq hook in maketag@@@ and conflict arises.
    – egreg
    Nov 20 at 21:31















up vote
3
down vote

favorite









up vote
3
down vote

favorite











I would like to resume the post on the usepackage{showlabels} for a moment



working on some things, I found this code very handy, but I saw that when I activate the usepackage{showlabels}, from these problems. what could it be?



documentclass[a4paper,10pt]{article}

usepackage{amsmath}
usepackage{empheq}
usepackage{showlabels} %%<------

begin{document}
We refer to the subequation eqref{eq079.1} end eqref{eq079.2} and the whole equation (ref{eq:all}).
begin{subequations}
label{eq:all}
begin{empheq}[left={empheqlbrace,}]{align}
&rho = rho+quad text{con}quad tilde{rho}llrho_{0} label{eq079.1}
\ nonumber \
&p = p_{0} + tilde{p} quad text{con}quad p_{_{0}} = cdotsquad text{e}quad tilde{p}ll p_{0}label{eq079.2}
end{empheq}
end{subequations}

end{document}


enter image description here










share|improve this question















I would like to resume the post on the usepackage{showlabels} for a moment



working on some things, I found this code very handy, but I saw that when I activate the usepackage{showlabels}, from these problems. what could it be?



documentclass[a4paper,10pt]{article}

usepackage{amsmath}
usepackage{empheq}
usepackage{showlabels} %%<------

begin{document}
We refer to the subequation eqref{eq079.1} end eqref{eq079.2} and the whole equation (ref{eq:all}).
begin{subequations}
label{eq:all}
begin{empheq}[left={empheqlbrace,}]{align}
&rho = rho+quad text{con}quad tilde{rho}llrho_{0} label{eq079.1}
\ nonumber \
&p = p_{0} + tilde{p} quad text{con}quad p_{_{0}} = cdotsquad text{e}quad tilde{p}ll p_{0}label{eq079.2}
end{empheq}
end{subequations}

end{document}


enter image description here







numbering labels subequations showlabels






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 20 at 19:02

























asked Nov 20 at 18:05









Antonio

13611




13611








  • 1




    Interesting, apparently something about the interaction between showlabels and empheq has changed since 2014. This answer, which worked back then, now suffers from the same problem.
    – Circumscribe
    Nov 20 at 18:38






  • 1




    With TeX Live 2015 the output is correct, it starts to be mangled with TeX Live 2016 on.
    – egreg
    Nov 20 at 18:46










  • @egreg therefore, it does not have a solution, but it is a problem between the two packages.
    – Antonio
    Nov 20 at 19:05










  • A change to showlabels for enhancing compatibility with amsmath results in the label printed twice, one without the shift due to empheqlbrace, and one with. Indeed, if you remove the left= option, you'll not see the issue, because the double labels overprint each other. I can't see a workaround, sorry. Both showlabels and empheq hook in maketag@@@ and conflict arises.
    – egreg
    Nov 20 at 21:31
















  • 1




    Interesting, apparently something about the interaction between showlabels and empheq has changed since 2014. This answer, which worked back then, now suffers from the same problem.
    – Circumscribe
    Nov 20 at 18:38






  • 1




    With TeX Live 2015 the output is correct, it starts to be mangled with TeX Live 2016 on.
    – egreg
    Nov 20 at 18:46










  • @egreg therefore, it does not have a solution, but it is a problem between the two packages.
    – Antonio
    Nov 20 at 19:05










  • A change to showlabels for enhancing compatibility with amsmath results in the label printed twice, one without the shift due to empheqlbrace, and one with. Indeed, if you remove the left= option, you'll not see the issue, because the double labels overprint each other. I can't see a workaround, sorry. Both showlabels and empheq hook in maketag@@@ and conflict arises.
    – egreg
    Nov 20 at 21:31










1




1




Interesting, apparently something about the interaction between showlabels and empheq has changed since 2014. This answer, which worked back then, now suffers from the same problem.
– Circumscribe
Nov 20 at 18:38




Interesting, apparently something about the interaction between showlabels and empheq has changed since 2014. This answer, which worked back then, now suffers from the same problem.
– Circumscribe
Nov 20 at 18:38




1




1




With TeX Live 2015 the output is correct, it starts to be mangled with TeX Live 2016 on.
– egreg
Nov 20 at 18:46




With TeX Live 2015 the output is correct, it starts to be mangled with TeX Live 2016 on.
– egreg
Nov 20 at 18:46












@egreg therefore, it does not have a solution, but it is a problem between the two packages.
– Antonio
Nov 20 at 19:05




@egreg therefore, it does not have a solution, but it is a problem between the two packages.
– Antonio
Nov 20 at 19:05












A change to showlabels for enhancing compatibility with amsmath results in the label printed twice, one without the shift due to empheqlbrace, and one with. Indeed, if you remove the left= option, you'll not see the issue, because the double labels overprint each other. I can't see a workaround, sorry. Both showlabels and empheq hook in maketag@@@ and conflict arises.
– egreg
Nov 20 at 21:31






A change to showlabels for enhancing compatibility with amsmath results in the label printed twice, one without the shift due to empheqlbrace, and one with. Indeed, if you remove the left= option, you'll not see the issue, because the double labels overprint each other. I can't see a workaround, sorry. Both showlabels and empheq hook in maketag@@@ and conflict arises.
– egreg
Nov 20 at 21:31












1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










You could use showkeys instead



enter image description here



documentclass[a4paper,10pt]{article}

usepackage{amsmath}
usepackage{empheq}
usepackage{showkeys} %%<------

begin{document}
We refer to the subequation eqref{eq079.1} end eqref{eq079.2} and the whole equation (ref{eq:all}).
begin{subequations}
label{eq:all}
begin{empheq}[left={empheqlbrace,}]{align}
&rho = rho+quad text{con}quad tilde{rho}llrho_{0} label{eq079.1}
\ nonumber \
&p = p_{0} + tilde{p} quad text{con}quad p_{_{0}} = cdotsquad text{e}quad tilde{p}ll p_{0}label{eq079.2}
end{empheq}
end{subequations}

end{document}


See
numcases environment with showlabels package



:-)






share|improve this answer





















  • I must confess that the form of usepackage{showlabels}, is much more orderly, but this is more effective. I do not like the rectangles aesthetically, thanks for the suggestion
    – Antonio
    Nov 20 at 22:09











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',
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
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461005%2fshowlabels-problems-with-subequations%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
2
down vote



accepted










You could use showkeys instead



enter image description here



documentclass[a4paper,10pt]{article}

usepackage{amsmath}
usepackage{empheq}
usepackage{showkeys} %%<------

begin{document}
We refer to the subequation eqref{eq079.1} end eqref{eq079.2} and the whole equation (ref{eq:all}).
begin{subequations}
label{eq:all}
begin{empheq}[left={empheqlbrace,}]{align}
&rho = rho+quad text{con}quad tilde{rho}llrho_{0} label{eq079.1}
\ nonumber \
&p = p_{0} + tilde{p} quad text{con}quad p_{_{0}} = cdotsquad text{e}quad tilde{p}ll p_{0}label{eq079.2}
end{empheq}
end{subequations}

end{document}


See
numcases environment with showlabels package



:-)






share|improve this answer





















  • I must confess that the form of usepackage{showlabels}, is much more orderly, but this is more effective. I do not like the rectangles aesthetically, thanks for the suggestion
    – Antonio
    Nov 20 at 22:09















up vote
2
down vote



accepted










You could use showkeys instead



enter image description here



documentclass[a4paper,10pt]{article}

usepackage{amsmath}
usepackage{empheq}
usepackage{showkeys} %%<------

begin{document}
We refer to the subequation eqref{eq079.1} end eqref{eq079.2} and the whole equation (ref{eq:all}).
begin{subequations}
label{eq:all}
begin{empheq}[left={empheqlbrace,}]{align}
&rho = rho+quad text{con}quad tilde{rho}llrho_{0} label{eq079.1}
\ nonumber \
&p = p_{0} + tilde{p} quad text{con}quad p_{_{0}} = cdotsquad text{e}quad tilde{p}ll p_{0}label{eq079.2}
end{empheq}
end{subequations}

end{document}


See
numcases environment with showlabels package



:-)






share|improve this answer





















  • I must confess that the form of usepackage{showlabels}, is much more orderly, but this is more effective. I do not like the rectangles aesthetically, thanks for the suggestion
    – Antonio
    Nov 20 at 22:09













up vote
2
down vote



accepted







up vote
2
down vote



accepted






You could use showkeys instead



enter image description here



documentclass[a4paper,10pt]{article}

usepackage{amsmath}
usepackage{empheq}
usepackage{showkeys} %%<------

begin{document}
We refer to the subequation eqref{eq079.1} end eqref{eq079.2} and the whole equation (ref{eq:all}).
begin{subequations}
label{eq:all}
begin{empheq}[left={empheqlbrace,}]{align}
&rho = rho+quad text{con}quad tilde{rho}llrho_{0} label{eq079.1}
\ nonumber \
&p = p_{0} + tilde{p} quad text{con}quad p_{_{0}} = cdotsquad text{e}quad tilde{p}ll p_{0}label{eq079.2}
end{empheq}
end{subequations}

end{document}


See
numcases environment with showlabels package



:-)






share|improve this answer












You could use showkeys instead



enter image description here



documentclass[a4paper,10pt]{article}

usepackage{amsmath}
usepackage{empheq}
usepackage{showkeys} %%<------

begin{document}
We refer to the subequation eqref{eq079.1} end eqref{eq079.2} and the whole equation (ref{eq:all}).
begin{subequations}
label{eq:all}
begin{empheq}[left={empheqlbrace,}]{align}
&rho = rho+quad text{con}quad tilde{rho}llrho_{0} label{eq079.1}
\ nonumber \
&p = p_{0} + tilde{p} quad text{con}quad p_{_{0}} = cdotsquad text{e}quad tilde{p}ll p_{0}label{eq079.2}
end{empheq}
end{subequations}

end{document}


See
numcases environment with showlabels package



:-)







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 20 at 21:55









David Carlisle

478k3811071841




478k3811071841












  • I must confess that the form of usepackage{showlabels}, is much more orderly, but this is more effective. I do not like the rectangles aesthetically, thanks for the suggestion
    – Antonio
    Nov 20 at 22:09


















  • I must confess that the form of usepackage{showlabels}, is much more orderly, but this is more effective. I do not like the rectangles aesthetically, thanks for the suggestion
    – Antonio
    Nov 20 at 22:09
















I must confess that the form of usepackage{showlabels}, is much more orderly, but this is more effective. I do not like the rectangles aesthetically, thanks for the suggestion
– Antonio
Nov 20 at 22:09




I must confess that the form of usepackage{showlabels}, is much more orderly, but this is more effective. I do not like the rectangles aesthetically, thanks for the suggestion
– Antonio
Nov 20 at 22:09


















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f461005%2fshowlabels-problems-with-subequations%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?