How to apply `limits` to `parallel`? [duplicate]












3















This question already has an answer here:




  • How to create my own math operator with limits?

    5 answers




LaTeX complains Limit controls must follow a math operator. textbf{G} := parallellimits about the following snippet.



documentclass{article}

usepackage{mathtools}
begin{document}
begin{equation}
textbf{G} := parallellimits_{pi in mathcal{P}} textbf{G}^{pi}
end{equation}
end{document}


What is a possible workaround to apply limits to parallel?










share|improve this question













marked as duplicate by TeXnician, Troy, Sebastiano, Kurt, Stefan Pinnow Dec 16 '18 at 16:41


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.




















    3















    This question already has an answer here:




    • How to create my own math operator with limits?

      5 answers




    LaTeX complains Limit controls must follow a math operator. textbf{G} := parallellimits about the following snippet.



    documentclass{article}

    usepackage{mathtools}
    begin{document}
    begin{equation}
    textbf{G} := parallellimits_{pi in mathcal{P}} textbf{G}^{pi}
    end{equation}
    end{document}


    What is a possible workaround to apply limits to parallel?










    share|improve this question













    marked as duplicate by TeXnician, Troy, Sebastiano, Kurt, Stefan Pinnow Dec 16 '18 at 16:41


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















      3












      3








      3


      1






      This question already has an answer here:




      • How to create my own math operator with limits?

        5 answers




      LaTeX complains Limit controls must follow a math operator. textbf{G} := parallellimits about the following snippet.



      documentclass{article}

      usepackage{mathtools}
      begin{document}
      begin{equation}
      textbf{G} := parallellimits_{pi in mathcal{P}} textbf{G}^{pi}
      end{equation}
      end{document}


      What is a possible workaround to apply limits to parallel?










      share|improve this question














      This question already has an answer here:




      • How to create my own math operator with limits?

        5 answers




      LaTeX complains Limit controls must follow a math operator. textbf{G} := parallellimits about the following snippet.



      documentclass{article}

      usepackage{mathtools}
      begin{document}
      begin{equation}
      textbf{G} := parallellimits_{pi in mathcal{P}} textbf{G}^{pi}
      end{equation}
      end{document}


      What is a possible workaround to apply limits to parallel?





      This question already has an answer here:




      • How to create my own math operator with limits?

        5 answers








      symbols






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 16 '18 at 15:39









      RoboticistRoboticist

      1,60321231




      1,60321231




      marked as duplicate by TeXnician, Troy, Sebastiano, Kurt, Stefan Pinnow Dec 16 '18 at 16:41


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






      marked as duplicate by TeXnician, Troy, Sebastiano, Kurt, Stefan Pinnow Dec 16 '18 at 16:41


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
























          2 Answers
          2






          active

          oldest

          votes


















          4














          Maybe you want a symbol similar to sum:



          documentclass{article}

          usepackage{mathtools,graphicx}

          makeatletter
          newcommand{parop}{DOTSBparop@slimits@}
          newcommand{parop@}{mathop{vphantom{sum}mathpalettedelimiter@to@opVert}}
          newcommand{delimiter@to@op}[2]{%
          begingroup
          sboxz@{$#1sum$}%
          vcenter{hbox{resizebox{!}{htz@}{$m@th#2$}}}%
          endgroup
          }
          makeatother

          begin{document}

          begin{equation}
          textbf{G} coloneqq parop_{pi in mathcal{P}} textbf{G}^{pi}
          end{equation}

          begin{equation}
          sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
          end{equation}

          begin{equation}
          textstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
          scriptstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
          scriptscriptstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
          end{equation}

          end{document}


          enter image description here






          share|improve this answer





























            2














            For a quick and dirty one-time-use solution, make it a math operator.



            documentclass{article}

            usepackage{mathtools}
            begin{document}
            begin{equation}
            textbf{G} := mathop{parallel}limits_{pi in mathcal{P}} textbf{G}^{pi}
            end{equation}
            end{document}





            share|improve this answer





















            • For all other situations, see tex.stackexchange.com/questions/23432/….
              – TeXnician
              Dec 16 '18 at 15:44


















            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4














            Maybe you want a symbol similar to sum:



            documentclass{article}

            usepackage{mathtools,graphicx}

            makeatletter
            newcommand{parop}{DOTSBparop@slimits@}
            newcommand{parop@}{mathop{vphantom{sum}mathpalettedelimiter@to@opVert}}
            newcommand{delimiter@to@op}[2]{%
            begingroup
            sboxz@{$#1sum$}%
            vcenter{hbox{resizebox{!}{htz@}{$m@th#2$}}}%
            endgroup
            }
            makeatother

            begin{document}

            begin{equation}
            textbf{G} coloneqq parop_{pi in mathcal{P}} textbf{G}^{pi}
            end{equation}

            begin{equation}
            sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
            end{equation}

            begin{equation}
            textstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
            scriptstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
            scriptscriptstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
            end{equation}

            end{document}


            enter image description here






            share|improve this answer


























              4














              Maybe you want a symbol similar to sum:



              documentclass{article}

              usepackage{mathtools,graphicx}

              makeatletter
              newcommand{parop}{DOTSBparop@slimits@}
              newcommand{parop@}{mathop{vphantom{sum}mathpalettedelimiter@to@opVert}}
              newcommand{delimiter@to@op}[2]{%
              begingroup
              sboxz@{$#1sum$}%
              vcenter{hbox{resizebox{!}{htz@}{$m@th#2$}}}%
              endgroup
              }
              makeatother

              begin{document}

              begin{equation}
              textbf{G} coloneqq parop_{pi in mathcal{P}} textbf{G}^{pi}
              end{equation}

              begin{equation}
              sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
              end{equation}

              begin{equation}
              textstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
              scriptstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
              scriptscriptstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
              end{equation}

              end{document}


              enter image description here






              share|improve this answer
























                4












                4








                4






                Maybe you want a symbol similar to sum:



                documentclass{article}

                usepackage{mathtools,graphicx}

                makeatletter
                newcommand{parop}{DOTSBparop@slimits@}
                newcommand{parop@}{mathop{vphantom{sum}mathpalettedelimiter@to@opVert}}
                newcommand{delimiter@to@op}[2]{%
                begingroup
                sboxz@{$#1sum$}%
                vcenter{hbox{resizebox{!}{htz@}{$m@th#2$}}}%
                endgroup
                }
                makeatother

                begin{document}

                begin{equation}
                textbf{G} coloneqq parop_{pi in mathcal{P}} textbf{G}^{pi}
                end{equation}

                begin{equation}
                sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
                end{equation}

                begin{equation}
                textstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
                scriptstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
                scriptscriptstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
                end{equation}

                end{document}


                enter image description here






                share|improve this answer












                Maybe you want a symbol similar to sum:



                documentclass{article}

                usepackage{mathtools,graphicx}

                makeatletter
                newcommand{parop}{DOTSBparop@slimits@}
                newcommand{parop@}{mathop{vphantom{sum}mathpalettedelimiter@to@opVert}}
                newcommand{delimiter@to@op}[2]{%
                begingroup
                sboxz@{$#1sum$}%
                vcenter{hbox{resizebox{!}{htz@}{$m@th#2$}}}%
                endgroup
                }
                makeatother

                begin{document}

                begin{equation}
                textbf{G} coloneqq parop_{pi in mathcal{P}} textbf{G}^{pi}
                end{equation}

                begin{equation}
                sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
                end{equation}

                begin{equation}
                textstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
                scriptstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
                scriptscriptstyle sum_{pi in mathcal{P}} parop_{pi in mathcal{P}}
                end{equation}

                end{document}


                enter image description here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 16 '18 at 16:09









                egregegreg

                711k8618913174




                711k8618913174























                    2














                    For a quick and dirty one-time-use solution, make it a math operator.



                    documentclass{article}

                    usepackage{mathtools}
                    begin{document}
                    begin{equation}
                    textbf{G} := mathop{parallel}limits_{pi in mathcal{P}} textbf{G}^{pi}
                    end{equation}
                    end{document}





                    share|improve this answer





















                    • For all other situations, see tex.stackexchange.com/questions/23432/….
                      – TeXnician
                      Dec 16 '18 at 15:44
















                    2














                    For a quick and dirty one-time-use solution, make it a math operator.



                    documentclass{article}

                    usepackage{mathtools}
                    begin{document}
                    begin{equation}
                    textbf{G} := mathop{parallel}limits_{pi in mathcal{P}} textbf{G}^{pi}
                    end{equation}
                    end{document}





                    share|improve this answer





















                    • For all other situations, see tex.stackexchange.com/questions/23432/….
                      – TeXnician
                      Dec 16 '18 at 15:44














                    2












                    2








                    2






                    For a quick and dirty one-time-use solution, make it a math operator.



                    documentclass{article}

                    usepackage{mathtools}
                    begin{document}
                    begin{equation}
                    textbf{G} := mathop{parallel}limits_{pi in mathcal{P}} textbf{G}^{pi}
                    end{equation}
                    end{document}





                    share|improve this answer












                    For a quick and dirty one-time-use solution, make it a math operator.



                    documentclass{article}

                    usepackage{mathtools}
                    begin{document}
                    begin{equation}
                    textbf{G} := mathop{parallel}limits_{pi in mathcal{P}} textbf{G}^{pi}
                    end{equation}
                    end{document}






                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Dec 16 '18 at 15:41









                    TeXnicianTeXnician

                    24.7k63187




                    24.7k63187












                    • For all other situations, see tex.stackexchange.com/questions/23432/….
                      – TeXnician
                      Dec 16 '18 at 15:44


















                    • For all other situations, see tex.stackexchange.com/questions/23432/….
                      – TeXnician
                      Dec 16 '18 at 15:44
















                    For all other situations, see tex.stackexchange.com/questions/23432/….
                    – TeXnician
                    Dec 16 '18 at 15:44




                    For all other situations, see tex.stackexchange.com/questions/23432/….
                    – TeXnician
                    Dec 16 '18 at 15:44



                    Popular posts from this blog

                    Plaza Victoria

                    In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                    How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...