Recall an hypothesis Announcing the arrival of Valued Associate #679: Cesar Manara ...

Why are Kinder Surprise Eggs illegal in the USA?

ListPlot join points by nearest neighbor rather than order

Single word antonym of "flightless"

How to answer "Have you ever been terminated?"

What is Arya's weapon design?

List of Python versions

Can a non-EU citizen traveling with me come with me through the EU passport line?

Why is my conclusion inconsistent with the van't Hoff equation?

2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?

How widely used is the term Treppenwitz? Is it something that most Germans know?

Coloring maths inside a tcolorbox

Generate an RGB colour grid

How to run gsettings for another user Ubuntu 18.04.2 LTS

How do I stop a creek from eroding my steep embankment?

Storing hydrofluoric acid before the invention of plastics

Check which numbers satisfy the condition [A*B*C = A! + B! + C!]

Can a USB port passively 'listen only'?

Using et al. for a last / senior author rather than for a first author

Is there a (better) way to access $wpdb results?

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

Resolving to minmaj7

Book where humans were engineered with genes from animal species to survive hostile planets

Echoing a tail command produces unexpected output?

Should I use a zero-interest credit card for a large one-time purchase?



Recall an hypothesis



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Making a list of hypothesis and references to the hypothesisIncorrect hypothesis counterNew example environment, with symbol at the endRestart hypothesis counter in new chapterRecall a theorem in a different section of a chapteramsmath aligned environment: correct positioning of equation number on the last line with tbtagsChanging numbers of equations












1















I actually started to use Latex in order to prepare better works.



After that, there is a problem.
This is my code actually:



Determine Hyp 1 and 2



newtheorem{hypothesis}{Hypothesis}

begin{hypothesis} %Hyp 1
begin{justify}
[ RE>RM land RF>RM lor RE<RM land RF<RM implies ]
end{justify}par
end{hypothesis}

begin{hypothesis} %Hyp 2
begin{justify}
[ RE>RM land RF<RM lor RE<RM land RF>RM implies ]
end{justify}par
end{hypothesis}


Now i need to recall Hyp 1 and 2 and i do not want that continue to label it as 3, 4, and so on



begin{hypothesis} %Hyp1
begin{equation}
x
end{equation}par
end{hypothesis}

begin{hypothesis} %Hyp2
begin{equation}
xtimes (-1)
end{equation}par
end{hypothesis}


Writing this code, as i said, it label them as number 1, 2, 3, and 4 while i need Hyp 1, Hyp 2, Hyp1, and Hyp 2.



How can i achieve that?
Many Regards










share|improve this question
















bumped to the homepage by Community 2 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    1















    I actually started to use Latex in order to prepare better works.



    After that, there is a problem.
    This is my code actually:



    Determine Hyp 1 and 2



    newtheorem{hypothesis}{Hypothesis}

    begin{hypothesis} %Hyp 1
    begin{justify}
    [ RE>RM land RF>RM lor RE<RM land RF<RM implies ]
    end{justify}par
    end{hypothesis}

    begin{hypothesis} %Hyp 2
    begin{justify}
    [ RE>RM land RF<RM lor RE<RM land RF>RM implies ]
    end{justify}par
    end{hypothesis}


    Now i need to recall Hyp 1 and 2 and i do not want that continue to label it as 3, 4, and so on



    begin{hypothesis} %Hyp1
    begin{equation}
    x
    end{equation}par
    end{hypothesis}

    begin{hypothesis} %Hyp2
    begin{equation}
    xtimes (-1)
    end{equation}par
    end{hypothesis}


    Writing this code, as i said, it label them as number 1, 2, 3, and 4 while i need Hyp 1, Hyp 2, Hyp1, and Hyp 2.



    How can i achieve that?
    Many Regards










    share|improve this question
















    bumped to the homepage by Community 2 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      1












      1








      1








      I actually started to use Latex in order to prepare better works.



      After that, there is a problem.
      This is my code actually:



      Determine Hyp 1 and 2



      newtheorem{hypothesis}{Hypothesis}

      begin{hypothesis} %Hyp 1
      begin{justify}
      [ RE>RM land RF>RM lor RE<RM land RF<RM implies ]
      end{justify}par
      end{hypothesis}

      begin{hypothesis} %Hyp 2
      begin{justify}
      [ RE>RM land RF<RM lor RE<RM land RF>RM implies ]
      end{justify}par
      end{hypothesis}


      Now i need to recall Hyp 1 and 2 and i do not want that continue to label it as 3, 4, and so on



      begin{hypothesis} %Hyp1
      begin{equation}
      x
      end{equation}par
      end{hypothesis}

      begin{hypothesis} %Hyp2
      begin{equation}
      xtimes (-1)
      end{equation}par
      end{hypothesis}


      Writing this code, as i said, it label them as number 1, 2, 3, and 4 while i need Hyp 1, Hyp 2, Hyp1, and Hyp 2.



      How can i achieve that?
      Many Regards










      share|improve this question
















      I actually started to use Latex in order to prepare better works.



      After that, there is a problem.
      This is my code actually:



      Determine Hyp 1 and 2



      newtheorem{hypothesis}{Hypothesis}

      begin{hypothesis} %Hyp 1
      begin{justify}
      [ RE>RM land RF>RM lor RE<RM land RF<RM implies ]
      end{justify}par
      end{hypothesis}

      begin{hypothesis} %Hyp 2
      begin{justify}
      [ RE>RM land RF<RM lor RE<RM land RF>RM implies ]
      end{justify}par
      end{hypothesis}


      Now i need to recall Hyp 1 and 2 and i do not want that continue to label it as 3, 4, and so on



      begin{hypothesis} %Hyp1
      begin{equation}
      x
      end{equation}par
      end{hypothesis}

      begin{hypothesis} %Hyp2
      begin{equation}
      xtimes (-1)
      end{equation}par
      end{hypothesis}


      Writing this code, as i said, it label them as number 1, 2, 3, and 4 while i need Hyp 1, Hyp 2, Hyp1, and Hyp 2.



      How can i achieve that?
      Many Regards







      numbering packages theorems text ntheorem






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jun 20 '18 at 10:59







      Rufyyyyy

















      asked Jun 20 '18 at 10:35









      RufyyyyyRufyyyyy

      62




      62





      bumped to the homepage by Community 2 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 2 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          The following is pretty ugly, but gets the job done. Essentially, it makes a new command for hypothesis 1 and 2 that displays some set text and an equation that is numbered as normal. It plays around with the counter and manipulates it to be what is desired. I wasn't sure what your "justifications" were, so I replaced it with equations, but it can be adapted pretty easily based on what you have in mind.



          documentclass{article}
          usepackage{amsthm, amsmath}

          newcounter{hypcounter}
          newtheorem{hypothesis}{Hypothesis}
          newcommand{firsthyp}[1]{
          setcounter{hypcounter}{value{hypothesis}} % save what number we're at
          setcounter{hypothesis}{0} % so that the hypothesis is numbered 1
          begin{hypothesis}
          My first hypothesis states some stuff
          begin{equation} #1 end{equation}
          end{hypothesis}
          setcounter{hypothesis}{value{hypcounter}} % rewrite that number back into counter
          }
          newcommand{secondhyp}[1]{
          setcounter{hypcounter}{value{hypothesis}}
          setcounter{hypothesis}{1} % so that the hypothesis is numbered 2
          begin{hypothesis}
          My second hypothesis states some other stuff
          begin{equation} #1 end{equation}
          end{hypothesis}
          setcounter{hypothesis}{value{hypcounter}}
          }


          begin{document}
          setcounter{hypothesis}{2} % so that a hypotheses afterwards will begin at 3
          firsthyp{RE>RM land RF>RM lor RE<RM land RF<RM implies}
          secondhyp{RE>RM land RF<RM lor RE<RM land RF>RM implies}

          begin{hypothesis}
          Another hypothesis will be numbered with the next number, $3$.
          begin{equation}
          text{Equation numbering continue as normal}
          end{equation}
          end{hypothesis}

          firsthyp{x}
          secondhyp{xtimes (-1)}

          end{document}





          share|improve this answer
























          • I think setcounter{hypothesis}{n} (n= previous value) before calling the hypothesis and a setcounter{hypothesis}{x} (x= previous than the last hypothesis) after that would be enough for an accepted answer. Or at least if you want to automate it you could do it in a newenvironment command with possibly an optional argument... Seems too complicated to me

            – koleygr
            Sep 19 '18 at 1:09














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


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f437181%2frecall-an-hypothesis%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









          0














          The following is pretty ugly, but gets the job done. Essentially, it makes a new command for hypothesis 1 and 2 that displays some set text and an equation that is numbered as normal. It plays around with the counter and manipulates it to be what is desired. I wasn't sure what your "justifications" were, so I replaced it with equations, but it can be adapted pretty easily based on what you have in mind.



          documentclass{article}
          usepackage{amsthm, amsmath}

          newcounter{hypcounter}
          newtheorem{hypothesis}{Hypothesis}
          newcommand{firsthyp}[1]{
          setcounter{hypcounter}{value{hypothesis}} % save what number we're at
          setcounter{hypothesis}{0} % so that the hypothesis is numbered 1
          begin{hypothesis}
          My first hypothesis states some stuff
          begin{equation} #1 end{equation}
          end{hypothesis}
          setcounter{hypothesis}{value{hypcounter}} % rewrite that number back into counter
          }
          newcommand{secondhyp}[1]{
          setcounter{hypcounter}{value{hypothesis}}
          setcounter{hypothesis}{1} % so that the hypothesis is numbered 2
          begin{hypothesis}
          My second hypothesis states some other stuff
          begin{equation} #1 end{equation}
          end{hypothesis}
          setcounter{hypothesis}{value{hypcounter}}
          }


          begin{document}
          setcounter{hypothesis}{2} % so that a hypotheses afterwards will begin at 3
          firsthyp{RE>RM land RF>RM lor RE<RM land RF<RM implies}
          secondhyp{RE>RM land RF<RM lor RE<RM land RF>RM implies}

          begin{hypothesis}
          Another hypothesis will be numbered with the next number, $3$.
          begin{equation}
          text{Equation numbering continue as normal}
          end{equation}
          end{hypothesis}

          firsthyp{x}
          secondhyp{xtimes (-1)}

          end{document}





          share|improve this answer
























          • I think setcounter{hypothesis}{n} (n= previous value) before calling the hypothesis and a setcounter{hypothesis}{x} (x= previous than the last hypothesis) after that would be enough for an accepted answer. Or at least if you want to automate it you could do it in a newenvironment command with possibly an optional argument... Seems too complicated to me

            – koleygr
            Sep 19 '18 at 1:09


















          0














          The following is pretty ugly, but gets the job done. Essentially, it makes a new command for hypothesis 1 and 2 that displays some set text and an equation that is numbered as normal. It plays around with the counter and manipulates it to be what is desired. I wasn't sure what your "justifications" were, so I replaced it with equations, but it can be adapted pretty easily based on what you have in mind.



          documentclass{article}
          usepackage{amsthm, amsmath}

          newcounter{hypcounter}
          newtheorem{hypothesis}{Hypothesis}
          newcommand{firsthyp}[1]{
          setcounter{hypcounter}{value{hypothesis}} % save what number we're at
          setcounter{hypothesis}{0} % so that the hypothesis is numbered 1
          begin{hypothesis}
          My first hypothesis states some stuff
          begin{equation} #1 end{equation}
          end{hypothesis}
          setcounter{hypothesis}{value{hypcounter}} % rewrite that number back into counter
          }
          newcommand{secondhyp}[1]{
          setcounter{hypcounter}{value{hypothesis}}
          setcounter{hypothesis}{1} % so that the hypothesis is numbered 2
          begin{hypothesis}
          My second hypothesis states some other stuff
          begin{equation} #1 end{equation}
          end{hypothesis}
          setcounter{hypothesis}{value{hypcounter}}
          }


          begin{document}
          setcounter{hypothesis}{2} % so that a hypotheses afterwards will begin at 3
          firsthyp{RE>RM land RF>RM lor RE<RM land RF<RM implies}
          secondhyp{RE>RM land RF<RM lor RE<RM land RF>RM implies}

          begin{hypothesis}
          Another hypothesis will be numbered with the next number, $3$.
          begin{equation}
          text{Equation numbering continue as normal}
          end{equation}
          end{hypothesis}

          firsthyp{x}
          secondhyp{xtimes (-1)}

          end{document}





          share|improve this answer
























          • I think setcounter{hypothesis}{n} (n= previous value) before calling the hypothesis and a setcounter{hypothesis}{x} (x= previous than the last hypothesis) after that would be enough for an accepted answer. Or at least if you want to automate it you could do it in a newenvironment command with possibly an optional argument... Seems too complicated to me

            – koleygr
            Sep 19 '18 at 1:09
















          0












          0








          0







          The following is pretty ugly, but gets the job done. Essentially, it makes a new command for hypothesis 1 and 2 that displays some set text and an equation that is numbered as normal. It plays around with the counter and manipulates it to be what is desired. I wasn't sure what your "justifications" were, so I replaced it with equations, but it can be adapted pretty easily based on what you have in mind.



          documentclass{article}
          usepackage{amsthm, amsmath}

          newcounter{hypcounter}
          newtheorem{hypothesis}{Hypothesis}
          newcommand{firsthyp}[1]{
          setcounter{hypcounter}{value{hypothesis}} % save what number we're at
          setcounter{hypothesis}{0} % so that the hypothesis is numbered 1
          begin{hypothesis}
          My first hypothesis states some stuff
          begin{equation} #1 end{equation}
          end{hypothesis}
          setcounter{hypothesis}{value{hypcounter}} % rewrite that number back into counter
          }
          newcommand{secondhyp}[1]{
          setcounter{hypcounter}{value{hypothesis}}
          setcounter{hypothesis}{1} % so that the hypothesis is numbered 2
          begin{hypothesis}
          My second hypothesis states some other stuff
          begin{equation} #1 end{equation}
          end{hypothesis}
          setcounter{hypothesis}{value{hypcounter}}
          }


          begin{document}
          setcounter{hypothesis}{2} % so that a hypotheses afterwards will begin at 3
          firsthyp{RE>RM land RF>RM lor RE<RM land RF<RM implies}
          secondhyp{RE>RM land RF<RM lor RE<RM land RF>RM implies}

          begin{hypothesis}
          Another hypothesis will be numbered with the next number, $3$.
          begin{equation}
          text{Equation numbering continue as normal}
          end{equation}
          end{hypothesis}

          firsthyp{x}
          secondhyp{xtimes (-1)}

          end{document}





          share|improve this answer













          The following is pretty ugly, but gets the job done. Essentially, it makes a new command for hypothesis 1 and 2 that displays some set text and an equation that is numbered as normal. It plays around with the counter and manipulates it to be what is desired. I wasn't sure what your "justifications" were, so I replaced it with equations, but it can be adapted pretty easily based on what you have in mind.



          documentclass{article}
          usepackage{amsthm, amsmath}

          newcounter{hypcounter}
          newtheorem{hypothesis}{Hypothesis}
          newcommand{firsthyp}[1]{
          setcounter{hypcounter}{value{hypothesis}} % save what number we're at
          setcounter{hypothesis}{0} % so that the hypothesis is numbered 1
          begin{hypothesis}
          My first hypothesis states some stuff
          begin{equation} #1 end{equation}
          end{hypothesis}
          setcounter{hypothesis}{value{hypcounter}} % rewrite that number back into counter
          }
          newcommand{secondhyp}[1]{
          setcounter{hypcounter}{value{hypothesis}}
          setcounter{hypothesis}{1} % so that the hypothesis is numbered 2
          begin{hypothesis}
          My second hypothesis states some other stuff
          begin{equation} #1 end{equation}
          end{hypothesis}
          setcounter{hypothesis}{value{hypcounter}}
          }


          begin{document}
          setcounter{hypothesis}{2} % so that a hypotheses afterwards will begin at 3
          firsthyp{RE>RM land RF>RM lor RE<RM land RF<RM implies}
          secondhyp{RE>RM land RF<RM lor RE<RM land RF>RM implies}

          begin{hypothesis}
          Another hypothesis will be numbered with the next number, $3$.
          begin{equation}
          text{Equation numbering continue as normal}
          end{equation}
          end{hypothesis}

          firsthyp{x}
          secondhyp{xtimes (-1)}

          end{document}






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jun 20 '18 at 22:34









          CrimsonRainCrimsonRain

          72727




          72727













          • I think setcounter{hypothesis}{n} (n= previous value) before calling the hypothesis and a setcounter{hypothesis}{x} (x= previous than the last hypothesis) after that would be enough for an accepted answer. Or at least if you want to automate it you could do it in a newenvironment command with possibly an optional argument... Seems too complicated to me

            – koleygr
            Sep 19 '18 at 1:09





















          • I think setcounter{hypothesis}{n} (n= previous value) before calling the hypothesis and a setcounter{hypothesis}{x} (x= previous than the last hypothesis) after that would be enough for an accepted answer. Or at least if you want to automate it you could do it in a newenvironment command with possibly an optional argument... Seems too complicated to me

            – koleygr
            Sep 19 '18 at 1:09



















          I think setcounter{hypothesis}{n} (n= previous value) before calling the hypothesis and a setcounter{hypothesis}{x} (x= previous than the last hypothesis) after that would be enough for an accepted answer. Or at least if you want to automate it you could do it in a newenvironment command with possibly an optional argument... Seems too complicated to me

          – koleygr
          Sep 19 '18 at 1:09







          I think setcounter{hypothesis}{n} (n= previous value) before calling the hypothesis and a setcounter{hypothesis}{x} (x= previous than the last hypothesis) after that would be enough for an accepted answer. Or at least if you want to automate it you could do it in a newenvironment command with possibly an optional argument... Seems too complicated to me

          – koleygr
          Sep 19 '18 at 1:09




















          draft saved

          draft discarded




















































          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%2f437181%2frecall-an-hypothesis%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 /...