How to cite a theorem when its order (and thus number) keeps changingUsing LaTeX, how can I restate a theorem, with the same theorem number, later in a paper?How do I get the numbers for theorems, lemmas, examples, etc. before the type?Error using hyperref, cleveref and newtheorem: no counter definedI'm having troubles with the theorem ordersHow to use autoref or cleveref when the theorem environments are in the class file?Remove colored box of ref locallyCross-references between two papersLatex errors with begintheoremHow do I repeat a theorem number with the llncs class?Custom Theorem Style
Copycat chess is back
If a centaur druid Wild Shapes into a Giant Elk, do their Charge features stack?
extract characters between two commas?
Check if two datetimes are between two others
Lied on resume at previous job
Could Giant Ground Sloths have been a good pack animal for the ancient Mayans?
What does it exactly mean if a random variable follows a distribution
Pristine Bit Checking
What is GPS' 19 year rollover and does it present a cybersecurity issue?
How to move the player while also allowing forces to affect it
aging parents with no investments
How to create a consistent feel for character names in a fantasy setting?
Need help identifying/translating a plaque in Tangier, Morocco
How to answer pointed "are you quitting" questioning when I don't want them to suspect
What to wear for invited talk in Canada
Why do we use polarized capacitors?
Why airport relocation isn't done gradually?
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
How is it possible for user's password to be changed after storage was encrypted? (on OS X, Android)
Denied boarding due to overcrowding, Sparpreis ticket. What are my rights?
Does bootstrapped regression allow for inference?
How would photo IDs work for shapeshifters?
Does the average primeness of natural numbers tend to zero?
Why was the "bread communication" in the arena of Catching Fire left out in the movie?
How to cite a theorem when its order (and thus number) keeps changing
Using LaTeX, how can I restate a theorem, with the same theorem number, later in a paper?How do I get the numbers for theorems, lemmas, examples, etc. before the type?Error using hyperref, cleveref and newtheorem: no counter definedI'm having troubles with the theorem ordersHow to use autoref or cleveref when the theorem environments are in the class file?Remove colored box of ref locallyCross-references between two papersLatex errors with begintheoremHow do I repeat a theorem number with the llncs class?Custom Theorem Style
The begintheorem
command will automatically order theorems as they appear in the file.
I am currently writing a paper and as I edit the paper the order of the theorems keep changing. However, I have also made references to the theorems in my paper, i.e "the statement follows by theorem 2" for example.
However, now "theorem 2" has become "theorem 6" (again, as an example) and it becomes annoying to search my paper and change this every single time.
How would I automate this? That is, how can I reference a theorem that automatically changes whenever the order changes?
formatting hyperref cross-referencing theorems
add a comment |
The begintheorem
command will automatically order theorems as they appear in the file.
I am currently writing a paper and as I edit the paper the order of the theorems keep changing. However, I have also made references to the theorems in my paper, i.e "the statement follows by theorem 2" for example.
However, now "theorem 2" has become "theorem 6" (again, as an example) and it becomes annoying to search my paper and change this every single time.
How would I automate this? That is, how can I reference a theorem that automatically changes whenever the order changes?
formatting hyperref cross-referencing theorems
You should uselabel
s andref
s (or better, loadcleveref
and usecref
), to use the cross-referencing capabilities of LaTeX.
– Bernard
2 hours ago
add a comment |
The begintheorem
command will automatically order theorems as they appear in the file.
I am currently writing a paper and as I edit the paper the order of the theorems keep changing. However, I have also made references to the theorems in my paper, i.e "the statement follows by theorem 2" for example.
However, now "theorem 2" has become "theorem 6" (again, as an example) and it becomes annoying to search my paper and change this every single time.
How would I automate this? That is, how can I reference a theorem that automatically changes whenever the order changes?
formatting hyperref cross-referencing theorems
The begintheorem
command will automatically order theorems as they appear in the file.
I am currently writing a paper and as I edit the paper the order of the theorems keep changing. However, I have also made references to the theorems in my paper, i.e "the statement follows by theorem 2" for example.
However, now "theorem 2" has become "theorem 6" (again, as an example) and it becomes annoying to search my paper and change this every single time.
How would I automate this? That is, how can I reference a theorem that automatically changes whenever the order changes?
formatting hyperref cross-referencing theorems
formatting hyperref cross-referencing theorems
edited 1 hour ago
user185220
315
315
asked 2 hours ago
akgjhakgjh
1262
1262
You should uselabel
s andref
s (or better, loadcleveref
and usecref
), to use the cross-referencing capabilities of LaTeX.
– Bernard
2 hours ago
add a comment |
You should uselabel
s andref
s (or better, loadcleveref
and usecref
), to use the cross-referencing capabilities of LaTeX.
– Bernard
2 hours ago
You should use
label
s and ref
s (or better, load cleveref
and use cref
), to use the cross-referencing capabilities of LaTeX.– Bernard
2 hours ago
You should use
label
s and ref
s (or better, load cleveref
and use cref
), to use the cross-referencing capabilities of LaTeX.– Bernard
2 hours 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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f483879%2fhow-to-cite-a-theorem-when-its-order-and-thus-number-keeps-changing%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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2f483879%2fhow-to-cite-a-theorem-when-its-order-and-thus-number-keeps-changing%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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
You should use
label
s andref
s (or better, loadcleveref
and usecref
), to use the cross-referencing capabilities of LaTeX.– Bernard
2 hours ago