Use of pause in note environment

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite












Is it somehow possible to use pause in the note environment?



In the example, so that "item 2" on slide and in notes pop up at the same time?



documentclassbeamer
usepackagepgfpages
setbeameroptionshow notes on second screen
begindocument
beginframe
beginitemize
item item 1 pause
item item 2
enditemize
notebeginitemize
item item 1 pause
item item 2
enditemize
endframe
enddocument


The pause command in the notes section doesn't do anything here.



Thanks in advance.










share|improve this question



























    up vote
    3
    down vote

    favorite












    Is it somehow possible to use pause in the note environment?



    In the example, so that "item 2" on slide and in notes pop up at the same time?



    documentclassbeamer
    usepackagepgfpages
    setbeameroptionshow notes on second screen
    begindocument
    beginframe
    beginitemize
    item item 1 pause
    item item 2
    enditemize
    notebeginitemize
    item item 1 pause
    item item 2
    enditemize
    endframe
    enddocument


    The pause command in the notes section doesn't do anything here.



    Thanks in advance.










    share|improve this question

























      up vote
      3
      down vote

      favorite









      up vote
      3
      down vote

      favorite











      Is it somehow possible to use pause in the note environment?



      In the example, so that "item 2" on slide and in notes pop up at the same time?



      documentclassbeamer
      usepackagepgfpages
      setbeameroptionshow notes on second screen
      begindocument
      beginframe
      beginitemize
      item item 1 pause
      item item 2
      enditemize
      notebeginitemize
      item item 1 pause
      item item 2
      enditemize
      endframe
      enddocument


      The pause command in the notes section doesn't do anything here.



      Thanks in advance.










      share|improve this question















      Is it somehow possible to use pause in the note environment?



      In the example, so that "item 2" on slide and in notes pop up at the same time?



      documentclassbeamer
      usepackagepgfpages
      setbeameroptionshow notes on second screen
      begindocument
      beginframe
      beginitemize
      item item 1 pause
      item item 2
      enditemize
      notebeginitemize
      item item 1 pause
      item item 2
      enditemize
      endframe
      enddocument


      The pause command in the notes section doesn't do anything here.



      Thanks in advance.







      beamer notes pause pgfpages






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 3 hours ago









      samcarter

      77.1k787247




      77.1k787247










      asked 4 hours ago









      Dirk

      234




      234




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          3
          down vote



          accepted










          You can pass overlay instructions to the note command which specify on which overlays the note should be displayed.



          documentclassbeamer
          usepackagepgfpages
          setbeameroptionshow notes on second screen
          begindocument
          beginframe
          beginitemize
          item item 1 pause
          item item 2
          enditemize
          note<1->[item]item 1
          note<2>[item]item 2
          endframe
          enddocument





          share|improve this answer




















          • Awesome, thanks a lot
            – Dirk
            3 hours ago










          • @Dirk You're welcome!
            – samcarter
            3 hours ago

















          up vote
          1
          down vote













          For completeness: instead of show notes on second screen you can also use second mode text on second screen which allows you to create a parallel presentation on the second screen. This does not provide the visual features of the note environment (like the small version of the presentation slide) but it does give some flexibility in using overlay specifications.



          An example that comes close to your question uses alt<second>, another example uses only, as in the following MWE:



          documentclassbeamer
          usepackagepgfpages
          setbeameroptionsecond mode text on second screen
          begindocument

          beginframe[typeset second]
          frametitletextttalt<second>
          beginitemize
          alt<second>
          item note item 1pause
          item note item 2

          item item 1pause
          item item 2

          enditemize
          endframe

          beginframe[typeset second]
          frametitletextttonly
          beginitemize
          only<second:0>item item 1
          only<second>item note item 1pause
          only<second:0>item item 2
          only<second>item note item 2
          enditemize
          endframe

          enddocument


          Result:



          enter image description here






          share|improve this answer




















            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',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            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%2f453785%2fuse-of-pause-in-note-environment%23new-answer', 'question_page');

            );

            Post as a guest






























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            3
            down vote



            accepted










            You can pass overlay instructions to the note command which specify on which overlays the note should be displayed.



            documentclassbeamer
            usepackagepgfpages
            setbeameroptionshow notes on second screen
            begindocument
            beginframe
            beginitemize
            item item 1 pause
            item item 2
            enditemize
            note<1->[item]item 1
            note<2>[item]item 2
            endframe
            enddocument





            share|improve this answer




















            • Awesome, thanks a lot
              – Dirk
              3 hours ago










            • @Dirk You're welcome!
              – samcarter
              3 hours ago














            up vote
            3
            down vote



            accepted










            You can pass overlay instructions to the note command which specify on which overlays the note should be displayed.



            documentclassbeamer
            usepackagepgfpages
            setbeameroptionshow notes on second screen
            begindocument
            beginframe
            beginitemize
            item item 1 pause
            item item 2
            enditemize
            note<1->[item]item 1
            note<2>[item]item 2
            endframe
            enddocument





            share|improve this answer




















            • Awesome, thanks a lot
              – Dirk
              3 hours ago










            • @Dirk You're welcome!
              – samcarter
              3 hours ago












            up vote
            3
            down vote



            accepted







            up vote
            3
            down vote



            accepted






            You can pass overlay instructions to the note command which specify on which overlays the note should be displayed.



            documentclassbeamer
            usepackagepgfpages
            setbeameroptionshow notes on second screen
            begindocument
            beginframe
            beginitemize
            item item 1 pause
            item item 2
            enditemize
            note<1->[item]item 1
            note<2>[item]item 2
            endframe
            enddocument





            share|improve this answer












            You can pass overlay instructions to the note command which specify on which overlays the note should be displayed.



            documentclassbeamer
            usepackagepgfpages
            setbeameroptionshow notes on second screen
            begindocument
            beginframe
            beginitemize
            item item 1 pause
            item item 2
            enditemize
            note<1->[item]item 1
            note<2>[item]item 2
            endframe
            enddocument






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 4 hours ago









            samcarter

            77.1k787247




            77.1k787247











            • Awesome, thanks a lot
              – Dirk
              3 hours ago










            • @Dirk You're welcome!
              – samcarter
              3 hours ago
















            • Awesome, thanks a lot
              – Dirk
              3 hours ago










            • @Dirk You're welcome!
              – samcarter
              3 hours ago















            Awesome, thanks a lot
            – Dirk
            3 hours ago




            Awesome, thanks a lot
            – Dirk
            3 hours ago












            @Dirk You're welcome!
            – samcarter
            3 hours ago




            @Dirk You're welcome!
            – samcarter
            3 hours ago










            up vote
            1
            down vote













            For completeness: instead of show notes on second screen you can also use second mode text on second screen which allows you to create a parallel presentation on the second screen. This does not provide the visual features of the note environment (like the small version of the presentation slide) but it does give some flexibility in using overlay specifications.



            An example that comes close to your question uses alt<second>, another example uses only, as in the following MWE:



            documentclassbeamer
            usepackagepgfpages
            setbeameroptionsecond mode text on second screen
            begindocument

            beginframe[typeset second]
            frametitletextttalt<second>
            beginitemize
            alt<second>
            item note item 1pause
            item note item 2

            item item 1pause
            item item 2

            enditemize
            endframe

            beginframe[typeset second]
            frametitletextttonly
            beginitemize
            only<second:0>item item 1
            only<second>item note item 1pause
            only<second:0>item item 2
            only<second>item note item 2
            enditemize
            endframe

            enddocument


            Result:



            enter image description here






            share|improve this answer
























              up vote
              1
              down vote













              For completeness: instead of show notes on second screen you can also use second mode text on second screen which allows you to create a parallel presentation on the second screen. This does not provide the visual features of the note environment (like the small version of the presentation slide) but it does give some flexibility in using overlay specifications.



              An example that comes close to your question uses alt<second>, another example uses only, as in the following MWE:



              documentclassbeamer
              usepackagepgfpages
              setbeameroptionsecond mode text on second screen
              begindocument

              beginframe[typeset second]
              frametitletextttalt<second>
              beginitemize
              alt<second>
              item note item 1pause
              item note item 2

              item item 1pause
              item item 2

              enditemize
              endframe

              beginframe[typeset second]
              frametitletextttonly
              beginitemize
              only<second:0>item item 1
              only<second>item note item 1pause
              only<second:0>item item 2
              only<second>item note item 2
              enditemize
              endframe

              enddocument


              Result:



              enter image description here






              share|improve this answer






















                up vote
                1
                down vote










                up vote
                1
                down vote









                For completeness: instead of show notes on second screen you can also use second mode text on second screen which allows you to create a parallel presentation on the second screen. This does not provide the visual features of the note environment (like the small version of the presentation slide) but it does give some flexibility in using overlay specifications.



                An example that comes close to your question uses alt<second>, another example uses only, as in the following MWE:



                documentclassbeamer
                usepackagepgfpages
                setbeameroptionsecond mode text on second screen
                begindocument

                beginframe[typeset second]
                frametitletextttalt<second>
                beginitemize
                alt<second>
                item note item 1pause
                item note item 2

                item item 1pause
                item item 2

                enditemize
                endframe

                beginframe[typeset second]
                frametitletextttonly
                beginitemize
                only<second:0>item item 1
                only<second>item note item 1pause
                only<second:0>item item 2
                only<second>item note item 2
                enditemize
                endframe

                enddocument


                Result:



                enter image description here






                share|improve this answer












                For completeness: instead of show notes on second screen you can also use second mode text on second screen which allows you to create a parallel presentation on the second screen. This does not provide the visual features of the note environment (like the small version of the presentation slide) but it does give some flexibility in using overlay specifications.



                An example that comes close to your question uses alt<second>, another example uses only, as in the following MWE:



                documentclassbeamer
                usepackagepgfpages
                setbeameroptionsecond mode text on second screen
                begindocument

                beginframe[typeset second]
                frametitletextttalt<second>
                beginitemize
                alt<second>
                item note item 1pause
                item note item 2

                item item 1pause
                item item 2

                enditemize
                endframe

                beginframe[typeset second]
                frametitletextttonly
                beginitemize
                only<second:0>item item 1
                only<second>item note item 1pause
                only<second:0>item item 2
                only<second>item note item 2
                enditemize
                endframe

                enddocument


                Result:



                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 3 hours ago









                Marijn

                6,711533




                6,711533



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f453785%2fuse-of-pause-in-note-environment%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    Long meetings (6-7 hours a day): Being “babysat” by supervisor

                    Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                    Confectionery