Let's say I want to write the following sum in a more compact way
$$a=z_1+z_2+\dots +z_{n/2}-z_{n/2+1}-z_{n/2+2}-\dots -z_{n}$$
Is there some kind of syntax to write that in a more compact way... Something like $$a=\sum _i ^{n}z_i$$ but with some operator that would change sign from + to - at $i=n/2$ ?