Specifically, how can I create the limits of integration for the antiderivative of an integral (see freehand circle)?

Limits of integration

link|improve this question
Word 2007 has an equation editor which accepts a syntax not unlike Latex, and I need to do the thing in red :). The best thing I've come up with is, in this example, |^u_0 which is adding a superscript u and subscript 0 to a pipe (|), but it looks pretty abysmal. – Andrew Keeton Nov 5 '09 at 2:31
In other news, |^u_0 looks like some sort of reject smiley. |^u_0 – Andrew Keeton Nov 5 '09 at 2:32
Sorry, my head just exploded from all the math. – David Pearce Nov 5 '09 at 2:33
feedback

2 Answers

up vote 2 down vote accepted

You can specify an empty left bracket with \left. Your specific example would look like this:

\left 1/2 v^2+(u+1)v|_0^u

or after replacements:

├ 1/2 v^2+(u+1)v┤|_0^u

Typeset formula

Actually, it's pretty much the same technique you would use in (La)TeX.

Minor nitpick: You should use \dd for the integration d in the formula. This automatically ensures an upright glyph and a small space before the d.

link|improve this answer
Excellent response, thanks! The example is actually a screenshot of a PDF of lecture notes, so it's not my fault I swear! |^u_0 – Andrew Keeton Nov 5 '09 at 7:10
You really like that smiley, don't you? :-) – Joey Nov 5 '09 at 7:13
feedback

Hmmm. Can't get anything that looks very good, but you can add a fraction, then right click that to remove the dividing line ('fraction bar'), this at least gives you the effect of a superscript directly above a subscript which looks OK. Using character 2502 instead of pipe is a slightly better version of a longer vertical line, but still way off ideal. You could split this into two equations in separate controls, then put the pipe between them, which gives you the option to change the font size independently from the rest.

Last resort, do everything else (including a fraction with no dividing line), then use the shapes tool to draw a vertical line where you need it (hold shift while you draw to snap to true vertical)

link|improve this answer
Ouch, that's painful :-) – Joey Nov 5 '09 at 6:54
It hurt me too. Glad someone came up with the proper syntax for this instead of doing it either of these ways! – AdamV Nov 5 '09 at 10:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.