reference in theorem environment without labelBidirectional Reference/Label CommandsLabel and Reference...
Why do we call complex numbers “numbers” but we don’t consider 2 vectors numbers?
School performs periodic password audits. Is my password compromised?
Affine transformation of circular arc in 3D
What is better: yes / no radio, or simple checkbox?
Should I use HTTPS on a domain that will only be used for redirection?
Replacing tantalum capacitor with ceramic capacitor for Op Amps
What's the best tool for cutting holes into duct work?
Rationale to prefer local variables over instance variables?
Why do phishing e-mails use faked e-mail addresses instead of the real one?
The need of reserving one's ability in job interviews
Where do you go through passport control when transiting through another Schengen airport on your way out of the Schengen area?
Is "cogitate" an appropriate word for this?
Are the gray wires in my switch boxes neutrals?
Named nets not connected in Eagle board design
Is being socially reclusive okay for a graduate student?
Split a number into equal parts given the number of parts
Can a space-faring robot still function over a billion years?
Convert an array of objects to array of the objects' values
Create chunks from an array
Why is there an extra space when I type "ls" on the Desktop?
I've given my players a lot of magic items. Is it reasonable for me to give them harder encounters?
How do you make a gun that shoots melee weapons and/or swords?
Should we avoid writing fiction about historical events without extensive research?
What is Tony Stark injecting into himself in Iron Man 3?
reference in theorem environment without label
Bidirectional Reference/Label CommandsLabel and Reference FigEquations, tables, figures, sections: reference with chapter number but label withoutReference to List Items in Theorem Environment with Label Type “Theorem”Questions about Label and Cross ReferenceReference label in polyglossia for hebrewHow to cross-reference an equation without using label and ref?Reference other chapters by chapter number without labelInclude the subsection number in cross-reference to a theorem-like environmentreference in theorem environment
i have
documentclass[10pt,a4paper,onecolumn]{article}
usepackage[utf8]{inputenc}
usepackage[spanish]{babel}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{makeidx}
usepackage{graphicx}
usepackage{lmodern}
usepackage{fancyhdr}
usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
newcommand*{qeda}{hfillensuremath{square}}
newtheorem{theorem}{Teorema}[section]
newtheorem{cor}{Corolario}[theorem]
newtheorem{lem}[theorem]{Lema}
newtheorem{defin}[theorem]{Definición}
newtheorem{ejem}[theorem]{Ejemplo}
newtheorem{obs}[theorem]{Observación}
newtheorem{pro}[theorem]{Proposición}
begin{document}
section{HELLO}
begin{defin}
HHHH
end{defin}
begin{defin}
IIII
end{defin}
begin{defin}
JJJJ
end{defin}
end{document}
and i wish make a reference about "Definición 1.3" without write or use label comand
someone like
About the word in Definición 1.3 the world is more beatiful.
i use comand
ref{defin1.3}
but doesn't work
thanks
cross-referencing
New contributor
add a comment |
i have
documentclass[10pt,a4paper,onecolumn]{article}
usepackage[utf8]{inputenc}
usepackage[spanish]{babel}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{makeidx}
usepackage{graphicx}
usepackage{lmodern}
usepackage{fancyhdr}
usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
newcommand*{qeda}{hfillensuremath{square}}
newtheorem{theorem}{Teorema}[section]
newtheorem{cor}{Corolario}[theorem]
newtheorem{lem}[theorem]{Lema}
newtheorem{defin}[theorem]{Definición}
newtheorem{ejem}[theorem]{Ejemplo}
newtheorem{obs}[theorem]{Observación}
newtheorem{pro}[theorem]{Proposición}
begin{document}
section{HELLO}
begin{defin}
HHHH
end{defin}
begin{defin}
IIII
end{defin}
begin{defin}
JJJJ
end{defin}
end{document}
and i wish make a reference about "Definición 1.3" without write or use label comand
someone like
About the word in Definición 1.3 the world is more beatiful.
i use comand
ref{defin1.3}
but doesn't work
thanks
cross-referencing
New contributor
add a comment |
i have
documentclass[10pt,a4paper,onecolumn]{article}
usepackage[utf8]{inputenc}
usepackage[spanish]{babel}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{makeidx}
usepackage{graphicx}
usepackage{lmodern}
usepackage{fancyhdr}
usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
newcommand*{qeda}{hfillensuremath{square}}
newtheorem{theorem}{Teorema}[section]
newtheorem{cor}{Corolario}[theorem]
newtheorem{lem}[theorem]{Lema}
newtheorem{defin}[theorem]{Definición}
newtheorem{ejem}[theorem]{Ejemplo}
newtheorem{obs}[theorem]{Observación}
newtheorem{pro}[theorem]{Proposición}
begin{document}
section{HELLO}
begin{defin}
HHHH
end{defin}
begin{defin}
IIII
end{defin}
begin{defin}
JJJJ
end{defin}
end{document}
and i wish make a reference about "Definición 1.3" without write or use label comand
someone like
About the word in Definición 1.3 the world is more beatiful.
i use comand
ref{defin1.3}
but doesn't work
thanks
cross-referencing
New contributor
i have
documentclass[10pt,a4paper,onecolumn]{article}
usepackage[utf8]{inputenc}
usepackage[spanish]{babel}
usepackage{amsmath}
usepackage{amsthm}
usepackage{amsfonts}
usepackage{amssymb}
usepackage{makeidx}
usepackage{graphicx}
usepackage{lmodern}
usepackage{fancyhdr}
usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
newcommand*{qeda}{hfillensuremath{square}}
newtheorem{theorem}{Teorema}[section]
newtheorem{cor}{Corolario}[theorem]
newtheorem{lem}[theorem]{Lema}
newtheorem{defin}[theorem]{Definición}
newtheorem{ejem}[theorem]{Ejemplo}
newtheorem{obs}[theorem]{Observación}
newtheorem{pro}[theorem]{Proposición}
begin{document}
section{HELLO}
begin{defin}
HHHH
end{defin}
begin{defin}
IIII
end{defin}
begin{defin}
JJJJ
end{defin}
end{document}
and i wish make a reference about "Definición 1.3" without write or use label comand
someone like
About the word in Definición 1.3 the world is more beatiful.
i use comand
ref{defin1.3}
but doesn't work
thanks
cross-referencing
cross-referencing
New contributor
New contributor
New contributor
asked 16 mins ago
user89940user89940
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Here is a way:
documentclass[10pt,a4paper,onecolumn]{article}
usepackage[utf8]{inputenc}
usepackage[spanish]{babel}
usepackage{hyperref}
newtheorem{theorem}{Teorema}[section]
newtheorem{cor}{Corolario}[theorem]
newtheorem{lem}[theorem]{Lema}
newtheorem{defin}[theorem]{Definición}
newtheorem{ejem}[theorem]{Ejemplo}
newtheorem{obs}[theorem]{Observación}
newtheorem{pro}[theorem]{Proposición}
%koleygr: added code
letolddefindefin
letoldenddefinenddefin
renewenvironment{defin}{olddefin}{label{Definthetheorem}oldenddefin}
begin{document}
section{HELLO}
begin{defin}
HHHH
end{defin}
clearpage
begin{defin}
IIII
end{defin}
clearpage
begin{defin}
JJJJ
end{defin}
Definition~ref{Defin1.2} is in page pageref{Defin1.2} and Definition~ref{Defin1.3} is in page pageref{Defin1.3}
end{document}
PS: I added hyperref package and pageref
command with some clearpages in order to be able to check the correctness of the references.
add a comment |
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
});
}
});
user89940 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%2f478340%2freference-in-theorem-environment-without-label%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
Here is a way:
documentclass[10pt,a4paper,onecolumn]{article}
usepackage[utf8]{inputenc}
usepackage[spanish]{babel}
usepackage{hyperref}
newtheorem{theorem}{Teorema}[section]
newtheorem{cor}{Corolario}[theorem]
newtheorem{lem}[theorem]{Lema}
newtheorem{defin}[theorem]{Definición}
newtheorem{ejem}[theorem]{Ejemplo}
newtheorem{obs}[theorem]{Observación}
newtheorem{pro}[theorem]{Proposición}
%koleygr: added code
letolddefindefin
letoldenddefinenddefin
renewenvironment{defin}{olddefin}{label{Definthetheorem}oldenddefin}
begin{document}
section{HELLO}
begin{defin}
HHHH
end{defin}
clearpage
begin{defin}
IIII
end{defin}
clearpage
begin{defin}
JJJJ
end{defin}
Definition~ref{Defin1.2} is in page pageref{Defin1.2} and Definition~ref{Defin1.3} is in page pageref{Defin1.3}
end{document}
PS: I added hyperref package and pageref
command with some clearpages in order to be able to check the correctness of the references.
add a comment |
Here is a way:
documentclass[10pt,a4paper,onecolumn]{article}
usepackage[utf8]{inputenc}
usepackage[spanish]{babel}
usepackage{hyperref}
newtheorem{theorem}{Teorema}[section]
newtheorem{cor}{Corolario}[theorem]
newtheorem{lem}[theorem]{Lema}
newtheorem{defin}[theorem]{Definición}
newtheorem{ejem}[theorem]{Ejemplo}
newtheorem{obs}[theorem]{Observación}
newtheorem{pro}[theorem]{Proposición}
%koleygr: added code
letolddefindefin
letoldenddefinenddefin
renewenvironment{defin}{olddefin}{label{Definthetheorem}oldenddefin}
begin{document}
section{HELLO}
begin{defin}
HHHH
end{defin}
clearpage
begin{defin}
IIII
end{defin}
clearpage
begin{defin}
JJJJ
end{defin}
Definition~ref{Defin1.2} is in page pageref{Defin1.2} and Definition~ref{Defin1.3} is in page pageref{Defin1.3}
end{document}
PS: I added hyperref package and pageref
command with some clearpages in order to be able to check the correctness of the references.
add a comment |
Here is a way:
documentclass[10pt,a4paper,onecolumn]{article}
usepackage[utf8]{inputenc}
usepackage[spanish]{babel}
usepackage{hyperref}
newtheorem{theorem}{Teorema}[section]
newtheorem{cor}{Corolario}[theorem]
newtheorem{lem}[theorem]{Lema}
newtheorem{defin}[theorem]{Definición}
newtheorem{ejem}[theorem]{Ejemplo}
newtheorem{obs}[theorem]{Observación}
newtheorem{pro}[theorem]{Proposición}
%koleygr: added code
letolddefindefin
letoldenddefinenddefin
renewenvironment{defin}{olddefin}{label{Definthetheorem}oldenddefin}
begin{document}
section{HELLO}
begin{defin}
HHHH
end{defin}
clearpage
begin{defin}
IIII
end{defin}
clearpage
begin{defin}
JJJJ
end{defin}
Definition~ref{Defin1.2} is in page pageref{Defin1.2} and Definition~ref{Defin1.3} is in page pageref{Defin1.3}
end{document}
PS: I added hyperref package and pageref
command with some clearpages in order to be able to check the correctness of the references.
Here is a way:
documentclass[10pt,a4paper,onecolumn]{article}
usepackage[utf8]{inputenc}
usepackage[spanish]{babel}
usepackage{hyperref}
newtheorem{theorem}{Teorema}[section]
newtheorem{cor}{Corolario}[theorem]
newtheorem{lem}[theorem]{Lema}
newtheorem{defin}[theorem]{Definición}
newtheorem{ejem}[theorem]{Ejemplo}
newtheorem{obs}[theorem]{Observación}
newtheorem{pro}[theorem]{Proposición}
%koleygr: added code
letolddefindefin
letoldenddefinenddefin
renewenvironment{defin}{olddefin}{label{Definthetheorem}oldenddefin}
begin{document}
section{HELLO}
begin{defin}
HHHH
end{defin}
clearpage
begin{defin}
IIII
end{defin}
clearpage
begin{defin}
JJJJ
end{defin}
Definition~ref{Defin1.2} is in page pageref{Defin1.2} and Definition~ref{Defin1.3} is in page pageref{Defin1.3}
end{document}
PS: I added hyperref package and pageref
command with some clearpages in order to be able to check the correctness of the references.
edited 2 mins ago
answered 8 mins ago
koleygrkoleygr
12k11038
12k11038
add a comment |
add a comment |
user89940 is a new contributor. Be nice, and check out our Code of Conduct.
user89940 is a new contributor. Be nice, and check out our Code of Conduct.
user89940 is a new contributor. Be nice, and check out our Code of Conduct.
user89940 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%2f478340%2freference-in-theorem-environment-without-label%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