How to apply `limits` to `parallel`? [duplicate]
  
 
     
     
             
                 
 
 
         
         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 ?      
 
         
             
                 symbols 
             
         
 
     
         
             
  share | improve this question  
             
 
             
 
     
         asked Dec 16 at 15:39 
     
     
         
     
    ...