0

I use this command

$$E = \parallel_{i=1}^{8}E_i$$

to get this result:

But I would like the start and end indexes to be above and below, not overwritten and subscribed, like this:

I found this thread, but I'm not understanding what I'm doing wrong that doesn't work: Math \vdash with top and down index

\DeclareMathOperator{8}{\Parallel}{\parallel}

$$ E = \parallel_{i=1}^{8}E_i $$ [ \Parallel_{i=1}^{8}E_i ]

David Carlisle
  • 757,742

1 Answers1

1

I don't quite understand the syntax, but I was able to solve using this feature directly in the text:

\def\Parallel{\mathop{\parallel}}

$$ E = \Parallel_{i=1}^8 E_i $$