Doc-Start appearing when using xr package
If Invisibility ends because the original caster casts a non-concentration spell, does Invisibility also end on other targets of the original casting?
validation vs test vs training accuracy, which one to compare for claiming overfit?
Is all copper pipe pretty much the same?
How could our ancestors have domesticated a solitary predator?
What wound would be of little consequence to a biped but terrible for a quadruped?
BitNot does not flip bits in the way I expected
Do I need to leave some extra space available on the disk which my database log files reside, for log backup operations to successfully occur?
Is it true that real estate prices mainly go up?
Decoding assembly instructions in a Game Boy disassembler
How does Dispel Magic work against Stoneskin?
Make a transparent 448*448 image
Good allowance savings plan?
Is this animal really missing?
Can you reject a postdoc offer after the PI has paid a large sum for flights/accommodation for your visit?
Touchscreen-controlled dentist office snowman collector game
Am I not good enough for you?
Can the druid cantrip Thorn Whip really defeat a water weird this easily?
What exactly is the purpose of connection links straped between the rocket and the launch pad
How to make readers know that my work has used a hidden constraint?
Time dilation for a moving electronic clock
Sword in the Stone story where the sword was held in place by electromagnets
What is the definition of "Natural Selection"?
My story is written in English, but is set in my home country. What language should I use for the dialogue?
Good for you! in Russian
Doc-Start appearing when using xr package
I am trying to write up an article that uses the xr package (or maybe it needs to be zref) to reference labels in two different documents: an article and a beamer presentation. The references from the other article work perfectly, it is the beamer references that show up as
Slide 1Doc-Start.
Where 1 is the frame number which I am trying to reference. Looking at the aux file produced by beamer the entry is
newlabel{posvnorm}{{1}{1}{}{Doc-Start}{}}
If I manually delete Doc-Start from the aux file, the final output is what I desire. So if there is a way to write the label so "Doc-Start" isn't included, or suppressed when calling the label, I should be good to go. A a heads up, there will be multiple references to difference beamer slides in the main article.
Code for the main article:
documentclass[11pt]{article}
usepackage{xr}
externaldocument{../Folder1/mwe_article}
externaldocument{../Folder2/mwe_beamer}
begin{document}
Slide ref{posvnorm}
Article ref{pos} and ref{norm}
end{document}
Code for the beamer slides
documentclass{beamer}
usetheme{Boadilla}
usecolortheme{beaver}
begin{document}
begin{frame} label{posvnorm}
frametitle{Title}
Words go here
end{frame}
end{document}
Code for the article being referenced
documentclass[11pt]{article}
begin{document}
begin{enumerate}
item Blah label{pos}
item Blarg label{norm}
end{enumerate}
end{document}
beamer ref xr zref
New contributor
Ryan Lee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I am trying to write up an article that uses the xr package (or maybe it needs to be zref) to reference labels in two different documents: an article and a beamer presentation. The references from the other article work perfectly, it is the beamer references that show up as
Slide 1Doc-Start.
Where 1 is the frame number which I am trying to reference. Looking at the aux file produced by beamer the entry is
newlabel{posvnorm}{{1}{1}{}{Doc-Start}{}}
If I manually delete Doc-Start from the aux file, the final output is what I desire. So if there is a way to write the label so "Doc-Start" isn't included, or suppressed when calling the label, I should be good to go. A a heads up, there will be multiple references to difference beamer slides in the main article.
Code for the main article:
documentclass[11pt]{article}
usepackage{xr}
externaldocument{../Folder1/mwe_article}
externaldocument{../Folder2/mwe_beamer}
begin{document}
Slide ref{posvnorm}
Article ref{pos} and ref{norm}
end{document}
Code for the beamer slides
documentclass{beamer}
usetheme{Boadilla}
usecolortheme{beaver}
begin{document}
begin{frame} label{posvnorm}
frametitle{Title}
Words go here
end{frame}
end{document}
Code for the article being referenced
documentclass[11pt]{article}
begin{document}
begin{enumerate}
item Blah label{pos}
item Blarg label{norm}
end{enumerate}
end{document}
beamer ref xr zref
New contributor
Ryan Lee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Welcome to TeX.SE.
– Sebastiano
2 mins ago
add a comment |
I am trying to write up an article that uses the xr package (or maybe it needs to be zref) to reference labels in two different documents: an article and a beamer presentation. The references from the other article work perfectly, it is the beamer references that show up as
Slide 1Doc-Start.
Where 1 is the frame number which I am trying to reference. Looking at the aux file produced by beamer the entry is
newlabel{posvnorm}{{1}{1}{}{Doc-Start}{}}
If I manually delete Doc-Start from the aux file, the final output is what I desire. So if there is a way to write the label so "Doc-Start" isn't included, or suppressed when calling the label, I should be good to go. A a heads up, there will be multiple references to difference beamer slides in the main article.
Code for the main article:
documentclass[11pt]{article}
usepackage{xr}
externaldocument{../Folder1/mwe_article}
externaldocument{../Folder2/mwe_beamer}
begin{document}
Slide ref{posvnorm}
Article ref{pos} and ref{norm}
end{document}
Code for the beamer slides
documentclass{beamer}
usetheme{Boadilla}
usecolortheme{beaver}
begin{document}
begin{frame} label{posvnorm}
frametitle{Title}
Words go here
end{frame}
end{document}
Code for the article being referenced
documentclass[11pt]{article}
begin{document}
begin{enumerate}
item Blah label{pos}
item Blarg label{norm}
end{enumerate}
end{document}
beamer ref xr zref
New contributor
Ryan Lee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I am trying to write up an article that uses the xr package (or maybe it needs to be zref) to reference labels in two different documents: an article and a beamer presentation. The references from the other article work perfectly, it is the beamer references that show up as
Slide 1Doc-Start.
Where 1 is the frame number which I am trying to reference. Looking at the aux file produced by beamer the entry is
newlabel{posvnorm}{{1}{1}{}{Doc-Start}{}}
If I manually delete Doc-Start from the aux file, the final output is what I desire. So if there is a way to write the label so "Doc-Start" isn't included, or suppressed when calling the label, I should be good to go. A a heads up, there will be multiple references to difference beamer slides in the main article.
Code for the main article:
documentclass[11pt]{article}
usepackage{xr}
externaldocument{../Folder1/mwe_article}
externaldocument{../Folder2/mwe_beamer}
begin{document}
Slide ref{posvnorm}
Article ref{pos} and ref{norm}
end{document}
Code for the beamer slides
documentclass{beamer}
usetheme{Boadilla}
usecolortheme{beaver}
begin{document}
begin{frame} label{posvnorm}
frametitle{Title}
Words go here
end{frame}
end{document}
Code for the article being referenced
documentclass[11pt]{article}
begin{document}
begin{enumerate}
item Blah label{pos}
item Blarg label{norm}
end{enumerate}
end{document}
beamer ref xr zref
beamer ref xr zref
New contributor
Ryan Lee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ryan Lee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ryan Lee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 mins ago
Ryan LeeRyan Lee
1
1
New contributor
Ryan Lee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ryan Lee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Ryan Lee is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Welcome to TeX.SE.
– Sebastiano
2 mins ago
add a comment |
Welcome to TeX.SE.
– Sebastiano
2 mins ago
Welcome to TeX.SE.
– Sebastiano
2 mins ago
Welcome to TeX.SE.
– Sebastiano
2 mins ago
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
});
}
});
Ryan Lee is a new contributor. Be nice, and check out our Code of Conduct.
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%2f479369%2fdoc-start-appearing-when-using-xr-package%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
Ryan Lee is a new contributor. Be nice, and check out our Code of Conduct.
Ryan Lee is a new contributor. Be nice, and check out our Code of Conduct.
Ryan Lee is a new contributor. Be nice, and check out our Code of Conduct.
Ryan Lee is a new contributor. Be nice, and check out our Code of Conduct.
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%2f479369%2fdoc-start-appearing-when-using-xr-package%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
Welcome to TeX.SE.
– Sebastiano
2 mins ago