Repeated numbering for new commands for Theorem, Corollary and RemarkDifferent numbering scheme per...

What would happen to a modern skyscraper if it rains micro blackholes?

What typically incentivizes a professor to change jobs to a lower ranking university?

Character reincarnated...as a snail

When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?

Which country benefited the most from UN Security Council vetoes?

Why can't we play rap on piano?

Does an object always see its latest internal state irrespective of thread?

Is it possible to do 50 km distance without any previous training?

What are these boxed doors outside store fronts in New York?

How to determine what difficulty is right for the game?

LWC SFDX source push error TypeError: LWC1009: decl.moveTo is not a function

What does it mean to describe someone as a butt steak?

Is it possible to run Internet Explorer on OS X El Capitan?

High voltage LED indicator 40-1000 VDC without additional power supply

Why do I get two different answers for this counting problem?

Are the number of citations and number of published articles the most important criteria for a tenure promotion?

Today is the Center

Why does Kotter return in Welcome Back Kotter?

How much RAM could one put in a typical 80386 setup?

Why are electrically insulating heatsinks so rare? Is it just cost?

What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)

What's that red-plus icon near a text?

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

strTok function (thread safe, supports empty tokens, doesn't change string)



Repeated numbering for new commands for Theorem, Corollary and Remark


Different numbering scheme per chapterCommon numbering with ntheoremChange theorem counter in Springer templateChange numbering level for one chapter onlyHow to get figure counter to follow theorem counter?How to use French-style numbering?Page counter doesn't work in equation on top of a new pageNumbering of newtheoremNumbering theorem and corollaryNormalise numberings













0















I have the following code in latex



documentclass[letterpaper,12pt,oneside]{book}

newtheorem{Theorem}{Theorem}[section]
newtheorem{Proposition}{Proposition}[section]
newtheorem{Lemma}{Lemma}[section]
newtheorem{Definition}{Definition}[section]
newtheorem{Corollary}{Corollary}[section]
newtheorem{Remark}{Remark}[section]


I want the numbering to increase with each newtheorem defined that I use.



For example, in chapter 2 there are Lemma 2.1.1, Remark 2.1.1 and Theorem 2.1.1, and they appear in this order. Instead, I would like it to be numbered as Lemma 2.1.1, Remark 2.1.2 and Theorem 2.1.3.



I have tried to put [subsection] at the end of the newtheorem lines, but it does not fixes the problem.



Does anyone knows how to solve this, please?










share|improve this question









New contributor




Marco Armenta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I have the following code in latex



    documentclass[letterpaper,12pt,oneside]{book}

    newtheorem{Theorem}{Theorem}[section]
    newtheorem{Proposition}{Proposition}[section]
    newtheorem{Lemma}{Lemma}[section]
    newtheorem{Definition}{Definition}[section]
    newtheorem{Corollary}{Corollary}[section]
    newtheorem{Remark}{Remark}[section]


    I want the numbering to increase with each newtheorem defined that I use.



    For example, in chapter 2 there are Lemma 2.1.1, Remark 2.1.1 and Theorem 2.1.1, and they appear in this order. Instead, I would like it to be numbered as Lemma 2.1.1, Remark 2.1.2 and Theorem 2.1.3.



    I have tried to put [subsection] at the end of the newtheorem lines, but it does not fixes the problem.



    Does anyone knows how to solve this, please?










    share|improve this question









    New contributor




    Marco Armenta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0


      1






      I have the following code in latex



      documentclass[letterpaper,12pt,oneside]{book}

      newtheorem{Theorem}{Theorem}[section]
      newtheorem{Proposition}{Proposition}[section]
      newtheorem{Lemma}{Lemma}[section]
      newtheorem{Definition}{Definition}[section]
      newtheorem{Corollary}{Corollary}[section]
      newtheorem{Remark}{Remark}[section]


      I want the numbering to increase with each newtheorem defined that I use.



      For example, in chapter 2 there are Lemma 2.1.1, Remark 2.1.1 and Theorem 2.1.1, and they appear in this order. Instead, I would like it to be numbered as Lemma 2.1.1, Remark 2.1.2 and Theorem 2.1.3.



      I have tried to put [subsection] at the end of the newtheorem lines, but it does not fixes the problem.



      Does anyone knows how to solve this, please?










      share|improve this question









      New contributor




      Marco Armenta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I have the following code in latex



      documentclass[letterpaper,12pt,oneside]{book}

      newtheorem{Theorem}{Theorem}[section]
      newtheorem{Proposition}{Proposition}[section]
      newtheorem{Lemma}{Lemma}[section]
      newtheorem{Definition}{Definition}[section]
      newtheorem{Corollary}{Corollary}[section]
      newtheorem{Remark}{Remark}[section]


      I want the numbering to increase with each newtheorem defined that I use.



      For example, in chapter 2 there are Lemma 2.1.1, Remark 2.1.1 and Theorem 2.1.1, and they appear in this order. Instead, I would like it to be numbered as Lemma 2.1.1, Remark 2.1.2 and Theorem 2.1.3.



      I have tried to put [subsection] at the end of the newtheorem lines, but it does not fixes the problem.



      Does anyone knows how to solve this, please?







      numbering






      share|improve this question









      New contributor




      Marco Armenta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Marco Armenta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 5 hours ago









      Phelype Oleinik

      24.9k54690




      24.9k54690






      New contributor




      Marco Armenta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 5 hours ago









      Marco ArmentaMarco Armenta

      1011




      1011




      New contributor




      Marco Armenta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Marco Armenta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Marco Armenta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















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


          }
          });






          Marco Armenta is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483448%2frepeated-numbering-for-new-commands-for-theorem-corollary-and-remark%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








          Marco Armenta is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Marco Armenta is a new contributor. Be nice, and check out our Code of Conduct.













          Marco Armenta is a new contributor. Be nice, and check out our Code of Conduct.












          Marco Armenta 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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483448%2frepeated-numbering-for-new-commands-for-theorem-corollary-and-remark%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

          Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

          Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

          How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...