Path: utzoo!attcan!uunet!cs.utexas.edu!swrinde!ucsd!helios.ee.lbl.gov!pasteur!ucbvax!janus.Berkeley.EDU!dynamics From: dynamics@janus.Berkeley.EDU (Dynamics Group) Newsgroups: comp.text.tex Subject: A tricky sum Message-ID: <37404@ucbvax.BERKELEY.EDU> Date: 5 Jul 90 00:27:06 GMT Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: dynamics@janus.Berkeley.EDU.UUCP (Dynamics Group) Organization: University of California, Berkeley Lines: 24 X-Local-Date: 4 Jul 90 17:27:06 PDT References: I need some help with the following display. I want: N ____ \ E That is, I want to annotate the summation sign with \ an E. /___ i = 2 I tried \mathop{{\sum}^E}_{i=2}^N which is fine except that the N is centered over the sum and the E, so it is too far to the right. I also tried {\sum_{i=2}^N}^E which puts the E too far from the summation sign. Is there a simple solution? Chris Goedde dynamics@janus.berkeley.edu