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

Paid for article while in US on F-1 visa?

What defenses are there against being summoned by the Gate spell?

Character reincarnated...as a snail

Has there ever been an airliner design involving reducing generator load by installing solar panels?

How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?

dbcc cleantable batch size explanation

Approximately how much travel time was saved by the opening of the Suez Canal in 1869?

Codimension of non-flat locus

NMaximize is not converging to a solution

Perform and show arithmetic with LuaLaTeX

tikz convert color string to hex value

Important Resources for Dark Age Civilizations?

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

Client team has low performances and low technical skills: we always fix their work and now they stop collaborate with us. How to solve?

RSA: Danger of using p to create q

Why doesn't H₄O²⁺ exist?

Does detail obscure or enhance action?

Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?

How do I gain back my faith in my PhD degree?

Why does Kotter return in Welcome Back Kotter?

Can a vampire attack twice with their claws using Multiattack?

How do I deal with an unproductive colleague in a small company?

How to draw a waving flag in TikZ

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



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

          Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

          How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

          Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...