Beamer super-wide pages overlap between monitors












0















I am trying to use the package pgfpages with the option setbeameroption{previous slide on second screen=left} to create super wide pages to take advangate of multiple monitors. This is what I get in my PDF reader.



enter image description here



Since the Start icon is not aligned with the vertical box, it means that a part of the preview on the left will be shown on the projector monitor (because everything to the left of the startup icon will be shown on the projector). Some people may say that it has nothing to do with LaTeX, but a good workaround can be done with LaTeX; if I can insert an empty space between the two slides (in the vertical box position), then the two slides will be separated and any overlap will appear as white space rather than as a part of the content of the other slide. It could also be nice if the background of the empty space can be customized so that it blends with the background of the left slide (in case it was not white).



documentclass[aspectratio=169, xcolor={x11names}]{beamer}

setbeameroption{show notes}

usecolortheme{wolverine}
useoutertheme{split}
useinnertheme{inmargin}

newlength{widthTextMarginLeft}
setlength{widthTextMarginLeft}{1.5mm}
newlength{widthTextMarginRight}
setlength{widthTextMarginRight}{2mm}
setbeamersize{text margin left=widthTextMarginLeft, text margin right=widthTextMarginRight}
newlength{sidebarWidth}
setlength{sidebarWidth}{0.3paperwidth}
setbeamersize{sidebar width left=sidebarWidth, sidebar width right=0cm}

setbeamercovered{transparent=30}
setbeamersize{description width=0mm}

usepackage{blindtext}

usepackage{pgfpages}
setbeameroption{previous slide on second screen=left}



begin{document}

begin{frame}{Showing Contents Gradually without Alert}

begin{block}{Why is induction motor very common}
%
uncover<+->{vphantom{$1$}}uncover<+->{Induction motors are very practical for the following reasons}

begin{description}[<+->]
item[Rigid] Rigid
item[Cheap] Cheap
note<+>{blindlistlist[1]{enumerate}}
item[Low Maintenance] Low Maintenance
item[Self-Starting] Self-starting
note<+>{blindlistlist[1]{enumerate}}
item[No Excitation Needed] No Excitation Needed
end{description}

end{block}


end{frame}

end{document}









share|improve this question



























    0















    I am trying to use the package pgfpages with the option setbeameroption{previous slide on second screen=left} to create super wide pages to take advangate of multiple monitors. This is what I get in my PDF reader.



    enter image description here



    Since the Start icon is not aligned with the vertical box, it means that a part of the preview on the left will be shown on the projector monitor (because everything to the left of the startup icon will be shown on the projector). Some people may say that it has nothing to do with LaTeX, but a good workaround can be done with LaTeX; if I can insert an empty space between the two slides (in the vertical box position), then the two slides will be separated and any overlap will appear as white space rather than as a part of the content of the other slide. It could also be nice if the background of the empty space can be customized so that it blends with the background of the left slide (in case it was not white).



    documentclass[aspectratio=169, xcolor={x11names}]{beamer}

    setbeameroption{show notes}

    usecolortheme{wolverine}
    useoutertheme{split}
    useinnertheme{inmargin}

    newlength{widthTextMarginLeft}
    setlength{widthTextMarginLeft}{1.5mm}
    newlength{widthTextMarginRight}
    setlength{widthTextMarginRight}{2mm}
    setbeamersize{text margin left=widthTextMarginLeft, text margin right=widthTextMarginRight}
    newlength{sidebarWidth}
    setlength{sidebarWidth}{0.3paperwidth}
    setbeamersize{sidebar width left=sidebarWidth, sidebar width right=0cm}

    setbeamercovered{transparent=30}
    setbeamersize{description width=0mm}

    usepackage{blindtext}

    usepackage{pgfpages}
    setbeameroption{previous slide on second screen=left}



    begin{document}

    begin{frame}{Showing Contents Gradually without Alert}

    begin{block}{Why is induction motor very common}
    %
    uncover<+->{vphantom{$1$}}uncover<+->{Induction motors are very practical for the following reasons}

    begin{description}[<+->]
    item[Rigid] Rigid
    item[Cheap] Cheap
    note<+>{blindlistlist[1]{enumerate}}
    item[Low Maintenance] Low Maintenance
    item[Self-Starting] Self-starting
    note<+>{blindlistlist[1]{enumerate}}
    item[No Excitation Needed] No Excitation Needed
    end{description}

    end{block}


    end{frame}

    end{document}









    share|improve this question

























      0












      0








      0








      I am trying to use the package pgfpages with the option setbeameroption{previous slide on second screen=left} to create super wide pages to take advangate of multiple monitors. This is what I get in my PDF reader.



      enter image description here



      Since the Start icon is not aligned with the vertical box, it means that a part of the preview on the left will be shown on the projector monitor (because everything to the left of the startup icon will be shown on the projector). Some people may say that it has nothing to do with LaTeX, but a good workaround can be done with LaTeX; if I can insert an empty space between the two slides (in the vertical box position), then the two slides will be separated and any overlap will appear as white space rather than as a part of the content of the other slide. It could also be nice if the background of the empty space can be customized so that it blends with the background of the left slide (in case it was not white).



      documentclass[aspectratio=169, xcolor={x11names}]{beamer}

      setbeameroption{show notes}

      usecolortheme{wolverine}
      useoutertheme{split}
      useinnertheme{inmargin}

      newlength{widthTextMarginLeft}
      setlength{widthTextMarginLeft}{1.5mm}
      newlength{widthTextMarginRight}
      setlength{widthTextMarginRight}{2mm}
      setbeamersize{text margin left=widthTextMarginLeft, text margin right=widthTextMarginRight}
      newlength{sidebarWidth}
      setlength{sidebarWidth}{0.3paperwidth}
      setbeamersize{sidebar width left=sidebarWidth, sidebar width right=0cm}

      setbeamercovered{transparent=30}
      setbeamersize{description width=0mm}

      usepackage{blindtext}

      usepackage{pgfpages}
      setbeameroption{previous slide on second screen=left}



      begin{document}

      begin{frame}{Showing Contents Gradually without Alert}

      begin{block}{Why is induction motor very common}
      %
      uncover<+->{vphantom{$1$}}uncover<+->{Induction motors are very practical for the following reasons}

      begin{description}[<+->]
      item[Rigid] Rigid
      item[Cheap] Cheap
      note<+>{blindlistlist[1]{enumerate}}
      item[Low Maintenance] Low Maintenance
      item[Self-Starting] Self-starting
      note<+>{blindlistlist[1]{enumerate}}
      item[No Excitation Needed] No Excitation Needed
      end{description}

      end{block}


      end{frame}

      end{document}









      share|improve this question














      I am trying to use the package pgfpages with the option setbeameroption{previous slide on second screen=left} to create super wide pages to take advangate of multiple monitors. This is what I get in my PDF reader.



      enter image description here



      Since the Start icon is not aligned with the vertical box, it means that a part of the preview on the left will be shown on the projector monitor (because everything to the left of the startup icon will be shown on the projector). Some people may say that it has nothing to do with LaTeX, but a good workaround can be done with LaTeX; if I can insert an empty space between the two slides (in the vertical box position), then the two slides will be separated and any overlap will appear as white space rather than as a part of the content of the other slide. It could also be nice if the background of the empty space can be customized so that it blends with the background of the left slide (in case it was not white).



      documentclass[aspectratio=169, xcolor={x11names}]{beamer}

      setbeameroption{show notes}

      usecolortheme{wolverine}
      useoutertheme{split}
      useinnertheme{inmargin}

      newlength{widthTextMarginLeft}
      setlength{widthTextMarginLeft}{1.5mm}
      newlength{widthTextMarginRight}
      setlength{widthTextMarginRight}{2mm}
      setbeamersize{text margin left=widthTextMarginLeft, text margin right=widthTextMarginRight}
      newlength{sidebarWidth}
      setlength{sidebarWidth}{0.3paperwidth}
      setbeamersize{sidebar width left=sidebarWidth, sidebar width right=0cm}

      setbeamercovered{transparent=30}
      setbeamersize{description width=0mm}

      usepackage{blindtext}

      usepackage{pgfpages}
      setbeameroption{previous slide on second screen=left}



      begin{document}

      begin{frame}{Showing Contents Gradually without Alert}

      begin{block}{Why is induction motor very common}
      %
      uncover<+->{vphantom{$1$}}uncover<+->{Induction motors are very practical for the following reasons}

      begin{description}[<+->]
      item[Rigid] Rigid
      item[Cheap] Cheap
      note<+>{blindlistlist[1]{enumerate}}
      item[Low Maintenance] Low Maintenance
      item[Self-Starting] Self-starting
      note<+>{blindlistlist[1]{enumerate}}
      item[No Excitation Needed] No Excitation Needed
      end{description}

      end{block}


      end{frame}

      end{document}






      beamer pgfpages






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 3 hours ago









      Al-Motasem AldaoudeyehAl-Motasem Aldaoudeyeh

      1,741414




      1,741414






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Instead of using the re-defined previous slide on second screen layout you could define a custom one and move the pages around as you please (I marked the two places to adjust values with <-...):



          documentclass[aspectratio=169, xcolor={x11names}]{beamer}

          setbeameroption{show notes}

          usecolortheme{wolverine}
          useoutertheme{split}
          useinnertheme{inmargin}

          newlength{widthTextMarginLeft}
          setlength{widthTextMarginLeft}{1.5mm}
          newlength{widthTextMarginRight}
          setlength{widthTextMarginRight}{2mm}
          setbeamersize{text margin left=widthTextMarginLeft, text margin right=widthTextMarginRight}
          newlength{sidebarWidth}
          setlength{sidebarWidth}{0.3paperwidth}
          setbeamersize{sidebar width left=sidebarWidth, sidebar width right=0cm}

          setbeamercovered{transparent=30}
          setbeamersize{description width=0mm}

          usepackage{blindtext}

          usepackage{pgfpages}
          setbeameroption{previous slide on second screen=left}


          setbeamercolor{background canvas}{bg=green}

          makeatletter
          pgfpagesdeclarelayout{my two screens with lagging second}
          {}
          {
          pgfpagesphysicalpageoptions
          {%
          logical pages=2,%
          physical height=pgfpageoptiontwoheight,%
          physical width=2.5paperwidth,% <- change "2.5" to adjust total paper width
          last logical shipout=1,%
          }
          pgfpageslogicalpageoptions{1}
          {%
          center=pgfpoint{2paperwidth}{.5paperheight},% <- change the "2" to horizontally move left page
          }%
          pgfpageslogicalpageoptions{2}
          {%
          center=pgfpoint{.5paperwidth}{.5paperheight},%
          copy from=1%
          }%
          }
          pgfpagesuselayout{my two screens with lagging second}
          makeatother


          begin{document}

          begin{frame}{Showing Contents Gradually without Alert}

          begin{block}{Why is induction motor very common}
          %
          uncover<+->{vphantom{$1$}}uncover<+->{Induction motors are very practical for the following reasons}

          begin{description}[<+->]
          item[Rigid] Rigid
          item[Cheap] Cheap
          note<+>{blindlistlist[1]{enumerate}}
          item[Low Maintenance] Low Maintenance
          item[Self-Starting] Self-starting
          note<+>{blindlistlist[1]{enumerate}}
          item[No Excitation Needed] No Excitation Needed
          end{description}

          end{block}


          end{frame}

          end{document}


          enter image description here






          share|improve this answer


























          • Thanks. Where exactly is the parameter that adjusts the width of the clearance between slides? Also, how to adjust the color of that clearance?

            – Al-Motasem Aldaoudeyeh
            2 hours ago













          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%2f480188%2fbeamer-super-wide-pages-overlap-between-monitors%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














          Instead of using the re-defined previous slide on second screen layout you could define a custom one and move the pages around as you please (I marked the two places to adjust values with <-...):



          documentclass[aspectratio=169, xcolor={x11names}]{beamer}

          setbeameroption{show notes}

          usecolortheme{wolverine}
          useoutertheme{split}
          useinnertheme{inmargin}

          newlength{widthTextMarginLeft}
          setlength{widthTextMarginLeft}{1.5mm}
          newlength{widthTextMarginRight}
          setlength{widthTextMarginRight}{2mm}
          setbeamersize{text margin left=widthTextMarginLeft, text margin right=widthTextMarginRight}
          newlength{sidebarWidth}
          setlength{sidebarWidth}{0.3paperwidth}
          setbeamersize{sidebar width left=sidebarWidth, sidebar width right=0cm}

          setbeamercovered{transparent=30}
          setbeamersize{description width=0mm}

          usepackage{blindtext}

          usepackage{pgfpages}
          setbeameroption{previous slide on second screen=left}


          setbeamercolor{background canvas}{bg=green}

          makeatletter
          pgfpagesdeclarelayout{my two screens with lagging second}
          {}
          {
          pgfpagesphysicalpageoptions
          {%
          logical pages=2,%
          physical height=pgfpageoptiontwoheight,%
          physical width=2.5paperwidth,% <- change "2.5" to adjust total paper width
          last logical shipout=1,%
          }
          pgfpageslogicalpageoptions{1}
          {%
          center=pgfpoint{2paperwidth}{.5paperheight},% <- change the "2" to horizontally move left page
          }%
          pgfpageslogicalpageoptions{2}
          {%
          center=pgfpoint{.5paperwidth}{.5paperheight},%
          copy from=1%
          }%
          }
          pgfpagesuselayout{my two screens with lagging second}
          makeatother


          begin{document}

          begin{frame}{Showing Contents Gradually without Alert}

          begin{block}{Why is induction motor very common}
          %
          uncover<+->{vphantom{$1$}}uncover<+->{Induction motors are very practical for the following reasons}

          begin{description}[<+->]
          item[Rigid] Rigid
          item[Cheap] Cheap
          note<+>{blindlistlist[1]{enumerate}}
          item[Low Maintenance] Low Maintenance
          item[Self-Starting] Self-starting
          note<+>{blindlistlist[1]{enumerate}}
          item[No Excitation Needed] No Excitation Needed
          end{description}

          end{block}


          end{frame}

          end{document}


          enter image description here






          share|improve this answer


























          • Thanks. Where exactly is the parameter that adjusts the width of the clearance between slides? Also, how to adjust the color of that clearance?

            – Al-Motasem Aldaoudeyeh
            2 hours ago


















          0














          Instead of using the re-defined previous slide on second screen layout you could define a custom one and move the pages around as you please (I marked the two places to adjust values with <-...):



          documentclass[aspectratio=169, xcolor={x11names}]{beamer}

          setbeameroption{show notes}

          usecolortheme{wolverine}
          useoutertheme{split}
          useinnertheme{inmargin}

          newlength{widthTextMarginLeft}
          setlength{widthTextMarginLeft}{1.5mm}
          newlength{widthTextMarginRight}
          setlength{widthTextMarginRight}{2mm}
          setbeamersize{text margin left=widthTextMarginLeft, text margin right=widthTextMarginRight}
          newlength{sidebarWidth}
          setlength{sidebarWidth}{0.3paperwidth}
          setbeamersize{sidebar width left=sidebarWidth, sidebar width right=0cm}

          setbeamercovered{transparent=30}
          setbeamersize{description width=0mm}

          usepackage{blindtext}

          usepackage{pgfpages}
          setbeameroption{previous slide on second screen=left}


          setbeamercolor{background canvas}{bg=green}

          makeatletter
          pgfpagesdeclarelayout{my two screens with lagging second}
          {}
          {
          pgfpagesphysicalpageoptions
          {%
          logical pages=2,%
          physical height=pgfpageoptiontwoheight,%
          physical width=2.5paperwidth,% <- change "2.5" to adjust total paper width
          last logical shipout=1,%
          }
          pgfpageslogicalpageoptions{1}
          {%
          center=pgfpoint{2paperwidth}{.5paperheight},% <- change the "2" to horizontally move left page
          }%
          pgfpageslogicalpageoptions{2}
          {%
          center=pgfpoint{.5paperwidth}{.5paperheight},%
          copy from=1%
          }%
          }
          pgfpagesuselayout{my two screens with lagging second}
          makeatother


          begin{document}

          begin{frame}{Showing Contents Gradually without Alert}

          begin{block}{Why is induction motor very common}
          %
          uncover<+->{vphantom{$1$}}uncover<+->{Induction motors are very practical for the following reasons}

          begin{description}[<+->]
          item[Rigid] Rigid
          item[Cheap] Cheap
          note<+>{blindlistlist[1]{enumerate}}
          item[Low Maintenance] Low Maintenance
          item[Self-Starting] Self-starting
          note<+>{blindlistlist[1]{enumerate}}
          item[No Excitation Needed] No Excitation Needed
          end{description}

          end{block}


          end{frame}

          end{document}


          enter image description here






          share|improve this answer


























          • Thanks. Where exactly is the parameter that adjusts the width of the clearance between slides? Also, how to adjust the color of that clearance?

            – Al-Motasem Aldaoudeyeh
            2 hours ago
















          0












          0








          0







          Instead of using the re-defined previous slide on second screen layout you could define a custom one and move the pages around as you please (I marked the two places to adjust values with <-...):



          documentclass[aspectratio=169, xcolor={x11names}]{beamer}

          setbeameroption{show notes}

          usecolortheme{wolverine}
          useoutertheme{split}
          useinnertheme{inmargin}

          newlength{widthTextMarginLeft}
          setlength{widthTextMarginLeft}{1.5mm}
          newlength{widthTextMarginRight}
          setlength{widthTextMarginRight}{2mm}
          setbeamersize{text margin left=widthTextMarginLeft, text margin right=widthTextMarginRight}
          newlength{sidebarWidth}
          setlength{sidebarWidth}{0.3paperwidth}
          setbeamersize{sidebar width left=sidebarWidth, sidebar width right=0cm}

          setbeamercovered{transparent=30}
          setbeamersize{description width=0mm}

          usepackage{blindtext}

          usepackage{pgfpages}
          setbeameroption{previous slide on second screen=left}


          setbeamercolor{background canvas}{bg=green}

          makeatletter
          pgfpagesdeclarelayout{my two screens with lagging second}
          {}
          {
          pgfpagesphysicalpageoptions
          {%
          logical pages=2,%
          physical height=pgfpageoptiontwoheight,%
          physical width=2.5paperwidth,% <- change "2.5" to adjust total paper width
          last logical shipout=1,%
          }
          pgfpageslogicalpageoptions{1}
          {%
          center=pgfpoint{2paperwidth}{.5paperheight},% <- change the "2" to horizontally move left page
          }%
          pgfpageslogicalpageoptions{2}
          {%
          center=pgfpoint{.5paperwidth}{.5paperheight},%
          copy from=1%
          }%
          }
          pgfpagesuselayout{my two screens with lagging second}
          makeatother


          begin{document}

          begin{frame}{Showing Contents Gradually without Alert}

          begin{block}{Why is induction motor very common}
          %
          uncover<+->{vphantom{$1$}}uncover<+->{Induction motors are very practical for the following reasons}

          begin{description}[<+->]
          item[Rigid] Rigid
          item[Cheap] Cheap
          note<+>{blindlistlist[1]{enumerate}}
          item[Low Maintenance] Low Maintenance
          item[Self-Starting] Self-starting
          note<+>{blindlistlist[1]{enumerate}}
          item[No Excitation Needed] No Excitation Needed
          end{description}

          end{block}


          end{frame}

          end{document}


          enter image description here






          share|improve this answer















          Instead of using the re-defined previous slide on second screen layout you could define a custom one and move the pages around as you please (I marked the two places to adjust values with <-...):



          documentclass[aspectratio=169, xcolor={x11names}]{beamer}

          setbeameroption{show notes}

          usecolortheme{wolverine}
          useoutertheme{split}
          useinnertheme{inmargin}

          newlength{widthTextMarginLeft}
          setlength{widthTextMarginLeft}{1.5mm}
          newlength{widthTextMarginRight}
          setlength{widthTextMarginRight}{2mm}
          setbeamersize{text margin left=widthTextMarginLeft, text margin right=widthTextMarginRight}
          newlength{sidebarWidth}
          setlength{sidebarWidth}{0.3paperwidth}
          setbeamersize{sidebar width left=sidebarWidth, sidebar width right=0cm}

          setbeamercovered{transparent=30}
          setbeamersize{description width=0mm}

          usepackage{blindtext}

          usepackage{pgfpages}
          setbeameroption{previous slide on second screen=left}


          setbeamercolor{background canvas}{bg=green}

          makeatletter
          pgfpagesdeclarelayout{my two screens with lagging second}
          {}
          {
          pgfpagesphysicalpageoptions
          {%
          logical pages=2,%
          physical height=pgfpageoptiontwoheight,%
          physical width=2.5paperwidth,% <- change "2.5" to adjust total paper width
          last logical shipout=1,%
          }
          pgfpageslogicalpageoptions{1}
          {%
          center=pgfpoint{2paperwidth}{.5paperheight},% <- change the "2" to horizontally move left page
          }%
          pgfpageslogicalpageoptions{2}
          {%
          center=pgfpoint{.5paperwidth}{.5paperheight},%
          copy from=1%
          }%
          }
          pgfpagesuselayout{my two screens with lagging second}
          makeatother


          begin{document}

          begin{frame}{Showing Contents Gradually without Alert}

          begin{block}{Why is induction motor very common}
          %
          uncover<+->{vphantom{$1$}}uncover<+->{Induction motors are very practical for the following reasons}

          begin{description}[<+->]
          item[Rigid] Rigid
          item[Cheap] Cheap
          note<+>{blindlistlist[1]{enumerate}}
          item[Low Maintenance] Low Maintenance
          item[Self-Starting] Self-starting
          note<+>{blindlistlist[1]{enumerate}}
          item[No Excitation Needed] No Excitation Needed
          end{description}

          end{block}


          end{frame}

          end{document}


          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 2 hours ago

























          answered 2 hours ago









          samcartersamcarter

          92k7105297




          92k7105297













          • Thanks. Where exactly is the parameter that adjusts the width of the clearance between slides? Also, how to adjust the color of that clearance?

            – Al-Motasem Aldaoudeyeh
            2 hours ago





















          • Thanks. Where exactly is the parameter that adjusts the width of the clearance between slides? Also, how to adjust the color of that clearance?

            – Al-Motasem Aldaoudeyeh
            2 hours ago



















          Thanks. Where exactly is the parameter that adjusts the width of the clearance between slides? Also, how to adjust the color of that clearance?

          – Al-Motasem Aldaoudeyeh
          2 hours ago







          Thanks. Where exactly is the parameter that adjusts the width of the clearance between slides? Also, how to adjust the color of that clearance?

          – Al-Motasem Aldaoudeyeh
          2 hours ago




















          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%2f480188%2fbeamer-super-wide-pages-overlap-between-monitors%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

          Contact image not getting when fetch all contact list from iPhone by CNContact

          count number of partitions of a set with n elements into k subsets

          A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks